generated from pascalmartineau/wp-skeleton
chore: disable site indexing
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user