chore: disable site indexing
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s

This commit is contained in:
2025-09-03 13:59:42 -04:00
parent d947aa3c7b
commit b15beb961e
2 changed files with 7 additions and 5 deletions

View File

@@ -8708,7 +8708,7 @@ type MediaSize {
}
"""The Membership type"""
type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostMembership {
type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostMembership {
"""The ancestors of the content node."""
ancestors(
"""
@@ -8880,7 +8880,7 @@ type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAut
postMembership: PostMembership
"""Connection between the Membership type and the Membership type"""
preview: MembershipToPreviewConnectionEdge
preview: MembershipToPreviewConnectionEdge @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.")
"""The database id of the preview node"""
previewRevisionDatabaseId: Int
@@ -9060,7 +9060,7 @@ type MembershipToPreviewConnectionEdge implements Edge & MembershipConnectionEdg
cursor: String
"""The node of the connection, without the edges"""
node: Membership!
node: Membership! @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.")
}
"""Connection between the Membership type and the Membership type"""