schema { query: RootQuery mutation: RootMutation } interface ACFE_AdvancedLink { """""" linkText: String """""" shouldOpenInNewWindow: Boolean } type ACFE_AdvancedLink_ContentNode implements ACFE_AdvancedLink { """""" contentNode: ContentNode """""" linkText: String """""" shouldOpenInNewWindow: Boolean } type ACFE_AdvancedLink_TermNode implements ACFE_AdvancedLink { """""" linkText: String """""" shouldOpenInNewWindow: Boolean """""" term: TermNode } type ACFE_AdvancedLink_Url implements ACFE_AdvancedLink { """""" linkText: String """""" shouldOpenInNewWindow: Boolean """The url linked to""" url: String } """ACFE Country Object""" type ACFE_Country { """The name of the Country's capital city""" capital: String """A country code as defined by ISO 3166-1 alpha-2""" code: String """The name of the continent the country is in""" continent: String """A list of currencies used in the country""" currencies: [ACFE_Currency] """The calling code for the country""" dial: Int """A list of languages spoken in the country""" languages: [ACFE_Language] """The latitude of the country's position""" latitude: Float """The name of the country, localized to the current locale""" localized: String """The longitude of the country's position""" longitude: Float """The name of the country""" name: String """The name of the country, in the country's native dialect""" native: String """The term used to denote the inhabitants of the country""" people: String } type ACFE_Currency { """ The currency code according to ISO 4217: https://en.wikipedia.org/wiki/ISO_4217 """ code: String """The name of the continent the currency is used in""" continent: String """A list of countries the currency is used in""" countries: [ACFE_Country] """The code representing the flag for the country""" flag: String """A list of languages spoken in the country""" languages: [ACFE_Language] """The name of the currency""" name: String """The symbol used to represent the currency (i.e. $)""" symbol: String } """ACFE Language Object""" type ACFE_Language { """ Alternative locale in the format of a BCP 47 (RFC 5646) standard string """ alt: String """ A 2-letter language code as defined by ISO 639-1. https://en.wikipedia.org/wiki/ISO_639-1 """ code: String """""" countries: [ACFE_Country] """""" currencies: [ACFE_Currency] """The direction of the language. (i.e. ltr / rtl / ttb, btt )""" dir: String """The code representing the flag for the country""" flag: String """The locale in the format of a BCP 47 (RFC 5646) standard string""" locale: String """The name of the language""" name: String """The name of the language, in the country's native dialect""" native: String } """ Connection between the GroupAbstractCreditsContributions_Fields type and the ContentNode type """ type AcfContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the AcfContentNodeConnection connection""" edges: [AcfContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: AcfContentNodeConnectionPageInfo! } """An edge in a connection""" type AcfContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "AcfContentNodeConnection" collections. Provides cursors and flags for navigating through sets of AcfContentNodeConnection Nodes. """ type AcfContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """A Field Group managed by ACF""" interface AcfFieldGroup { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """Fields associated with an ACF Field Group""" interface AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Connection between the GroupAbstractGalleryMedias_Fields type and the MediaItem type """ type AcfMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: MediaItem! } """Options Page registered by ACF""" interface AcfOptionsPage implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """""" menuTitle: String """""" pageTitle: String """""" parentId: String } """ Connection between the GroupPostContributor_Fields type and the TermNode type """ type AcfTermNodeConnection implements Connection & TermNodeConnection { """Edges for the AcfTermNodeConnection connection""" edges: [AcfTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: AcfTermNodeConnectionPageInfo! } """An edge in a connection""" type AcfTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "AcfTermNodeConnection" collections. Provides cursors and flags for navigating through sets of AcfTermNodeConnection Nodes. """ type AcfTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ACF Extended Pro Address field with optional sub-fields""" type Address { """The full address""" address: String """City name""" city: String """Full country name""" country: String """Country abbreviation (ISO code)""" countryShort: String """Latitude coordinate""" lat: Float """Longitude coordinate""" lng: Float """Name of the location (e.g., street address)""" name: String """Google Places API place ID""" placeId: String """Postal code or ZIP code""" postalCode: String """Full state or province name""" state: String """State or province abbreviation""" stateShort: String """Street name""" streetName: String """Street number""" streetNumber: String } """ Avatars are profile images for users. WordPress by default uses the Gravatar service to host and fetch avatars from. """ type Avatar { """ TEST: URL for the default image or a default type. Accepts '404' (return a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), 'wavatar' (cartoon face), 'indenticon' (the 'quilt'), 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or 'gravatar_default' (the Gravatar logo). """ default: String """HTML attributes to insert in the IMG element. Is not sanitized.""" extraAttr: String """Whether to always show the default image, never the Gravatar.""" forceDefault: Boolean """Whether the avatar was successfully found.""" foundAvatar: Boolean """Height of the avatar image.""" height: Int """Whether the object is restricted from the current viewer""" isRestricted: Boolean """ What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are judged in that order. """ rating: String """Type of url scheme to use. Typically HTTP vs. HTTPS.""" scheme: String """ The size of the avatar in pixels. A value of 96 will match a 96px x 96px gravatar image. """ size: Int """URL for the gravatar image source.""" url: String """Width of the avatar image.""" width: Int } """ Content rating filter for user avatars. Determines the maximum maturity level of avatars to display, following standard content rating classifications (G, PG, R, X). """ enum AvatarRatingEnum { """Indicates a G level avatar rating level.""" G """Indicates a PG level avatar rating level.""" PG """Indicates an R level avatar rating level.""" R """Indicates an X level avatar rating level.""" X } """A single breadcrumb item""" type BreadcrumbItem { """The display label for the breadcrumb""" label: String! """The to for the breadcrumb link (null for current page)""" to: String } """ A taxonomy term that classifies content. Categories support hierarchy and can be used to create a nested structure. """ type Category implements DatabaseIdentifier & HierarchicalNode & HierarchicalTermNode & MenuItemLinkable & Node & TermNode & UniformResourceIdentifiable { """ The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): CategoryToAncestorsCategoryConnection """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The id field matches the WP_Post->ID field.""" categoryId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the category type and its children categories.""" children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: CategoryToCategoryConnectionWhereArgs ): CategoryToCategoryConnection """Connection between the Category type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: CategoryToContentNodeConnectionWhereArgs ): CategoryToContentNodeConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """Connection between the category type and its parent category.""" parent: CategoryToParentCategoryConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """Connection between the Category type and the post type""" posts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: CategoryToPostConnectionWhereArgs ): CategoryToPostConnection """An alphanumeric identifier for the object unique to its type.""" slug: String """Connection between the Category type and the Taxonomy type""" taxonomy: CategoryToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of category Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of category Nodes """ interface CategoryConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected category Nodes """ edges: [CategoryConnectionEdge!]! """A list of connected category Nodes""" nodes: [Category!]! """Information about pagination in a connection.""" pageInfo: CategoryConnectionPageInfo! } """ Represents a connection to a category. Contains both the category Node and metadata about the relationship. """ interface CategoryConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected category Node""" node: Category! } """ Pagination metadata specific to "CategoryConnectionEdge" collections. Provides cursors and flags for navigating through sets of "CategoryConnectionEdge" Nodes. """ interface CategoryConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Category. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the Category. """ enum CategoryIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the Category type and the category type""" type CategoryToAncestorsCategoryConnection implements CategoryConnection & Connection { """Edges for the CategoryToAncestorsCategoryConnection connection""" edges: [CategoryToAncestorsCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Category!]! """Information about pagination in a connection.""" pageInfo: CategoryToAncestorsCategoryConnectionPageInfo! } """An edge in a connection""" type CategoryToAncestorsCategoryConnectionEdge implements CategoryConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Category! } """ Pagination metadata specific to "CategoryToAncestorsCategoryConnection" collections. Provides cursors and flags for navigating through sets of CategoryToAncestorsCategoryConnection Nodes. """ type CategoryToAncestorsCategoryConnectionPageInfo implements CategoryConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Category type and the category type""" type CategoryToCategoryConnection implements CategoryConnection & Connection { """Edges for the CategoryToCategoryConnection connection""" edges: [CategoryToCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Category!]! """Information about pagination in a connection.""" pageInfo: CategoryToCategoryConnectionPageInfo! } """An edge in a connection""" type CategoryToCategoryConnectionEdge implements CategoryConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Category! } """ Pagination metadata specific to "CategoryToCategoryConnection" collections. Provides cursors and flags for navigating through sets of CategoryToCategoryConnection Nodes. """ type CategoryToCategoryConnectionPageInfo implements CategoryConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the CategoryToCategoryConnection connection""" input CategoryToCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Category type and the ContentNode type""" type CategoryToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the CategoryToContentNodeConnection connection""" edges: [CategoryToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: CategoryToContentNodeConnectionPageInfo! } """An edge in a connection""" type CategoryToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "CategoryToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of CategoryToContentNodeConnection Nodes. """ type CategoryToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the CategoryToContentNodeConnection connection""" input CategoryToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfCategoryEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Category type and the category type""" type CategoryToParentCategoryConnectionEdge implements CategoryConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Category! } """Connection between the Category type and the post type""" type CategoryToPostConnection implements Connection & PostConnection { """Edges for the CategoryToPostConnection connection""" edges: [CategoryToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: CategoryToPostConnectionPageInfo! } """An edge in a connection""" type CategoryToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "CategoryToPostConnection" collections. Provides cursors and flags for navigating through sets of CategoryToPostConnection Nodes. """ type CategoryToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the CategoryToPostConnection connection""" input CategoryToPostConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the Category type and the Taxonomy type""" type CategoryToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """ A response or reaction to content submitted by users. Comments are typically associated with a specific content entry. """ type Comment implements DatabaseIdentifier & Node & UniformResourceIdentifiable { """ User agent used to post the comment. This field is equivalent to WP_Comment->comment_agent and the value matching the "comment_agent" column in SQL. """ agent: String """ The approval status of the comment. This field is equivalent to WP_Comment->comment_approved and the value matching the "comment_approved" column in SQL. """ approved: Boolean @deprecated(reason: "Deprecated in favor of the `status` field") """The author of the comment""" author: CommentToCommenterConnectionEdge """ IP address for the author at the time of commenting. This field is equivalent to WP_Comment->comment_author_IP and the value matching the "comment_author_IP" column in SQL. """ authorIp: String @deprecated(reason: "Use the ipAddress field on the edge between the comment and author") """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ID for the comment, unique among comments.""" commentId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the Comment type and the ContentNode type""" commentedOn: CommentToContentNodeConnectionEdge """ Content of the comment. This field is equivalent to WP_Comment->comment_content and the value matching the "comment_content" column in SQL. """ content( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique identifier stored in the database""" databaseId: Int! """ Date the comment was posted in local time. This field is equivalent to WP_Comment->date and the value matching the "date" column in SQL. """ date: String """ Date the comment was posted in GMT. This field is equivalent to WP_Comment->date_gmt and the value matching the "date_gmt" column in SQL. """ dateGmt: String """The globally unique identifier for the comment object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """ Karma value for the comment. This field is equivalent to WP_Comment->comment_karma and the value matching the "comment_karma" column in SQL. """ karma: Int """The permalink of the comment""" link: String """Connection between the Comment type and the Comment type""" parent( """Arguments for filtering the connection""" where: CommentToParentCommentConnectionWhereArgs ): CommentToParentCommentConnectionEdge """ The database id of the parent comment node or null if it is the root comment """ parentDatabaseId: Int """The globally unique identifier of the parent comment node.""" parentId: ID """Connection between the Comment type and the Comment type""" replies( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: CommentToCommentConnectionWhereArgs ): CommentToCommentConnection """ The approval status of the comment. This field is equivalent to WP_Comment->comment_approved and the value matching the "comment_approved" column in SQL. """ status: CommentStatusEnum """ Type of comment. This field is equivalent to WP_Comment->comment_type and the value matching the "comment_type" column in SQL. """ type: String """The unique resource identifier path""" uri: String } """A Comment Author object""" type CommentAuthor implements Commenter & DatabaseIdentifier & Node { """ Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. """ avatar( """ Whether to always show the default image, never the Gravatar. Default false """ forceDefault: Boolean """The rating level of the avatar.""" rating: AvatarRatingEnum """ The size attribute of the avatar field can be used to fetch avatars of different sizes. The value corresponds to the dimension in pixels to fetch. The default is 96 pixels. """ size: Int = 96 ): Avatar """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The unique identifier stored in the database""" databaseId: Int! """The email for the comment author""" email: String """The globally unique identifier for the comment author object""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """The name for the comment author.""" name: String """The url the comment author.""" url: String } """ A paginated collection of Comment Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Comment Nodes """ interface CommentConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Comment Nodes """ edges: [CommentConnectionEdge!]! """A list of connected Comment Nodes""" nodes: [Comment!]! """Information about pagination in a connection.""" pageInfo: CommentConnectionPageInfo! } """ Represents a connection to a Comment. Contains both the Comment Node and metadata about the relationship. """ interface CommentConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Comment Node""" node: Comment! } """ Pagination metadata specific to "CommentConnectionEdge" collections. Provides cursors and flags for navigating through sets of "CommentConnectionEdge" Nodes. """ interface CommentConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific comment. Specifies which unique attribute is used to find a particular comment. """ enum CommentNodeIdTypeEnum { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID } """ Moderation state for user comments. Determines whether comments are publicly visible, pending approval, or marked as spam. """ enum CommentStatusEnum { """Comments with the Approuvé status""" APPROVE """Comments with the Désapprouvé status""" HOLD """Comments with the Indésirable status""" SPAM """Comments with the Corbeille status""" TRASH } """Connection between the Comment type and the Comment type""" type CommentToCommentConnection implements CommentConnection & Connection { """Edges for the CommentToCommentConnection connection""" edges: [CommentToCommentConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Comment!]! """Information about pagination in a connection.""" pageInfo: CommentToCommentConnectionPageInfo! } """An edge in a connection""" type CommentToCommentConnectionEdge implements CommentConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Comment! } """ Pagination metadata specific to "CommentToCommentConnection" collections. Provides cursors and flags for navigating through sets of CommentToCommentConnection Nodes. """ type CommentToCommentConnectionPageInfo implements CommentConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the CommentToCommentConnection connection""" input CommentToCommentConnectionWhereArgs { """Comment author email address.""" authorEmail: String """Array of author IDs to include comments for.""" authorIn: [ID] """Array of author IDs to exclude comments for.""" authorNotIn: [ID] """Comment author URL.""" authorUrl: String """Array of comment IDs to include.""" commentIn: [ID] """ Array of IDs of users whose unapproved comments will be returned by the query regardless of status. """ commentNotIn: [ID] """Include comments of a given type.""" commentType: String """Include comments from a given array of comment types.""" commentTypeIn: [String] """Exclude comments from a given array of comment types.""" commentTypeNotIn: String """Content object author ID to limit results by.""" contentAuthor: [ID] """Array of author IDs to retrieve comments for.""" contentAuthorIn: [ID] """Array of author IDs *not* to retrieve comments for.""" contentAuthorNotIn: [ID] """Limit results to those affiliated with a given content object ID.""" contentId: ID """Array of content object IDs to include affiliated comments for.""" contentIdIn: [ID] """Array of content object IDs to exclude affiliated comments for.""" contentIdNotIn: [ID] """Content object name (i.e. slug ) to retrieve affiliated comments for.""" contentName: String """Content Object parent ID to retrieve affiliated comments for.""" contentParent: Int """ Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. """ contentStatus: [PostStatusEnum] """ Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. """ contentType: [ContentTypeEnum] """ Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty """ includeUnapproved: [ID] """Karma score to retrieve matching comments for.""" karma: Int """The cardinality of the order of the connection""" order: OrderEnum """Field to order the comments by.""" orderby: CommentsConnectionOrderbyEnum """Parent ID of comment to retrieve children of.""" parent: Int """Array of parent IDs of comments to retrieve children for.""" parentIn: [ID] """Array of parent IDs of comments *not* to retrieve children for.""" parentNotIn: [ID] """Search term(s) to retrieve matching comments for.""" search: String """One or more Comment Statuses to limit results by""" statusIn: [CommentStatusEnum] """Include comments for a specific user ID.""" userId: ID } """Connection between the Comment type and the Commenter type""" type CommentToCommenterConnectionEdge implements CommenterConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The email address representing the author for this particular comment""" email: String """ IP address of the author at the time of making this comment. This field is equivalent to WP_Comment->comment_author_IP and the value matching the "comment_author_IP" column in SQL. """ ipAddress: String """The display name of the comment author for this particular comment""" name: String """The node of the connection, without the edges""" node: Commenter! """The url entered for the comment author on this particular comment""" url: String } """Connection between the Comment type and the ContentNode type""" type CommentToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: ContentNode! } """Connection between the Comment type and the Comment type""" type CommentToParentCommentConnectionEdge implements CommentConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Comment! } """ Arguments for filtering the CommentToParentCommentConnection connection """ input CommentToParentCommentConnectionWhereArgs { """Comment author email address.""" authorEmail: String """Array of author IDs to include comments for.""" authorIn: [ID] """Array of author IDs to exclude comments for.""" authorNotIn: [ID] """Comment author URL.""" authorUrl: String """Array of comment IDs to include.""" commentIn: [ID] """ Array of IDs of users whose unapproved comments will be returned by the query regardless of status. """ commentNotIn: [ID] """Include comments of a given type.""" commentType: String """Include comments from a given array of comment types.""" commentTypeIn: [String] """Exclude comments from a given array of comment types.""" commentTypeNotIn: String """Content object author ID to limit results by.""" contentAuthor: [ID] """Array of author IDs to retrieve comments for.""" contentAuthorIn: [ID] """Array of author IDs *not* to retrieve comments for.""" contentAuthorNotIn: [ID] """Limit results to those affiliated with a given content object ID.""" contentId: ID """Array of content object IDs to include affiliated comments for.""" contentIdIn: [ID] """Array of content object IDs to exclude affiliated comments for.""" contentIdNotIn: [ID] """Content object name (i.e. slug ) to retrieve affiliated comments for.""" contentName: String """Content Object parent ID to retrieve affiliated comments for.""" contentParent: Int """ Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. """ contentStatus: [PostStatusEnum] """ Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. """ contentType: [ContentTypeEnum] """ Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty """ includeUnapproved: [ID] """Karma score to retrieve matching comments for.""" karma: Int """The cardinality of the order of the connection""" order: OrderEnum """Field to order the comments by.""" orderby: CommentsConnectionOrderbyEnum """Parent ID of comment to retrieve children of.""" parent: Int """Array of parent IDs of comments to retrieve children for.""" parentIn: [ID] """Array of parent IDs of comments *not* to retrieve children for.""" parentNotIn: [ID] """Search term(s) to retrieve matching comments for.""" search: String """One or more Comment Statuses to limit results by""" statusIn: [CommentStatusEnum] """Include comments for a specific user ID.""" userId: ID } """ A user or guest who has submitted a comment. Provides identification and contact information for the comment author. """ interface Commenter implements DatabaseIdentifier & Node { """ Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. """ avatar: Avatar """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Identifies the primary key from the database.""" databaseId: Int! """The email address of the author of a comment.""" email: String """The globally unique identifier for the comment author.""" id: ID! """ Whether the author information is considered restricted. (not fully public) """ isRestricted: Boolean """The name of the author of a comment.""" name: String """The url of the author of a comment.""" url: String } """ Represents a connection to a Commenter. Contains both the Commenter Node and metadata about the relationship. """ interface CommenterConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Commenter Node""" node: Commenter! } """ Sorting attributes for comment collections. Specifies which comment property determines the order of results. """ enum CommentsConnectionOrderbyEnum { """Order by browser user agent of the commenter.""" COMMENT_AGENT """Order by approval status of the comment.""" COMMENT_APPROVED """Order by name of the comment author.""" COMMENT_AUTHOR """Order by e-mail of the comment author.""" COMMENT_AUTHOR_EMAIL """Order by IP address of the comment author.""" COMMENT_AUTHOR_IP """Order by URL address of the comment author.""" COMMENT_AUTHOR_URL """Order by the comment contents.""" COMMENT_CONTENT """Chronological ordering by comment submission date.""" COMMENT_DATE """Chronological ordering by comment date in UTC/GMT time.""" COMMENT_DATE_GMT """Ordering by internal ID (typically reflects creation order).""" COMMENT_ID """Preserve custom order of IDs as specified in the query.""" COMMENT_IN """Order by the comment karma score.""" COMMENT_KARMA """Ordering by parent comment relationship (threaded discussions).""" COMMENT_PARENT """Ordering by associated content item ID.""" COMMENT_POST_ID """ Ordering by comment classification (standard comments, pingbacks, etc.). """ COMMENT_TYPE """ Ordering by the user account ID associated with the comment as the comment author. """ USER_ID } """ A paginated relationship between objects. Supports cursor-based pagination with edges containing relationship metadata and nodes containing the related objects. """ interface Connection { """A list of edges (relational context) between connected nodes""" edges: [Edge!]! """A list of connected nodes""" nodes: [Node!]! """Information about pagination in a connection.""" pageInfo: PageInfo! } """ Base interface for content objects like posts, pages, and media items. Provides common fields available across these content types. """ interface ContentNode implements Node & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The ID of the node in the database.""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """The unique resource identifier path""" uri: String } """ A paginated collection of ContentNode Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of ContentNode Nodes """ interface ContentNodeConnection implements Connection { """ A list of edges (relational context) between ContentType and connected ContentNode Nodes """ edges: [ContentNodeConnectionEdge!]! """A list of connected ContentNode Nodes""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: ContentNodeConnectionPageInfo! } """ Represents a connection to a ContentNode. Contains both the ContentNode Node and metadata about the relationship. """ interface ContentNodeConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected ContentNode Node""" node: ContentNode! } """ Pagination metadata specific to "ContentNodeConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ContentNodeConnectionEdge" Nodes. """ interface ContentNodeConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving specific content. Determines which property (global ID, database ID, URI) is used to locate content objects. """ enum ContentNodeIdTypeEnum { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """Identify a resource by the URI.""" URI } """Connection between the ContentNode type and the ContentType type""" type ContentNodeToContentTypeConnectionEdge implements ContentTypeConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: ContentType! } """Connection between the ContentNode type and the User type""" type ContentNodeToEditLastConnectionEdge implements Edge & OneToOneConnection & UserConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: User! } """Connection between the ContentNode type and the User type""" type ContentNodeToEditLockConnectionEdge implements Edge & OneToOneConnection & UserConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The timestamp for when the node was last edited""" lockTimestamp: String """The node of the connection, without the edges""" node: User! } """Connection between the ContentNode type and the EnqueuedScript type""" type ContentNodeToEnqueuedScriptConnection implements Connection & EnqueuedScriptConnection { """Edges for the ContentNodeToEnqueuedScriptConnection connection""" edges: [ContentNodeToEnqueuedScriptConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedScript!]! """Information about pagination in a connection.""" pageInfo: ContentNodeToEnqueuedScriptConnectionPageInfo! } """An edge in a connection""" type ContentNodeToEnqueuedScriptConnectionEdge implements Edge & EnqueuedScriptConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedScript! } """ Pagination metadata specific to "ContentNodeToEnqueuedScriptConnection" collections. Provides cursors and flags for navigating through sets of ContentNodeToEnqueuedScriptConnection Nodes. """ type ContentNodeToEnqueuedScriptConnectionPageInfo implements EnqueuedScriptConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Connection between the ContentNode type and the EnqueuedStylesheet type """ type ContentNodeToEnqueuedStylesheetConnection implements Connection & EnqueuedStylesheetConnection { """Edges for the ContentNodeToEnqueuedStylesheetConnection connection""" edges: [ContentNodeToEnqueuedStylesheetConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedStylesheet!]! """Information about pagination in a connection.""" pageInfo: ContentNodeToEnqueuedStylesheetConnectionPageInfo! } """An edge in a connection""" type ContentNodeToEnqueuedStylesheetConnectionEdge implements Edge & EnqueuedStylesheetConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedStylesheet! } """ Pagination metadata specific to "ContentNodeToEnqueuedStylesheetConnection" collections. Provides cursors and flags for navigating through sets of ContentNodeToEnqueuedStylesheetConnection Nodes. """ type ContentNodeToEnqueuedStylesheetConnectionPageInfo implements EnqueuedStylesheetConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ A layout pattern that can help inform how content might be structured and displayed. Templates can define specialized layouts for different types of content. """ interface ContentTemplate { """The name of the template""" templateName: String } """An Post Type object""" type ContentType implements Node & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Whether this content type should can be exported.""" canExport: Boolean """Connection between the ContentType type and the Taxonomy type""" connectedTaxonomies( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentTypeToTaxonomyConnection """Connection between the ContentType type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ContentTypeToContentNodeConnectionWhereArgs ): ContentTypeToContentNodeConnection """ Whether content of this type should be deleted when the author of it is deleted from the system. """ deleteWithUser: Boolean """Description of the content type.""" description: String """ Whether to exclude nodes of this content type from front end search results. """ excludeFromSearch: Boolean """The plural name of the content type within the GraphQL Schema.""" graphqlPluralName: String """The singular name of the content type within the GraphQL Schema.""" graphqlSingleName: String """ Whether this content type should have archives. Content archives are generated by type and by date. """ hasArchive: Boolean """Whether the content type is hierarchical, for example pages.""" hierarchical: Boolean """The globally unique identifier of the post-type object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether this page is set to the static front page.""" isFrontPage: Boolean! """Whether this page is set to the blog posts page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """Display name of the content type.""" label: String """Details about the content type labels.""" labels: PostTypeLabelDetails """The name of the icon file to display as a menu icon.""" menuIcon: String """ The position of this post type in the menu. Only applies if show_in_menu is true. """ menuPosition: Int """ The internal name of the post type. This should not be used for display purposes. """ name: String """ Whether a content type is intended for use publicly either via the admin interface or by front-end users. While the default settings of exclude_from_search, publicly_queryable, show_ui, and show_in_nav_menus are inherited from public, each does not rely on this relationship and controls a very specific intention. """ public: Boolean """ Whether queries can be performed on the front end for the content type as part of parse_request(). """ publiclyQueryable: Boolean """ Name of content type to display in REST API "wp/v2" namespace. """ restBase: String """The REST Controller class assigned to handling this content type.""" restControllerClass: String """Makes this content type available via the admin bar.""" showInAdminBar: Boolean """Whether to add the content type to the GraphQL Schema.""" showInGraphql: Boolean """ Where to show the content type in the admin menu. To work, $show_ui must be true. If true, the post type is shown in its own top level menu. If false, no menu is shown. If a string of an existing top level menu (eg. "tools.php" or "edit.php?post_type=page"), the post type will be placed as a sub-menu of that. """ showInMenu: Boolean """Makes this content type available for selection in navigation menus.""" showInNavMenus: Boolean """ Whether the content type is associated with a route under the the REST API "wp/v2" namespace. """ showInRest: Boolean """ Whether to generate and allow a UI for managing this content type in the admin. """ showUi: Boolean """The unique resource identifier path""" uri: String } """ A paginated collection of ContentType Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of ContentType Nodes """ interface ContentTypeConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected ContentType Nodes """ edges: [ContentTypeConnectionEdge!]! """A list of connected ContentType Nodes""" nodes: [ContentType!]! """Information about pagination in a connection.""" pageInfo: ContentTypeConnectionPageInfo! } """ Represents a connection to a ContentType. Contains both the ContentType Node and metadata about the relationship. """ interface ContentTypeConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected ContentType Node""" node: ContentType! } """ Pagination metadata specific to "ContentTypeConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ContentTypeConnectionEdge" Nodes. """ interface ContentTypeConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Available content entity types that can be queried or filtered. Identifies the primary content structures available in the system. """ enum ContentTypeEnum { """The Type of Content object""" ATTACHMENT """The Type of Content object""" CONTRIBUTOR """The Type of Content object""" EVENT """The Type of Content object""" LOCATION """The Type of Content object""" MEMBERSHIP """The Type of Content object""" PAGE """The Type of Content object""" POST """The Type of Content object""" PROJECT """The Type of Content object""" REPRESENTATION """The Type of Content object""" RESOURCE """The Type of Content object""" TEMPLATE } """ Identifier types for retrieving a specific content type definition. Determines whether to look up content types by ID or name. """ enum ContentTypeIdTypeEnum { """The globally unique ID""" ID """The name of the content type.""" NAME } """Connection between the ContentType type and the ContentNode type""" type ContentTypeToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the ContentTypeToContentNodeConnection connection""" edges: [ContentTypeToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: ContentTypeToContentNodeConnectionPageInfo! } """An edge in a connection""" type ContentTypeToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "ContentTypeToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of ContentTypeToContentNodeConnection Nodes. """ type ContentTypeToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ContentTypeToContentNodeConnection connection """ input ContentTypeToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the ContentType type and the Taxonomy type""" type ContentTypeToTaxonomyConnection implements Connection & TaxonomyConnection { """Edges for the ContentTypeToTaxonomyConnection connection""" edges: [ContentTypeToTaxonomyConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Taxonomy!]! """Information about pagination in a connection.""" pageInfo: ContentTypeToTaxonomyConnectionPageInfo! } """An edge in a connection""" type ContentTypeToTaxonomyConnectionEdge implements Edge & TaxonomyConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Taxonomy! } """ Pagination metadata specific to "ContentTypeToTaxonomyConnection" collections. Provides cursors and flags for navigating through sets of ContentTypeToTaxonomyConnection Nodes. """ type ContentTypeToTaxonomyConnectionPageInfo implements PageInfo & TaxonomyConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Allowed Content Types of the Category taxonomy.""" enum ContentTypesOfCategoryEnum { """The Type of Content object""" POST } """Allowed Content Types of the Discipline taxonomy.""" enum ContentTypesOfDisciplineEnum { """The Type of Content object""" CONTRIBUTOR """The Type of Content object""" EVENT } """Allowed Content Types of the PostFormat taxonomy.""" enum ContentTypesOfPostFormatEnum { """The Type of Content object""" POST } """Allowed Content Types of the ProjectCategory taxonomy.""" enum ContentTypesOfProjectCategoryEnum { """The Type of Content object""" PROJECT } """Allowed Content Types of the ResourceCategory taxonomy.""" enum ContentTypesOfResourceCategoryEnum { """The Type of Content object""" RESOURCE } """Allowed Content Types of the Tag taxonomy.""" enum ContentTypesOfTagEnum { """The Type of Content object""" POST } """The Contributor type""" type Contributor implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithAuthor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostContributor { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The id field matches the WP_Post->ID field.""" contributorId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """Connection between the Contributor type and the Discipline type""" disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ContributorToDisciplineConnectionWhereArgs ): ContributorToDisciplineConnection """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostContributor ACF Field Group""" groupPostContributor: GroupPostContributor """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the contributor object is password protected.""" hasPassword: Boolean """The globally unique identifier of the contributor object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The password for the contributor object.""" password: String """Connection between the Contributor type and the Contributor type""" preview: ContributorToPreviewConnectionEdge @deprecated(reason: "The "Contributor" 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 """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Contributor type and the Contributor type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ContributorToRevisionConnectionWhereArgs ): ContributorToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """Connection between the Contributor type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ContributorToTermNodeConnectionWhereArgs ): ContributorToTermNodeConnection """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Contributor Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Contributor Nodes """ interface ContributorConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Contributor Nodes """ edges: [ContributorConnectionEdge!]! """A list of connected Contributor Nodes""" nodes: [Contributor!]! """Information about pagination in a connection.""" pageInfo: ContributorConnectionPageInfo! } """ Represents a connection to a Contributor. Contains both the Contributor Node and metadata about the relationship. """ interface ContributorConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Contributor Node""" node: Contributor! } """ Pagination metadata specific to "ContributorConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ContributorConnectionEdge" Nodes. """ interface ContributorConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Set relationships between the Contributor to Disciplines""" input ContributorDisciplinesInput { """ If true, this will append the Discipline to existing related Disciplines. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [ContributorDisciplinesNodeInput] } """ List of Disciplines to connect the Contributor to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input ContributorDisciplinesNodeInput { """ The description of the Discipline. This field is used to set a description of the Discipline if a new one is created during the mutation. """ description: String """ The ID of the Discipline. If present, this will be used to connect to the Contributor. If no existing Discipline exists with this ID, no connection will be made. """ id: ID """ The name of the Discipline. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the Discipline. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """ Identifier types for retrieving a specific Contributor. Specifies which unique attribute is used to find an exact Contributor. """ enum ContributorIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """Identify a resource by the URI.""" URI } """Connection between the Contributor type and the Discipline type""" type ContributorToDisciplineConnection implements Connection & DisciplineConnection { """Edges for the ContributorToDisciplineConnection connection""" edges: [ContributorToDisciplineConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: ContributorToDisciplineConnectionPageInfo! } """An edge in a connection""" type ContributorToDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Discipline! } """ Pagination metadata specific to "ContributorToDisciplineConnection" collections. Provides cursors and flags for navigating through sets of ContributorToDisciplineConnection Nodes. """ type ContributorToDisciplineConnectionPageInfo implements DisciplineConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ContributorToDisciplineConnection connection """ input ContributorToDisciplineConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Contributor type and the Contributor type""" type ContributorToPreviewConnectionEdge implements ContributorConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Contributor! @deprecated(reason: "The "Contributor" Type is not publicly queryable and does not support previews. This field will be removed in the future.") } """Connection between the Contributor type and the Contributor type""" type ContributorToRevisionConnection implements Connection & ContributorConnection { """Edges for the ContributorToRevisionConnection connection""" edges: [ContributorToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Contributor!]! """Information about pagination in a connection.""" pageInfo: ContributorToRevisionConnectionPageInfo! } """An edge in a connection""" type ContributorToRevisionConnectionEdge implements ContributorConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Contributor! } """ Pagination metadata specific to "ContributorToRevisionConnection" collections. Provides cursors and flags for navigating through sets of ContributorToRevisionConnection Nodes. """ type ContributorToRevisionConnectionPageInfo implements ContributorConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ContributorToRevisionConnection connection""" input ContributorToRevisionConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Contributor type and the TermNode type""" type ContributorToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the ContributorToTermNodeConnection connection""" edges: [ContributorToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: ContributorToTermNodeConnectionPageInfo! } """An edge in a connection""" type ContributorToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "ContributorToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of ContributorToTermNodeConnection Nodes. """ type ContributorToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ContributorToTermNodeConnection connection""" input ContributorToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Input for the createCategory mutation.""" input CreateCategoryInput { """The slug that the category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the category object""" description: String """The name of the category object to mutate""" name: String! """ The database ID of the category that should be set as the parent. This field cannot be used in conjunction with parentId """ parentDatabaseId: Int """ The ID of the category that should be set as the parent. This field cannot be used in conjunction with parentDatabaseId """ parentId: ID """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createCategory mutation.""" type CreateCategoryPayload { """The created category""" category: Category """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String } """Input for the createComment mutation.""" input CreateCommentInput { """The name of the comment's author.""" author: String """The email of the comment's author.""" authorEmail: String """The url of the comment's author.""" authorUrl: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The database ID of the post object the comment belongs to.""" commentOn: Int """Content of the comment.""" content: String """ The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """Parent comment ID of current comment.""" parent: ID """The approval status of the comment""" status: CommentStatusEnum """Type of comment.""" type: String } """The payload for the createComment mutation.""" type CreateCommentPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The comment that was created""" comment: Comment """ Whether the mutation succeeded. If the comment is not approved, the server will not return the comment to a non authenticated user, but a success message can be returned if the create succeeded, and the client can optimistically add the comment to the client cache """ success: Boolean } """Input for the createContributor mutation.""" input CreateContributorInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """Set connections between the Contributor and Disciplines""" disciplines: ContributorDisciplinesInput """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createContributor mutation.""" type CreateContributorPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" contributor: Contributor } """Input for the createDiscipline mutation.""" input CreateDisciplineInput { """The slug that the discipline will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the discipline object""" description: String """The name of the discipline object to mutate""" name: String! """ The database ID of the discipline that should be set as the parent. This field cannot be used in conjunction with parentId """ parentDatabaseId: Int """ The ID of the discipline that should be set as the parent. This field cannot be used in conjunction with parentDatabaseId """ parentId: ID """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createDiscipline mutation.""" type CreateDisciplinePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created discipline""" discipline: Discipline } """Input for the createEvent mutation.""" input CreateEventInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """Set connections between the Event and Disciplines""" disciplines: EventDisciplinesInput """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createEvent mutation.""" type CreateEventPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" event: Event } """Input for the createLocation mutation.""" input CreateLocationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createLocation mutation.""" type CreateLocationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" location: Location } """Input for the createMediaItem mutation.""" input CreateMediaItemInput { """Alternative text to display when mediaItem is not displayed""" altText: String """The userId to assign as the author of the mediaItem""" authorId: ID """The caption for the mediaItem""" caption: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The comment status for the mediaItem""" commentStatus: String """The date of the mediaItem""" date: String """The date (in GMT zone) of the mediaItem""" dateGmt: String """Description of the mediaItem""" description: String """The file name of the mediaItem""" filePath: String """The file type of the mediaItem""" fileType: MimeTypeEnum """The ID of the parent object""" parentId: ID """The ping status for the mediaItem""" pingStatus: String """The slug of the mediaItem""" slug: String """The status of the mediaItem""" status: MediaItemStatusEnum """The title of the mediaItem""" title: String } """The payload for the createMediaItem mutation.""" type CreateMediaItemPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The MediaItem object mutation type.""" mediaItem: MediaItem } """Input for the createMembership mutation.""" input CreateMembershipInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createMembership mutation.""" type CreateMembershipPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" membership: Membership } """Input for the createPage mutation.""" input CreatePageInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The content of the object""" content: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createPage mutation.""" type CreatePagePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" page: Page } """Input for the createPostFormat mutation.""" input CreatePostFormatInput { """The slug that the post_format will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the post_format object""" description: String """The name of the post_format object to mutate""" name: String! """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createPostFormat mutation.""" type CreatePostFormatPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created post_format""" postFormat: PostFormat } """Input for the createPost mutation.""" input CreatePostInput { """The userId to assign as the author of the object""" authorId: ID """Set connections between the post and categories""" categories: PostCategoriesInput """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The content of the object""" content: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the post and postFormats""" postFormats: PostPostFormatsInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """Set connections between the post and tags""" tags: PostTagsInput """The title of the object""" title: String } """The payload for the createPost mutation.""" type CreatePostPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" post: Post } """Input for the createProjectCategory mutation.""" input CreateProjectCategoryInput { """The slug that the project_category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the project_category object""" description: String """The name of the project_category object to mutate""" name: String! """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createProjectCategory mutation.""" type CreateProjectCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created project_category""" projectCategory: ProjectCategory } """Input for the createProject mutation.""" input CreateProjectInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the Project and ProjectCategories""" projectCategories: ProjectProjectCategoriesInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createProject mutation.""" type CreateProjectPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" project: Project } """Input for the createRepresentation mutation.""" input CreateRepresentationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createRepresentation mutation.""" type CreateRepresentationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" representation: Representation } """Input for the createResourceCategory mutation.""" input CreateResourceCategoryInput { """The slug that the resource_category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the resource_category object""" description: String """The name of the resource_category object to mutate""" name: String! """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createResourceCategory mutation.""" type CreateResourceCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created resource_category""" resourceCategory: ResourceCategory } """Input for the createResource mutation.""" input CreateResourceInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the Resource and ResourceCategories""" resourceCategories: ResourceResourceCategoriesInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createResource mutation.""" type CreateResourcePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" resource: Resource } """Input for the createTag mutation.""" input CreateTagInput { """The slug that the post_tag will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the post_tag object""" description: String """The name of the post_tag object to mutate""" name: String! """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the createTag mutation.""" type CreateTagPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created post_tag""" tag: Tag } """Input for the createTemplate mutation.""" input CreateTemplateInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the createTemplate mutation.""" type CreateTemplatePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" template: Template } """Input for the createUser mutation.""" input CreateUserInput { """User's AOL IM account.""" aim: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """A string containing content about the user.""" description: String """ A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). """ displayName: String """A string containing the user's email address.""" email: String """The user's first name.""" firstName: String """User's Jabber account.""" jabber: String """The user's last name.""" lastName: String """User's locale.""" locale: String """ A string that contains a URL-friendly name for the user. The default is the user's username. """ nicename: String """The user's nickname, defaults to the user's username.""" nickname: String """A string that contains the plain text password for the user.""" password: String """If true, this will refresh the users JWT secret.""" refreshJwtUserSecret: Boolean """The date the user registered. Format is Y-m-d H:i:s.""" registered: String """ If true, this will revoke the users JWT secret. If false, this will unrevoke the JWT secret AND issue a new one. To revoke, the user must have proper capabilities to edit users JWT secrets. """ revokeJwtUserSecret: Boolean """ A string for whether to enable the rich editor or not. False if not empty. """ richEditing: String """An array of roles to be assigned to the user.""" roles: [String] """A string that contains the user's username for logging in.""" username: String! """A string containing the user's URL for the user's web site.""" websiteUrl: String """User's Yahoo IM account.""" yim: String } """The payload for the createUser mutation.""" type CreateUserPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The User object mutation type.""" user: User } """ An object that has a unique numeric identifier in the database. Provides consistent access to the database ID across different object types. """ interface DatabaseIdentifier { """The unique identifier stored in the database""" databaseId: Int! } """Date values""" input DateInput { """Day of the month (from 1 to 31)""" day: Int """Month number (from 1 to 12)""" month: Int """4 digit year (e.g. 2017)""" year: Int } """Filter the connection based on input""" input DateQueryInput { """Nodes should be returned after this date""" after: DateInput """Nodes should be returned before this date""" before: DateInput """Column to query against""" column: PostObjectsConnectionDateColumnEnum """For after/before, whether exact value should be matched or not""" compare: String """Day of the month (from 1 to 31)""" day: Int """Hour (from 0 to 23)""" hour: Int """For after/before, whether exact value should be matched or not""" inclusive: Boolean """Minute (from 0 to 59)""" minute: Int """Month number (from 1 to 12)""" month: Int """OR or AND, how the sub-arrays should be compared""" relation: RelationEnum """Second (0 to 59)""" second: Int """Week of the year (from 0 to 53)""" week: Int """4 digit year (e.g. 2017)""" year: Int } """The template assigned to the node""" type DefaultTemplate implements ContentTemplate { """The name of the template""" templateName: String } """Input for the deleteCategory mutation.""" input DeleteCategoryInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the category to delete""" id: ID! } """The payload for the deleteCategory mutation.""" type DeleteCategoryPayload { """The deleted term object""" category: Category """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID } """Input for the deleteComment mutation.""" input DeleteCommentInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the comment should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The deleted comment ID""" id: ID! } """The payload for the deleteComment mutation.""" type DeleteCommentPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The deleted comment object""" comment: Comment """The deleted comment ID""" deletedId: ID } """Input for the deleteContributor mutation.""" input DeleteContributorInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Contributor to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteContributor mutation.""" type DeleteContributorPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The object before it was deleted""" contributor: Contributor """The ID of the deleted object""" deletedId: ID } """Input for the deleteDiscipline mutation.""" input DeleteDisciplineInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the Discipline to delete""" id: ID! } """The payload for the deleteDiscipline mutation.""" type DeleteDisciplinePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The deleted term object""" discipline: Discipline } """Input for the deleteEvent mutation.""" input DeleteEventInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Event to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteEvent mutation.""" type DeleteEventPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" event: Event } """Input for the deleteLocation mutation.""" input DeleteLocationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Location to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteLocation mutation.""" type DeleteLocationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" location: Location } """Input for the deleteMediaItem mutation.""" input DeleteMediaItemInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the mediaItem should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the mediaItem to delete""" id: ID! } """The payload for the deleteMediaItem mutation.""" type DeleteMediaItemPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted mediaItem""" deletedId: ID """The mediaItem before it was deleted""" mediaItem: MediaItem } """Input for the deleteMembership mutation.""" input DeleteMembershipInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Membership to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteMembership mutation.""" type DeleteMembershipPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" membership: Membership } """Input for the deletePage mutation.""" input DeletePageInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the page to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deletePage mutation.""" type DeletePagePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" page: Page } """Input for the deletePostFormat mutation.""" input DeletePostFormatInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the postFormat to delete""" id: ID! } """The payload for the deletePostFormat mutation.""" type DeletePostFormatPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The deleted term object""" postFormat: PostFormat } """Input for the deletePost mutation.""" input DeletePostInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the post to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deletePost mutation.""" type DeletePostPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" post: Post } """Input for the deleteProjectCategory mutation.""" input DeleteProjectCategoryInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the ProjectCategory to delete""" id: ID! } """The payload for the deleteProjectCategory mutation.""" type DeleteProjectCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The deleted term object""" projectCategory: ProjectCategory } """Input for the deleteProject mutation.""" input DeleteProjectInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Project to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteProject mutation.""" type DeleteProjectPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" project: Project } """Input for the deleteRepresentation mutation.""" input DeleteRepresentationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Representation to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteRepresentation mutation.""" type DeleteRepresentationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" representation: Representation } """Input for the deleteResourceCategory mutation.""" input DeleteResourceCategoryInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the ResourceCategory to delete""" id: ID! } """The payload for the deleteResourceCategory mutation.""" type DeleteResourceCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The deleted term object""" resourceCategory: ResourceCategory } """Input for the deleteResource mutation.""" input DeleteResourceInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Resource to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteResource mutation.""" type DeleteResourcePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" resource: Resource } """Input for the deleteTag mutation.""" input DeleteTagInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the tag to delete""" id: ID! } """The payload for the deleteTag mutation.""" type DeleteTagPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The deleted term object""" tag: Tag } """Input for the deleteTemplate mutation.""" input DeleteTemplateInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the object should be force deleted instead of being moved to the trash """ forceDelete: Boolean """The ID of the Template to delete""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean } """The payload for the deleteTemplate mutation.""" type DeleteTemplatePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the deleted object""" deletedId: ID """The object before it was deleted""" template: Template } """Input for the deleteUser mutation.""" input DeleteUserInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the user you want to delete""" id: ID! """Reassign posts and links to new User ID.""" reassignId: ID } """The payload for the deleteUser mutation.""" type DeleteUserPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the user that you just deleted""" deletedId: ID """The deleted user object""" user: User } """The Discipline type""" type Discipline implements DatabaseIdentifier & HierarchicalNode & HierarchicalTermNode & Node & TermNode & UniformResourceIdentifiable & WithAcfGroupTermDiscipline { """ The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): DisciplineToAncestorsDisciplineConnection """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the Discipline type and its children Disciplines.""" children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: DisciplineToDisciplineConnectionWhereArgs ): DisciplineToDisciplineConnection """Connection between the Discipline type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: DisciplineToContentNodeConnectionWhereArgs ): DisciplineToContentNodeConnection """Connection between the Discipline type and the Contributor type""" contributors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: DisciplineToContributorConnectionWhereArgs ): DisciplineToContributorConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """The id field matches the WP_Post->ID field.""" disciplineId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """Connection between the Discipline type and the Event type""" events( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: DisciplineToEventConnectionWhereArgs ): DisciplineToEventConnection """Fields of the GroupTermDiscipline ACF Field Group""" groupTermDiscipline: GroupTermDiscipline """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """Connection between the Discipline type and its parent Discipline.""" parent: DisciplineToParentDisciplineConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """An alphanumeric identifier for the object unique to its type.""" slug: String """Connection between the Discipline type and the Taxonomy type""" taxonomy: DisciplineToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of Discipline Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Discipline Nodes """ interface DisciplineConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Discipline Nodes """ edges: [DisciplineConnectionEdge!]! """A list of connected Discipline Nodes""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: DisciplineConnectionPageInfo! } """ Represents a connection to a Discipline. Contains both the Discipline Node and metadata about the relationship. """ interface DisciplineConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Discipline Node""" node: Discipline! } """ Pagination metadata specific to "DisciplineConnectionEdge" collections. Provides cursors and flags for navigating through sets of "DisciplineConnectionEdge" Nodes. """ interface DisciplineConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Discipline. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the Discipline. """ enum DisciplineIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the Discipline type and the Discipline type""" type DisciplineToAncestorsDisciplineConnection implements Connection & DisciplineConnection { """Edges for the DisciplineToAncestorsDisciplineConnection connection""" edges: [DisciplineToAncestorsDisciplineConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: DisciplineToAncestorsDisciplineConnectionPageInfo! } """An edge in a connection""" type DisciplineToAncestorsDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Discipline! } """ Pagination metadata specific to "DisciplineToAncestorsDisciplineConnection" collections. Provides cursors and flags for navigating through sets of DisciplineToAncestorsDisciplineConnection Nodes. """ type DisciplineToAncestorsDisciplineConnectionPageInfo implements DisciplineConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Discipline type and the ContentNode type""" type DisciplineToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the DisciplineToContentNodeConnection connection""" edges: [DisciplineToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: DisciplineToContentNodeConnectionPageInfo! } """An edge in a connection""" type DisciplineToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "DisciplineToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of DisciplineToContentNodeConnection Nodes. """ type DisciplineToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the DisciplineToContentNodeConnection connection """ input DisciplineToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfDisciplineEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Discipline type and the Contributor type""" type DisciplineToContributorConnection implements Connection & ContributorConnection { """Edges for the DisciplineToContributorConnection connection""" edges: [DisciplineToContributorConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Contributor!]! """Information about pagination in a connection.""" pageInfo: DisciplineToContributorConnectionPageInfo! } """An edge in a connection""" type DisciplineToContributorConnectionEdge implements ContributorConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Contributor! } """ Pagination metadata specific to "DisciplineToContributorConnection" collections. Provides cursors and flags for navigating through sets of DisciplineToContributorConnection Nodes. """ type DisciplineToContributorConnectionPageInfo implements ContributorConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the DisciplineToContributorConnection connection """ input DisciplineToContributorConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Discipline type and the Discipline type""" type DisciplineToDisciplineConnection implements Connection & DisciplineConnection { """Edges for the DisciplineToDisciplineConnection connection""" edges: [DisciplineToDisciplineConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: DisciplineToDisciplineConnectionPageInfo! } """An edge in a connection""" type DisciplineToDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Discipline! } """ Pagination metadata specific to "DisciplineToDisciplineConnection" collections. Provides cursors and flags for navigating through sets of DisciplineToDisciplineConnection Nodes. """ type DisciplineToDisciplineConnectionPageInfo implements DisciplineConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the DisciplineToDisciplineConnection connection """ input DisciplineToDisciplineConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Discipline type and the Event type""" type DisciplineToEventConnection implements Connection & EventConnection { """Edges for the DisciplineToEventConnection connection""" edges: [DisciplineToEventConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Event!]! """Information about pagination in a connection.""" pageInfo: DisciplineToEventConnectionPageInfo! } """An edge in a connection""" type DisciplineToEventConnectionEdge implements Edge & EventConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Event! } """ Pagination metadata specific to "DisciplineToEventConnection" collections. Provides cursors and flags for navigating through sets of DisciplineToEventConnection Nodes. """ type DisciplineToEventConnectionPageInfo implements EventConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the DisciplineToEventConnection connection""" input DisciplineToEventConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Discipline type and the Discipline type""" type DisciplineToParentDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Discipline! } """Connection between the Discipline type and the Taxonomy type""" type DisciplineToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """The discussion setting type""" type DiscussionSettings { """ Autoriser les gens à envoyer des commentaires sur les nouvelles publications. """ defaultCommentStatus: String """ Autoriser les liens de notification d’autres blogues (pings et rétroliens) sur les nouveaux articles. """ defaultPingStatus: String } """ Represents a connection between two objects. Contains both the related object (node) and metadata about the relationship (cursor). """ interface Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected node""" node: Node! } """ A script or stylesheet resource that should be loaded by the client. Contains information about the resource's location, dependencies, and loading behavior. """ interface EnqueuedAsset { """The inline code to be run after the asset is loaded.""" after: [String] """Deprecated""" args: Boolean @deprecated(reason: "Use `EnqueuedAsset.media` instead.") """The inline code to be run before the asset is loaded.""" before: [String] """ The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc """ conditional: String """Dependencies needed to use this asset""" dependencies: [EnqueuedAsset] """Extra information needed for the script""" extra: String @deprecated(reason: "Use `EnqueuedScript.extraData` instead.") """The loading group to which this asset belongs.""" group: Int """The handle of the enqueued asset""" handle: String """The ID of the enqueued asset""" id: ID! """The source of the asset""" src: String """The version of the enqueued asset""" version: String } """Script enqueued by the CMS""" type EnqueuedScript implements EnqueuedAsset & Node { """The inline code to be run after the asset is loaded.""" after: [String] """Deprecated""" args: Boolean @deprecated(reason: "Use `EnqueuedAsset.media` instead.") """The inline code to be run before the asset is loaded.""" before: [String] """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc """ conditional: String """Dependencies needed to use this asset""" dependencies: [EnqueuedScript] """Extra information needed for the script""" extra: String @deprecated(reason: "Use `EnqueuedScript.extraData` instead.") """Extra data supplied to the enqueued script""" extraData: String """The loading group to which this asset belongs.""" group: Int """The location where this script should be loaded""" groupLocation: ScriptLoadingGroupLocationEnum """The handle of the enqueued asset""" handle: String """The global ID of the enqueued script""" id: ID! """The source of the asset""" src: String """The loading strategy to use on the script tag""" strategy: ScriptLoadingStrategyEnum """The version of the enqueued script""" version: String } """ A paginated collection of EnqueuedScript Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of EnqueuedScript Nodes """ interface EnqueuedScriptConnection implements Connection { """ A list of edges (relational context) between ContentNode and connected EnqueuedScript Nodes """ edges: [EnqueuedScriptConnectionEdge!]! """A list of connected EnqueuedScript Nodes""" nodes: [EnqueuedScript!]! """Information about pagination in a connection.""" pageInfo: EnqueuedScriptConnectionPageInfo! } """ Represents a connection to a EnqueuedScript. Contains both the EnqueuedScript Node and metadata about the relationship. """ interface EnqueuedScriptConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected EnqueuedScript Node""" node: EnqueuedScript! } """ Pagination metadata specific to "EnqueuedScriptConnectionEdge" collections. Provides cursors and flags for navigating through sets of "EnqueuedScriptConnectionEdge" Nodes. """ interface EnqueuedScriptConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Stylesheet enqueued by the CMS""" type EnqueuedStylesheet implements EnqueuedAsset & Node { """The inline code to be run after the asset is loaded.""" after: [String] """Deprecated""" args: Boolean @deprecated(reason: "Use `EnqueuedAsset.media` instead.") """The inline code to be run before the asset is loaded.""" before: [String] """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc """ conditional: String """Dependencies needed to use this asset""" dependencies: [EnqueuedStylesheet] """Extra information needed for the script""" extra: String @deprecated(reason: "Use `EnqueuedScript.extraData` instead.") """The loading group to which this asset belongs.""" group: Int """The handle of the enqueued asset""" handle: String """The global ID of the enqueued stylesheet""" id: ID! """Whether the enqueued style is RTL or not""" isRtl: Boolean """The media attribute to use for the link""" media: String """ The absolute path to the enqueued style. Set when the stylesheet is meant to load inline. """ path: String """The `rel` attribute to use for the link""" rel: String """The source of the asset""" src: String """Optional suffix, used in combination with RTL""" suffix: String """ The title of the enqueued style. Used for preferred/alternate stylesheets. """ title: String """The version of the enqueued style""" version: String } """ A paginated collection of EnqueuedStylesheet Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of EnqueuedStylesheet Nodes """ interface EnqueuedStylesheetConnection implements Connection { """ A list of edges (relational context) between ContentNode and connected EnqueuedStylesheet Nodes """ edges: [EnqueuedStylesheetConnectionEdge!]! """A list of connected EnqueuedStylesheet Nodes""" nodes: [EnqueuedStylesheet!]! """Information about pagination in a connection.""" pageInfo: EnqueuedStylesheetConnectionPageInfo! } """ Represents a connection to a EnqueuedStylesheet. Contains both the EnqueuedStylesheet Node and metadata about the relationship. """ interface EnqueuedStylesheetConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected EnqueuedStylesheet Node""" node: EnqueuedStylesheet! } """ Pagination metadata specific to "EnqueuedStylesheetConnectionEdge" collections. Provides cursors and flags for navigating through sets of "EnqueuedStylesheetConnectionEdge" Nodes. """ interface EnqueuedStylesheetConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """The Event type""" type Event implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostEvent { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """Connection between the Event type and the Discipline type""" disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: EventToDisciplineConnectionWhereArgs ): EventToDisciplineConnection """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The id field matches the WP_Post->ID field.""" eventId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostEvent ACF Field Group""" groupPostEvent: GroupPostEvent """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the event object is password protected.""" hasPassword: Boolean """The globally unique identifier of the event object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The password for the event object.""" password: String """Connection between the Event type and the Event type""" preview: EventToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Event type and the Event type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: EventToRevisionConnectionWhereArgs ): EventToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """Connection between the Event type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: EventToTermNodeConnectionWhereArgs ): EventToTermNodeConnection """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Event Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Event Nodes """ interface EventConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Event Nodes """ edges: [EventConnectionEdge!]! """A list of connected Event Nodes""" nodes: [Event!]! """Information about pagination in a connection.""" pageInfo: EventConnectionPageInfo! } """ Represents a connection to a Event. Contains both the Event Node and metadata about the relationship. """ interface EventConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Event Node""" node: Event! } """ Pagination metadata specific to "EventConnectionEdge" collections. Provides cursors and flags for navigating through sets of "EventConnectionEdge" Nodes. """ interface EventConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Set relationships between the Event to Disciplines""" input EventDisciplinesInput { """ If true, this will append the Discipline to existing related Disciplines. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [EventDisciplinesNodeInput] } """ List of Disciplines to connect the Event to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input EventDisciplinesNodeInput { """ The description of the Discipline. This field is used to set a description of the Discipline if a new one is created during the mutation. """ description: String """ The ID of the Discipline. If present, this will be used to connect to the Event. If no existing Discipline exists with this ID, no connection will be made. """ id: ID """ The name of the Discipline. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the Discipline. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """ Identifier types for retrieving a specific Event. Specifies which unique attribute is used to find an exact Event. """ enum EventIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """Identify a resource by the URI.""" URI } """Connection between the Event type and the Discipline type""" type EventToDisciplineConnection implements Connection & DisciplineConnection { """Edges for the EventToDisciplineConnection connection""" edges: [EventToDisciplineConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: EventToDisciplineConnectionPageInfo! } """An edge in a connection""" type EventToDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Discipline! } """ Pagination metadata specific to "EventToDisciplineConnection" collections. Provides cursors and flags for navigating through sets of EventToDisciplineConnection Nodes. """ type EventToDisciplineConnectionPageInfo implements DisciplineConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the EventToDisciplineConnection connection""" input EventToDisciplineConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Event type and the Event type""" type EventToPreviewConnectionEdge implements Edge & EventConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Event! } """Connection between the Event type and the Event type""" type EventToRevisionConnection implements Connection & EventConnection { """Edges for the EventToRevisionConnection connection""" edges: [EventToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Event!]! """Information about pagination in a connection.""" pageInfo: EventToRevisionConnectionPageInfo! } """An edge in a connection""" type EventToRevisionConnectionEdge implements Edge & EventConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Event! } """ Pagination metadata specific to "EventToRevisionConnection" collections. Provides cursors and flags for navigating through sets of EventToRevisionConnection Nodes. """ type EventToRevisionConnectionPageInfo implements EventConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the EventToRevisionConnection connection""" input EventToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Event type and the TermNode type""" type EventToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the EventToTermNodeConnection connection""" edges: [EventToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: EventToTermNodeConnectionPageInfo! } """An edge in a connection""" type EventToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "EventToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of EventToTermNodeConnection Nodes. """ type EventToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the EventToTermNodeConnection connection""" input EventToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """The general setting type""" type GeneralSettings { """Un format de date commun pour tous les réglages de dates.""" dateFormat: String """Slogan du site Web.""" description: String """ Cette adresse est utilisée à des fins d’administration, comme les notifications d’utilisateur. """ email: String """Code local de l’installation WordPress.""" language: String """ Le numéro du jour de la semaine à laquelle la semaine devrait commencer. """ startOfWeek: Int """Un format d’heure commun pour tous les réglages d’heures.""" timeFormat: String """Une ville dans le même fuseau horaire que le vôtre.""" timezone: String """Titre du site Web.""" title: String """URL du site Web.""" url: String } """ The "GroupAbstractBuilder" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupAbstractBuilderSectionsLayoutSettings" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractBuilderSectionsLayoutSettings implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsLayoutSettings_Fields & SectionContainer_Fields & SectionTheme_Fields { """ Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group """ bgColor: [String]! """ Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group """ contentWidth: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupAbstractBuilderSectionsLayoutSettings" Field Group """ interface GroupAbstractBuilderSectionsLayoutSettings_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupAbstractBuilderSectionsTextBlockLayout" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsTextBlockLayout_Fields & GroupAbstractBuilderSections_Layout { """ Field of the "text" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ acfeFlexibleLayoutTitle: String """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ content: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ layoutSettings: GroupAbstractBuilderSectionsLayoutSettings } """ Interface representing fields of the ACF "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSections_Layout { """ Field of the "text" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ acfeFlexibleLayoutTitle: String """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ content: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group """ layoutSettings: GroupAbstractBuilderSectionsLayoutSettings } """ Layout of the "sections" Field of the "GroupAbstractBuilder" Field Group Field """ interface GroupAbstractBuilderSections_Layout { """The name of the ACF Flex Field Layout""" fieldGroupName: String } """ Interface representing fields of the ACF "GroupAbstractBuilder" Field Group """ interface GroupAbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupAbstractCredits" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractCredits implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group """ contributions: [GroupAbstractCreditsContributions] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupAbstractCreditsContributions" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractCreditsContributions implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCreditsContributions_Fields { """ Field of the "checkbox" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group """ contributionTypes: [String] """ Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group """ contributor( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupAbstractCreditsContributions" Field Group """ interface GroupAbstractCreditsContributions_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "checkbox" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group """ contributionTypes: [String] """ Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group """ contributor( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupAbstractCredits" Field Group """ interface GroupAbstractCredits_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group """ contributions: [GroupAbstractCreditsContributions] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupAbstractEntity" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractEntity implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] } """ The "GroupAbstractEntityIdentifiers" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractEntityIdentifiers implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntityIdentifiers_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractEntityIdentifiers" Field Group """ uri: String! } """ Interface representing fields of the ACF "GroupAbstractEntityIdentifiers" Field Group """ interface GroupAbstractEntityIdentifiers_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractEntityIdentifiers" Field Group """ uri: String! } """ Interface representing fields of the ACF "GroupAbstractEntity" Field Group """ interface GroupAbstractEntity_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] } """ The "GroupAbstractGallery" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractGallery implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractGallery_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] } """ The "GroupAbstractGalleryMedias" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractGalleryMedias implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractGalleryMedias_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "image" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ image: AcfMediaItemConnectionEdge """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ mediaType: [String]! """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ youtubeUrl: String! } """ Interface representing fields of the ACF "GroupAbstractGalleryMedias" Field Group """ interface GroupAbstractGalleryMedias_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "image" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ image: AcfMediaItemConnectionEdge """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ mediaType: [String]! """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group """ youtubeUrl: String! } """ Interface representing fields of the ACF "GroupAbstractGallery" Field Group """ interface GroupAbstractGallery_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] } """ The "GroupAbstractOffer" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractOffer implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ attendanceMode: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ isAsync: Boolean """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ notifications: [GroupAbstractOfferNotifications] """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ offerStatus: [String] """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ pricing: GroupAbstractOfferPricing """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ registration: GroupAbstractOfferRegistration """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ where: GroupAbstractOfferWhere } """ The "GroupAbstractOfferNotifications" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractOfferNotifications implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferNotifications_Fields { """ Field of the "date_time_picker" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ dateTime: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ message: String! """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ sentStatus: [String]! """ Field of the "text" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ subject: String! } """ Interface representing fields of the ACF "GroupAbstractOfferNotifications" Field Group """ interface GroupAbstractOfferNotifications_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "date_time_picker" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ dateTime: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ message: String! """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ sentStatus: [String]! """ Field of the "text" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group """ subject: String! } """ The "GroupAbstractOfferPricing" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractOfferPricing implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferPricing_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group """ isFree: Boolean """ Field of the "number" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group """ minPrice: Float } """ Interface representing fields of the ACF "GroupAbstractOfferPricing" Field Group """ interface GroupAbstractOfferPricing_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group """ isFree: Boolean """ Field of the "number" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group """ minPrice: Float } """ The "GroupAbstractOfferRegistration" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractOfferRegistration implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferRegistration_Fields { """ Field of the "email" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ email: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ form: [String]! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ phone: String """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ url: String! } """ Interface representing fields of the ACF "GroupAbstractOfferRegistration" Field Group """ interface GroupAbstractOfferRegistration_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "email" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ email: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ form: [String]! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ phone: String """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group """ url: String! } """ The "GroupAbstractOfferWhere" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractOfferWhere implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferWhere_Fields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group """ configuration: [String] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group """ location( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection } """ Interface representing fields of the ACF "GroupAbstractOfferWhere" Field Group """ interface GroupAbstractOfferWhere_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group """ configuration: [String] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group """ location( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection } """ Interface representing fields of the ACF "GroupAbstractOffer" Field Group """ interface GroupAbstractOffer_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ attendanceMode: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ isAsync: Boolean """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ notifications: [GroupAbstractOfferNotifications] """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ offerStatus: [String] """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ pricing: GroupAbstractOfferPricing """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ registration: GroupAbstractOfferRegistration """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ where: GroupAbstractOfferWhere } """ The "GroupAbstractSocial" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractSocial implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ The "GroupAbstractSocialProfiles" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupAbstractSocialProfiles implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocialProfiles_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractSocialProfiles" Field Group """ url: String! } """ Interface representing fields of the ACF "GroupAbstractSocialProfiles" Field Group """ interface GroupAbstractSocialProfiles_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "url" Field Type added to the schema as part of the "GroupAbstractSocialProfiles" Field Group """ url: String! } """ Interface representing fields of the ACF "GroupAbstractSocial" Field Group """ interface GroupAbstractSocial_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ The "GroupCcat" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupCcat implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields & GroupCcat_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ Interface representing fields of the ACF "GroupCcat" Field Group """ interface GroupCcat_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ The "GroupPostArticle" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostArticle implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostArticle_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ Interface representing fields of the ACF "GroupPostArticle" Field Group """ interface GroupPostArticle_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupPostContributor" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostContributor implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostContributor_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ alternativeTitles: [GroupPostContributorAlternativeTitles] """ Field of the "select" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ contributorType: [String]! """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ description: String """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ locality: [GroupPostContributorLocality] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ The "GroupPostContributorAlternativeTitles" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostContributorAlternativeTitles implements AcfFieldGroup & AcfFieldGroupFields & GroupPostContributorAlternativeTitles_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostContributorAlternativeTitles" Field Group """ name: String } """ Interface representing fields of the ACF "GroupPostContributorAlternativeTitles" Field Group """ interface GroupPostContributorAlternativeTitles_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostContributorAlternativeTitles" Field Group """ name: String } """ The "GroupPostContributorLocality" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostContributorLocality implements AcfFieldGroup & AcfFieldGroupFields & GroupPostContributorLocality_Fields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostContributorLocality" Field Group """ address: Address """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostContributorLocality" Field Group """ interface GroupPostContributorLocality_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostContributorLocality" Field Group """ address: Address """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostContributor" Field Group """ interface GroupPostContributor_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ alternativeTitles: [GroupPostContributorAlternativeTitles] """ Field of the "select" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ contributorType: [String]! """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ description: String """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group """ locality: [GroupPostContributorLocality] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! } """ The "GroupPostEvent" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostEvent implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostEvent_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group """ contributions: [GroupAbstractCreditsContributions] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ description: String """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """ Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ eventType: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "true_false" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ isWordless: Boolean """ Field of the "acfe_languages" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ languages: [ACFE_Language] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! """ Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ targetAudience: [String]! } """ Interface representing fields of the ACF "GroupPostEvent" Field Group """ interface GroupPostEvent_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group """ contributions: [GroupAbstractCreditsContributions] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ description: String """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """ Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ eventType: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "true_false" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ isWordless: Boolean """ Field of the "acfe_languages" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ languages: [ACFE_Language] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! """ Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group """ targetAudience: [String]! } """ The "GroupPostLocation" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostLocation implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostLocation_Fields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ address: Address """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ configurations: [GroupPostLocationConfigurations] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ description: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "select" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ locationType: [String]! """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ universalAccess: [String] } """ The "GroupPostLocationConfigurations" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostLocationConfigurations implements AcfFieldGroup & AcfFieldGroupFields & GroupPostLocationConfigurations_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostLocationConfigurations" Field Group """ name: String! } """ Interface representing fields of the ACF "GroupPostLocationConfigurations" Field Group """ interface GroupPostLocationConfigurations_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostLocationConfigurations" Field Group """ name: String! } """ Interface representing fields of the ACF "GroupPostLocation" Field Group """ interface GroupPostLocation_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ address: Address """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ configurations: [GroupPostLocationConfigurations] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ description: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] """ Field of the "select" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ locationType: [String]! """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group """ medias: [GroupAbstractGalleryMedias] """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group """ profiles: [GroupAbstractSocialProfiles]! """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostLocation" Field Group """ universalAccess: [String] } """ The "GroupPostMembership" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembership implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembership_Fields { """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ billing: GroupPostMembershipBilling """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ collectiveProfile: GroupPostMembershipCollectiveProfile """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ contact: GroupPostMembershipContact """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ emailPreferences: GroupPostMembershipEmailPreferences! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ individualProfile: GroupPostMembershipIndividualProfile """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ institutionProfile: GroupPostMembershipInstitutionProfile """ Field of the "select" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ membershipType: [String]! """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ organizationProfile: GroupPostMembershipOrganizationProfile """ Field of the "true_false" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ sameAsContact: Boolean } """ The "GroupPostMembershipBilling" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipBilling implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipBilling_Fields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ address: Address! """ Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ email: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ personName: String! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ phone: String! } """ Interface representing fields of the ACF "GroupPostMembershipBilling" Field Group """ interface GroupPostMembershipBilling_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ address: Address! """ Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ email: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ personName: String! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group """ phone: String! } """ The "GroupPostMembershipCollectiveProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipCollectiveProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipCollectiveProfile_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostMembershipCollectiveProfile" Field Group """ interface GroupPostMembershipCollectiveProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupPostMembershipContact" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipContact implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipContact_Fields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ address: Address! """ Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ email: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ personName: String! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ phone: String! } """ Interface representing fields of the ACF "GroupPostMembershipContact" Field Group """ interface GroupPostMembershipContact_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ address: Address! """ Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ email: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ personName: String! """ Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group """ phone: String! } """ The "GroupPostMembershipEmailPreferences" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipEmailPreferences implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipEmailPreferences_Fields { """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ categories: [String] """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ disciplines: [String] """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ eventTypes: [String] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ mrc: [String] } """ Interface representing fields of the ACF "GroupPostMembershipEmailPreferences" Field Group """ interface GroupPostMembershipEmailPreferences_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ categories: [String] """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ disciplines: [String] """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ eventTypes: [String] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group """ mrc: [String] } """ The "GroupPostMembershipIndividualProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipIndividualProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipIndividualProfile_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostMembershipIndividualProfile" Field Group """ interface GroupPostMembershipIndividualProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupPostMembershipInstitutionProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipInstitutionProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipInstitutionProfile_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostMembershipInstitutionProfile" Field Group """ interface GroupPostMembershipInstitutionProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "GroupPostMembershipOrganizationProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostMembershipOrganizationProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipOrganizationProfile_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostMembershipOrganizationProfile" Field Group """ interface GroupPostMembershipOrganizationProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "GroupPostMembership" Field Group """ interface GroupPostMembership_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ billing: GroupPostMembershipBilling """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ collectiveProfile: GroupPostMembershipCollectiveProfile """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ contact: GroupPostMembershipContact """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ emailPreferences: GroupPostMembershipEmailPreferences! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ individualProfile: GroupPostMembershipIndividualProfile """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ institutionProfile: GroupPostMembershipInstitutionProfile """ Field of the "select" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ membershipType: [String]! """ Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ organizationProfile: GroupPostMembershipOrganizationProfile """ Field of the "true_false" Field Type added to the schema as part of the "GroupPostMembership" Field Group """ sameAsContact: Boolean } """ The "GroupPostPage" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostPage implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostPage_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ Interface representing fields of the ACF "GroupPostPage" Field Group """ interface GroupPostPage_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupPostProject" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostProject implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostProject_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "group" Field Type added to the schema as part of the "GroupPostProject" Field Group """ period: GroupPostProjectPeriod """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostProject" Field Group """ projectCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupPostProjectPeriod" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostProjectPeriod implements AcfFieldGroup & AcfFieldGroupFields & GroupPostProjectPeriod_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startMonth: String } """ Interface representing fields of the ACF "GroupPostProjectPeriod" Field Group """ interface GroupPostProjectPeriod_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startMonth: String } """ Interface representing fields of the ACF "GroupPostProject" Field Group """ interface GroupPostProject_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "group" Field Type added to the schema as part of the "GroupPostProject" Field Group """ period: GroupPostProjectPeriod """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostProject" Field Group """ projectCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupPostRepresentation" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostRepresentation implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields & GroupPostRepresentation_Fields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ attendanceMode: [String]! """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ days: [GroupPostRepresentationDays] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ description: String """ Field of the "post_object" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ event( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ isAsync: Boolean """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ notifications: [GroupAbstractOfferNotifications] """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ offerStatus: [String] """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ pricing: GroupAbstractOfferPricing """ Field of the "group" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ range: GroupPostRepresentationRange """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ registration: GroupAbstractOfferRegistration """ Field of the "select" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ scheduleType: [String]! """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ where: GroupAbstractOfferWhere } """ The "GroupPostRepresentationDays" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostRepresentationDays implements AcfFieldGroup & AcfFieldGroupFields & GroupPostRepresentationDays_Fields { """ Field of the "time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group """ endTime: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startDateTime: String! } """ Interface representing fields of the ACF "GroupPostRepresentationDays" Field Group """ interface GroupPostRepresentationDays_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group """ endTime: String """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startDateTime: String! } """ The "GroupPostRepresentationRange" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostRepresentationRange implements AcfFieldGroup & AcfFieldGroupFields & GroupPostRepresentationRange_Fields { """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ endDate: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startDate: String! } """ Interface representing fields of the ACF "GroupPostRepresentationRange" Field Group """ interface GroupPostRepresentationRange_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ endDate: String! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) """ startDate: String! } """ Interface representing fields of the ACF "GroupPostRepresentation" Field Group """ interface GroupPostRepresentation_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields { """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ attendanceMode: [String]! """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ days: [GroupPostRepresentationDays] """ Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ description: String """ Field of the "post_object" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ event( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ isAsync: Boolean """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ notifications: [GroupAbstractOfferNotifications] """ Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ offerStatus: [String] """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ pricing: GroupAbstractOfferPricing """ Field of the "group" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ range: GroupPostRepresentationRange """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ registration: GroupAbstractOfferRegistration """ Field of the "select" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group """ scheduleType: [String]! """ Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group """ where: GroupAbstractOfferWhere } """ The "GroupPostResource" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostResource implements AcfFieldGroup & AcfFieldGroupFields & GroupPostResource_Fields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostResource" Field Group """ documents: [GroupPostResourceDocuments] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostResource" Field Group """ resourceCategory( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection } """ The "GroupPostResourceDocuments" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostResourceDocuments implements AcfFieldGroup & AcfFieldGroupFields & GroupPostResourceDocuments_Fields { """ Field of the "select" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ documentType: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "file" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ file: AcfMediaItemConnectionEdge """ Field of the "text" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ title: String! """ Field of the "url" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ url: String! } """ Interface representing fields of the ACF "GroupPostResourceDocuments" Field Group """ interface GroupPostResourceDocuments_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "select" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ documentType: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "file" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ file: AcfMediaItemConnectionEdge """ Field of the "text" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ title: String! """ Field of the "url" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group """ url: String! } """ Interface representing fields of the ACF "GroupPostResource" Field Group """ interface GroupPostResource_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "repeater" Field Type added to the schema as part of the "GroupPostResource" Field Group """ documents: [GroupPostResourceDocuments] """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostResource" Field Group """ resourceCategory( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfTermNodeConnection } """ The "GroupPostTemplate" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupPostTemplate implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostTemplate_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ Interface representing fields of the ACF "GroupPostTemplate" Field Group """ interface GroupPostTemplate_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group """ sections: [GroupAbstractBuilderSections_Layout] } """ The "GroupTermDiscipline" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupTermDiscipline implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupTermDiscipline_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] } """ Interface representing fields of the ACF "GroupTermDiscipline" Field Group """ interface GroupTermDiscipline_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group """ identifiers: [GroupAbstractEntityIdentifiers] } """ The "GroupUserProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type GroupUserProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupUserProfile_Fields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "post_object" Field Type added to the schema as part of the "GroupUserProfile" Field Group """ memberships( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection } """ Interface representing fields of the ACF "GroupUserProfile" Field Group """ interface GroupUserProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") """ Field of the "post_object" Field Type added to the schema as part of the "GroupUserProfile" Field Group """ memberships( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): AcfContentNodeConnection } """ Content that can be organized in a parent-child structure. Provides fields for navigating up and down the hierarchy and maintaining structured relationships. """ interface HierarchicalContentNode implements ContentNode & DatabaseIdentifier & HierarchicalNode & Node & UniformResourceIdentifiable { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """The unique resource identifier path""" uri: String } """ Connection between the HierarchicalContentNode type and the ContentNode type """ type HierarchicalContentNodeToContentNodeAncestorsConnection implements Connection & ContentNodeConnection { """ Edges for the HierarchicalContentNodeToContentNodeAncestorsConnection connection """ edges: [HierarchicalContentNodeToContentNodeAncestorsConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo! } """An edge in a connection""" type HierarchicalContentNodeToContentNodeAncestorsConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "HierarchicalContentNodeToContentNodeAncestorsConnection" collections. Provides cursors and flags for navigating through sets of HierarchicalContentNodeToContentNodeAncestorsConnection Nodes. """ type HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the HierarchicalContentNodeToContentNodeAncestorsConnection connection """ input HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """ Connection between the HierarchicalContentNode type and the ContentNode type """ type HierarchicalContentNodeToContentNodeChildrenConnection implements Connection & ContentNodeConnection { """ Edges for the HierarchicalContentNodeToContentNodeChildrenConnection connection """ edges: [HierarchicalContentNodeToContentNodeChildrenConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo! } """An edge in a connection""" type HierarchicalContentNodeToContentNodeChildrenConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "HierarchicalContentNodeToContentNodeChildrenConnection" collections. Provides cursors and flags for navigating through sets of HierarchicalContentNodeToContentNodeChildrenConnection Nodes. """ type HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the HierarchicalContentNodeToContentNodeChildrenConnection connection """ input HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """ Connection between the HierarchicalContentNode type and the ContentNode type """ type HierarchicalContentNodeToParentContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: ContentNode! } """ Content that can exist in a parent-child structure. Provides fields for navigating up (parent) and down (children) through the hierarchy. """ interface HierarchicalNode implements DatabaseIdentifier & Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The unique identifier stored in the database""" databaseId: Int! """The globally unique ID for the object""" id: ID! """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID } """Term node with hierarchical (parent/child) relationships""" interface HierarchicalTermNode implements DatabaseIdentifier & HierarchicalNode & Node & TermNode & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """An alphanumeric identifier for the object unique to its type.""" slug: String """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """The Location type""" type Location implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostLocation { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostLocation ACF Field Group""" groupPostLocation: GroupPostLocation """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the location object is password protected.""" hasPassword: Boolean """The globally unique identifier of the location object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """The id field matches the WP_Post->ID field.""" locationId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The password for the location object.""" password: String """Connection between the Location type and the Location type""" preview: LocationToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Location type and the Location type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: LocationToRevisionConnectionWhereArgs ): LocationToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Location Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Location Nodes """ interface LocationConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Location Nodes """ edges: [LocationConnectionEdge!]! """A list of connected Location Nodes""" nodes: [Location!]! """Information about pagination in a connection.""" pageInfo: LocationConnectionPageInfo! } """ Represents a connection to a Location. Contains both the Location Node and metadata about the relationship. """ interface LocationConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Location Node""" node: Location! } """ Pagination metadata specific to "LocationConnectionEdge" collections. Provides cursors and flags for navigating through sets of "LocationConnectionEdge" Nodes. """ interface LocationConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Location. Specifies which unique attribute is used to find an exact Location. """ enum LocationIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """Identify a resource by the URI.""" URI } """Connection between the Location type and the Location type""" type LocationToPreviewConnectionEdge implements Edge & LocationConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Location! } """Connection between the Location type and the Location type""" type LocationToRevisionConnection implements Connection & LocationConnection { """Edges for the LocationToRevisionConnection connection""" edges: [LocationToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Location!]! """Information about pagination in a connection.""" pageInfo: LocationToRevisionConnectionPageInfo! } """An edge in a connection""" type LocationToRevisionConnectionEdge implements Edge & LocationConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Location! } """ Pagination metadata specific to "LocationToRevisionConnection" collections. Provides cursors and flags for navigating through sets of LocationToRevisionConnection Nodes. """ type LocationToRevisionConnectionPageInfo implements LocationConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the LocationToRevisionConnection connection""" input LocationToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Input for the login mutation.""" input LoginInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The plain-text password for the user logging in.""" password: String! """ The username used for login. Typically a unique or email address depending on specific configuration """ username: String! } """The payload for the login mutation.""" type LoginPayload { """JWT Token that can be used in future requests for Authentication""" authToken: String """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ A JWT token that can be used in future requests to get a refreshed jwtAuthToken. If the refresh token used in a request is revoked or otherwise invalid, a valid Auth token will NOT be issued in the response headers. """ refreshToken: String """The user that was logged in""" user: User } """File details for a Media Item""" type MediaDetails { """The filename of the mediaItem""" file: String """The path to the mediaItem relative to the uploads directory""" filePath: String """The height of the mediaItem""" height: Int """Meta information associated with the mediaItem""" meta: MediaItemMeta """The available sizes of the mediaItem""" sizes( """The sizes to exclude. Will take precedence over `include`.""" exclude: [MediaItemSizeEnum] """The sizes to include. Can be overridden by `exclude`.""" include: [MediaItemSizeEnum] ): [MediaSize] """The width of the mediaItem""" width: Int } """ Represents uploaded media, including images, videos, documents, and audio files. """ type MediaItem implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithAuthor & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable { """Alternative text to display when resource is not displayed""" altText: String """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The caption for the resource""" caption( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """Description of the image (stored as post_content)""" description( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """ The filename of the mediaItem for the specified size (default size is full) """ file( """Size of the MediaItem to return""" size: MediaItemSizeEnum ): String """The path to the original file relative to the uploads directory""" filePath( """Size of the MediaItem to return""" size: MediaItemSizeEnum ): String """The filesize in bytes of the resource""" fileSize( """Size of the MediaItem to return""" size: MediaItemSizeEnum ): Int """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the attachment object is password protected.""" hasPassword: Boolean """The globally unique identifier of the attachment object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """Details about the mediaItem""" mediaDetails: MediaDetails """The id field matches the WP_Post->ID field.""" mediaItemId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """Url of the mediaItem""" mediaItemUrl: String """Type of resource""" mediaType: String """The mime type of the mediaItem""" mimeType: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The password for the attachment object.""" password: String """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """The sizes attribute value for an image.""" sizes( """Size of the MediaItem to calculate sizes with""" size: MediaItemSizeEnum ): String """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """Url of the mediaItem""" sourceUrl( """Size of the MediaItem to return""" size: MediaItemSizeEnum ): String """ The srcset attribute specifies the URL of the image to use in different situations. It is a comma separated string of urls and their widths. """ srcSet( """Size of the MediaItem to calculate srcSet with""" size: MediaItemSizeEnum ): String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of mediaItem Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of mediaItem Nodes """ interface MediaItemConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected mediaItem Nodes """ edges: [MediaItemConnectionEdge!]! """A list of connected mediaItem Nodes""" nodes: [MediaItem!]! """Information about pagination in a connection.""" pageInfo: MediaItemConnectionPageInfo! } """ Represents a connection to a mediaItem. Contains both the mediaItem Node and metadata about the relationship. """ interface MediaItemConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected mediaItem Node""" node: MediaItem! } """ Pagination metadata specific to "MediaItemConnectionEdge" collections. Provides cursors and flags for navigating through sets of "MediaItemConnectionEdge" Nodes. """ interface MediaItemConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific MediaItem. Specifies which unique attribute is used to find an exact MediaItem. """ enum MediaItemIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a media item by its source url""" SOURCE_URL """Identify a resource by the URI.""" URI } """Meta connected to a MediaItem""" type MediaItemMeta { """Aperture measurement of the media item.""" aperture: Float """Information about the camera used to create the media item.""" camera: String """The text string description associated with the media item.""" caption: String """Copyright information associated with the media item.""" copyright: String """The date/time when the media was created.""" createdTimestamp: Int """The original creator of the media item.""" credit: String """The focal length value of the media item.""" focalLength: Float """ The ISO (International Organization for Standardization) value of the media item. """ iso: Int """List of keywords used to describe or identfy the media item.""" keywords: [String] """The vertical or horizontal aspect of the media item.""" orientation: String """The shutter speed information of the media item.""" shutterSpeed: Float """A useful title for the media item.""" title: String } """ Predefined image size variations. Represents the standard image dimensions available for media assets. """ enum MediaItemSizeEnum { """Large image preview suitable for detail views. (1024x1024)""" LARGE """ Medium image preview typically suitable for listings and detail views. (300x300) """ MEDIUM """ Medium-to-large image preview suitable for listings and detail views. (768x0) """ MEDIUM_LARGE """Small image preview suitable for thumbnails and listings. (150x150)""" THUMBNAIL """Custom Image Size. (1536x1536)""" _1536X1536 """Custom Image Size. (2048x2048)""" _2048X2048 } """ Publication status for media items. Controls whether media is publicly accessible, private, or in another state. """ enum MediaItemStatusEnum { """Automatically created media that has not been finalized""" AUTO_DRAFT """Media that inherits its publication status from the parent content""" INHERIT """Media visible only to users with appropriate permissions""" PRIVATE """Media marked for deletion but still recoverable""" TRASH } """Details of an available size for a media item""" type MediaSize { """The filename of the referenced size""" file: String """The path of the file for the referenced size (default size is full)""" filePath: String """The filesize of the resource""" fileSize: Int """The height of the referenced size""" height: String """The mime type of the referenced size""" mimeType: String """The referenced size name""" name: String """The url of the referenced size""" sourceUrl: String """The width of the referenced size""" width: String } """The Membership type""" type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostMembership { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): MembershipToMembershipConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostMembership ACF Field Group""" groupPostMembership: GroupPostMembership """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the membership object is password protected.""" hasPassword: Boolean """The globally unique identifier of the membership object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """The id field matches the WP_Post->ID field.""" membershipId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: MembershipToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the membership object.""" password: String """Connection between the Membership type and the Membership type""" preview: MembershipToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Membership type and the Membership type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: MembershipToRevisionConnectionWhereArgs ): MembershipToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to the node""" template: ContentTemplate """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Membership Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Membership Nodes """ interface MembershipConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Membership Nodes """ edges: [MembershipConnectionEdge!]! """A list of connected Membership Nodes""" nodes: [Membership!]! """Information about pagination in a connection.""" pageInfo: MembershipConnectionPageInfo! } """ Represents a connection to a Membership. Contains both the Membership Node and metadata about the relationship. """ interface MembershipConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Membership Node""" node: Membership! } """ Pagination metadata specific to "MembershipConnectionEdge" collections. Provides cursors and flags for navigating through sets of "MembershipConnectionEdge" Nodes. """ interface MembershipConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Membership. Specifies which unique attribute is used to find an exact Membership. """ enum MembershipIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """Connection between the Membership type and the Membership type""" type MembershipToMembershipConnection implements Connection & MembershipConnection { """Edges for the MembershipToMembershipConnection connection""" edges: [MembershipToMembershipConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Membership!]! """Information about pagination in a connection.""" pageInfo: MembershipToMembershipConnectionPageInfo! } """An edge in a connection""" type MembershipToMembershipConnectionEdge implements Edge & MembershipConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Membership! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "MembershipToMembershipConnection" collections. Provides cursors and flags for navigating through sets of MembershipToMembershipConnection Nodes. """ type MembershipToMembershipConnectionPageInfo implements MembershipConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Membership type and the Membership type""" type MembershipToParentConnectionEdge implements Edge & MembershipConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Membership! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the Membership type and the Membership type""" type MembershipToPreviewConnectionEdge implements Edge & MembershipConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Membership! } """Connection between the Membership type and the Membership type""" type MembershipToRevisionConnection implements Connection & MembershipConnection { """Edges for the MembershipToRevisionConnection connection""" edges: [MembershipToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Membership!]! """Information about pagination in a connection.""" pageInfo: MembershipToRevisionConnectionPageInfo! } """An edge in a connection""" type MembershipToRevisionConnectionEdge implements Edge & MembershipConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Membership! } """ Pagination metadata specific to "MembershipToRevisionConnection" collections. Provides cursors and flags for navigating through sets of MembershipToRevisionConnection Nodes. """ type MembershipToRevisionConnectionPageInfo implements MembershipConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the MembershipToRevisionConnection connection""" input MembershipToRevisionConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """ Collections of navigation links. Menus can be assigned to designated locations and used to build site navigation structures. """ type Menu implements DatabaseIdentifier & Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The number of items in the menu""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The globally unique identifier of the nav menu object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """The locations a menu is assigned to""" locations: [MenuLocationEnum] """WP ID of the nav menu.""" menuId: Int @deprecated(reason: "Deprecated in favor of the databaseId field") """Connection between the Menu type and the MenuItem type""" menuItems( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: MenuToMenuItemConnectionWhereArgs ): MenuToMenuItemConnection """Display name of the menu. Equivalent to WP_Term->name.""" name: String """The url friendly name of the menu. Equivalent to WP_Term->slug""" slug: String } """ A paginated collection of Menu Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Menu Nodes """ interface MenuConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Menu Nodes """ edges: [MenuConnectionEdge!]! """A list of connected Menu Nodes""" nodes: [Menu!]! """Information about pagination in a connection.""" pageInfo: MenuConnectionPageInfo! } """ Represents a connection to a Menu. Contains both the Menu Node and metadata about the relationship. """ interface MenuConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Menu Node""" node: Menu! } """ Pagination metadata specific to "MenuConnectionEdge" collections. Provides cursors and flags for navigating through sets of "MenuConnectionEdge" Nodes. """ interface MenuConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Navigation menu items are the individual items assigned to a menu. These are rendered as the links in a navigation menu. """ type MenuItem implements DatabaseIdentifier & Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the MenuItem type and the MenuItem type""" childItems( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: MenuItemToMenuItemConnectionWhereArgs ): MenuItemToMenuItemConnection """Connection from MenuItem to it's connected node""" connectedNode: MenuItemToMenuItemLinkableConnectionEdge """The object connected to this menu item.""" connectedObject: MenuItemObjectUnion @deprecated(reason: "Deprecated in favor of the connectedNode field") """Class attribute for the menu item link""" cssClasses: [String] """The unique identifier stored in the database""" databaseId: Int! """Description of the menu item.""" description: String """The globally unique identifier of the nav menu item object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Label or title of the menu item.""" label: String """Link relationship (XFN) of the menu item.""" linkRelationship: String """The locations the menu item's Menu is assigned to""" locations: [MenuLocationEnum] """The Menu a MenuItem is part of""" menu: MenuItemToMenuConnectionEdge """WP ID of the menu item.""" menuItemId: Int @deprecated(reason: "Deprecated in favor of the databaseId field") """Menu item order""" order: Int """The database id of the parent menu item or null if it is the root""" parentDatabaseId: Int """The globally unique identifier of the parent nav menu item object.""" parentId: ID """ Path for the resource. Relative path for internal resources. Absolute path for external resources. """ path: String """Target attribute for the menu item link.""" target: String """Title attribute for the menu item link""" title: String """The uri of the resource the menu item links to""" uri: String """URL or destination of the menu item.""" url: String } """ A paginated collection of MenuItem Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of MenuItem Nodes """ interface MenuItemConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected MenuItem Nodes """ edges: [MenuItemConnectionEdge!]! """A list of connected MenuItem Nodes""" nodes: [MenuItem!]! """Information about pagination in a connection.""" pageInfo: MenuItemConnectionPageInfo! } """ Represents a connection to a MenuItem. Contains both the MenuItem Node and metadata about the relationship. """ interface MenuItemConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected MenuItem Node""" node: MenuItem! } """ Pagination metadata specific to "MenuItemConnectionEdge" collections. Provides cursors and flags for navigating through sets of "MenuItemConnectionEdge" Nodes. """ interface MenuItemConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Content that can be referenced by navigation menu items. Provides the essential fields needed to create links within navigation structures. """ interface MenuItemLinkable implements DatabaseIdentifier & Node & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The unique identifier stored in the database""" databaseId: Int! """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the node is a Term""" isTermNode: Boolean! """The unique resource identifier path""" uri: String } """ Represents a connection to a MenuItemLinkable. Contains both the MenuItemLinkable Node and metadata about the relationship. """ interface MenuItemLinkableConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected MenuItemLinkable Node""" node: MenuItemLinkable! } """ Identifier types for retrieving a specific menu item. Determines whether to look up menu items by global ID or database ID. """ enum MenuItemNodeIdTypeEnum { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID } """Deprecated in favor of MenuItemLinkable Interface""" union MenuItemObjectUnion = Category | Page | Post | Project | Tag """Connection between the MenuItem type and the Menu type""" type MenuItemToMenuConnectionEdge implements Edge & MenuConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Menu! } """Connection between the MenuItem type and the MenuItem type""" type MenuItemToMenuItemConnection implements Connection & MenuItemConnection { """Edges for the MenuItemToMenuItemConnection connection""" edges: [MenuItemToMenuItemConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [MenuItem!]! """Information about pagination in a connection.""" pageInfo: MenuItemToMenuItemConnectionPageInfo! } """An edge in a connection""" type MenuItemToMenuItemConnectionEdge implements Edge & MenuItemConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: MenuItem! } """ Pagination metadata specific to "MenuItemToMenuItemConnection" collections. Provides cursors and flags for navigating through sets of MenuItemToMenuItemConnection Nodes. """ type MenuItemToMenuItemConnectionPageInfo implements MenuItemConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the MenuItemToMenuItemConnection connection""" input MenuItemToMenuItemConnectionWhereArgs { """The database ID of the object""" id: Int """The menu location for the menu being queried""" location: MenuLocationEnum """The database ID of the parent menu object""" parentDatabaseId: Int """The ID of the parent menu object""" parentId: ID } """Connection between the MenuItem type and the MenuItemLinkable type""" type MenuItemToMenuItemLinkableConnectionEdge implements Edge & MenuItemLinkableConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: MenuItemLinkable! } """ Designated areas where navigation menus can be displayed. Represents the named regions in the interface where menus can be assigned. """ enum MenuLocationEnum { """Put the menu in the main location""" MAIN """Put the menu in the top location""" TOP } """ Identifier types for retrieving a specific navigation menu. Specifies which property (ID, name, location) is used to locate a particular menu. """ enum MenuNodeIdTypeEnum { """Identify a menu node by the Database ID.""" DATABASE_ID """Identify a menu node by the (hashed) Global ID.""" ID """ Identify a menu node by the slug of menu location to which it is assigned """ LOCATION """Identify a menu node by its name""" NAME """Identify a menu node by its slug""" SLUG } """Connection between the Menu type and the MenuItem type""" type MenuToMenuItemConnection implements Connection & MenuItemConnection { """Edges for the MenuToMenuItemConnection connection""" edges: [MenuToMenuItemConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [MenuItem!]! """Information about pagination in a connection.""" pageInfo: MenuToMenuItemConnectionPageInfo! } """An edge in a connection""" type MenuToMenuItemConnectionEdge implements Edge & MenuItemConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: MenuItem! } """ Pagination metadata specific to "MenuToMenuItemConnection" collections. Provides cursors and flags for navigating through sets of MenuToMenuItemConnection Nodes. """ type MenuToMenuItemConnectionPageInfo implements MenuItemConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the MenuToMenuItemConnection connection""" input MenuToMenuItemConnectionWhereArgs { """The database ID of the object""" id: Int """The menu location for the menu being queried""" location: MenuLocationEnum """The database ID of the parent menu object""" parentDatabaseId: Int """The ID of the parent menu object""" parentId: ID } """ Media file type classification based on MIME standards. Used to identify and filter media items by their format and content type. """ enum MimeTypeEnum { """application/java mime type.""" APPLICATION_JAVA """application/msword mime type.""" APPLICATION_MSWORD """application/octet-stream mime type.""" APPLICATION_OCTET_STREAM """application/onenote mime type.""" APPLICATION_ONENOTE """application/oxps mime type.""" APPLICATION_OXPS """application/pdf mime type.""" APPLICATION_PDF """application/rar mime type.""" APPLICATION_RAR """application/rtf mime type.""" APPLICATION_RTF """application/ttaf+xml mime type.""" APPLICATION_TTAF_XML """application/vnd.apple.keynote mime type.""" APPLICATION_VND_APPLE_KEYNOTE """application/vnd.apple.numbers mime type.""" APPLICATION_VND_APPLE_NUMBERS """application/vnd.apple.pages mime type.""" APPLICATION_VND_APPLE_PAGES """application/vnd.ms-access mime type.""" APPLICATION_VND_MS_ACCESS """application/vnd.ms-excel mime type.""" APPLICATION_VND_MS_EXCEL """application/vnd.ms-excel.addin.macroEnabled.12 mime type.""" APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12 """application/vnd.ms-excel.sheet.binary.macroEnabled.12 mime type.""" APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12 """application/vnd.ms-excel.sheet.macroEnabled.12 mime type.""" APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12 """application/vnd.ms-excel.template.macroEnabled.12 mime type.""" APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12 """application/vnd.ms-powerpoint mime type.""" APPLICATION_VND_MS_POWERPOINT """application/vnd.ms-powerpoint.addin.macroEnabled.12 mime type.""" APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12 """application/vnd.ms-powerpoint.presentation.macroEnabled.12 mime type.""" APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12 """application/vnd.ms-powerpoint.slideshow.macroEnabled.12 mime type.""" APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12 """application/vnd.ms-powerpoint.slide.macroEnabled.12 mime type.""" APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12 """application/vnd.ms-powerpoint.template.macroEnabled.12 mime type.""" APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12 """application/vnd.ms-project mime type.""" APPLICATION_VND_MS_PROJECT """application/vnd.ms-word.document.macroEnabled.12 mime type.""" APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12 """application/vnd.ms-word.template.macroEnabled.12 mime type.""" APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12 """application/vnd.ms-write mime type.""" APPLICATION_VND_MS_WRITE """application/vnd.ms-xpsdocument mime type.""" APPLICATION_VND_MS_XPSDOCUMENT """application/vnd.oasis.opendocument.chart mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_CHART """application/vnd.oasis.opendocument.database mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE """application/vnd.oasis.opendocument.formula mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA """application/vnd.oasis.opendocument.graphics mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS """application/vnd.oasis.opendocument.presentation mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION """application/vnd.oasis.opendocument.spreadsheet mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET """application/vnd.oasis.opendocument.text mime type.""" APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT """ application/vnd.openxmlformats-officedocument.presentationml.presentation mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION """ application/vnd.openxmlformats-officedocument.presentationml.slide mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE """ application/vnd.openxmlformats-officedocument.presentationml.slideshow mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW """ application/vnd.openxmlformats-officedocument.presentationml.template mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE """ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET """ application/vnd.openxmlformats-officedocument.spreadsheetml.template mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE """ application/vnd.openxmlformats-officedocument.wordprocessingml.document mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT """ application/vnd.openxmlformats-officedocument.wordprocessingml.template mime type. """ APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE """application/wordperfect mime type.""" APPLICATION_WORDPERFECT """application/x-7z-compressed mime type.""" APPLICATION_X_7Z_COMPRESSED """application/x-gzip mime type.""" APPLICATION_X_GZIP """application/x-tar mime type.""" APPLICATION_X_TAR """application/zip mime type.""" APPLICATION_ZIP """audio/aac mime type.""" AUDIO_AAC """audio/flac mime type.""" AUDIO_FLAC """audio/midi mime type.""" AUDIO_MIDI """audio/mpeg mime type.""" AUDIO_MPEG """audio/ogg mime type.""" AUDIO_OGG """audio/wav mime type.""" AUDIO_WAV """audio/x-matroska mime type.""" AUDIO_X_MATROSKA """audio/x-ms-wax mime type.""" AUDIO_X_MS_WAX """audio/x-ms-wma mime type.""" AUDIO_X_MS_WMA """audio/x-realaudio mime type.""" AUDIO_X_REALAUDIO """image/avif mime type.""" IMAGE_AVIF """image/bmp mime type.""" IMAGE_BMP """image/gif mime type.""" IMAGE_GIF """image/heic mime type.""" IMAGE_HEIC """image/heic-sequence mime type.""" IMAGE_HEIC_SEQUENCE """image/heif mime type.""" IMAGE_HEIF """image/heif-sequence mime type.""" IMAGE_HEIF_SEQUENCE """image/jpeg mime type.""" IMAGE_JPEG """image/png mime type.""" IMAGE_PNG """image/tiff mime type.""" IMAGE_TIFF """image/webp mime type.""" IMAGE_WEBP """image/x-icon mime type.""" IMAGE_X_ICON """text/calendar mime type.""" TEXT_CALENDAR """text/css mime type.""" TEXT_CSS """text/csv mime type.""" TEXT_CSV """text/plain mime type.""" TEXT_PLAIN """text/richtext mime type.""" TEXT_RICHTEXT """text/tab-separated-values mime type.""" TEXT_TAB_SEPARATED_VALUES """text/vtt mime type.""" TEXT_VTT """video/3gpp mime type.""" VIDEO_3GPP """video/3gpp2 mime type.""" VIDEO_3GPP2 """video/avi mime type.""" VIDEO_AVI """video/divx mime type.""" VIDEO_DIVX """video/mp4 mime type.""" VIDEO_MP4 """video/mpeg mime type.""" VIDEO_MPEG """video/ogg mime type.""" VIDEO_OGG """video/quicktime mime type.""" VIDEO_QUICKTIME """video/webm mime type.""" VIDEO_WEBM """video/x-flv mime type.""" VIDEO_X_FLV """video/x-matroska mime type.""" VIDEO_X_MATROSKA """video/x-ms-asf mime type.""" VIDEO_X_MS_ASF """video/x-ms-wm mime type.""" VIDEO_X_MS_WM """video/x-ms-wmv mime type.""" VIDEO_X_MS_WMV """video/x-ms-wmx mime type.""" VIDEO_X_MS_WMX } """ An object with a globally unique identifier. All objects that can be identified by a unique ID implement this interface. """ interface Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! } """ Content that can be attributed to a specific user. Provides fields for accessing the author's information and establishing content ownership. """ interface NodeWithAuthor implements Node { """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! } """Connection between the NodeWithAuthor type and the User type""" type NodeWithAuthorToUserConnectionEdge implements Edge & OneToOneConnection & UserConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: User! } """ Content that has a main body field which can contain formatted text and media. Provides access to both raw (with appropriate permissions) and rendered versions of the content. """ interface NodeWithContentEditor implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The content of the post.""" content( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The globally unique ID for the object""" id: ID! } """ A node which provides an excerpt field, which is a condensed summary of the main content. Excerpts can be manually created or automatically generated and are often used in content listings and search results. """ interface NodeWithExcerpt implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The globally unique ID for the object""" id: ID! } """ Content that can have a primary image attached. This image is typically used for thumbnails, social sharing, and prominent display in the presentation layer. """ interface NodeWithFeaturedImage implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """The globally unique ID for the object""" id: ID! } """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ type NodeWithFeaturedImageToMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: MediaItem! } """ Content that supports ordering metadata. Includes a menu order field which can be used for custom sorting in navigation menus and other ordered collections. """ interface NodeWithPageAttributes implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int } """ Content that maintains a history of changes. Provides access to previous versions of the content and the ability to restore earlier revisions. """ interface NodeWithRevisions implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """True if the node is a revision of another node""" isRevision: Boolean """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge } """Connection between the NodeWithRevisions type and the ContentNode type""" type NodeWithRevisionsToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge & OneToOneConnection { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: ContentNode! } """ Content that provides template metadata. The template can help inform how the content is might be structured, styled, and presented to the user. """ interface NodeWithTemplate implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """The template assigned to the node""" template: ContentTemplate } """ Content with a dedicated title field. The title typically serves as the main heading and identifier for the content. """ interface NodeWithTitle implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String } """ A direct one-to-one relationship between objects. Unlike plural connections, this represents a single related object rather than a collection. """ interface OneToOneConnection implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected node""" node: Node! } """ Sort direction for ordered results. Determines whether items are returned in ascending or descending order. """ enum OrderEnum { """ Results ordered from lowest to highest values (i.e. A-Z, oldest-newest) """ ASC """ Results ordered from highest to lowest values (i.e. Z-A, newest-oldest) """ DESC } """ A standalone content entry generally used for static, non-chronological content such as "About Us" or "Contact" pages. """ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostPage { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs ): HierarchicalContentNodeToContentNodeAncestorsConnection """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ Connection between the HierarchicalContentNode type and the ContentNode type """ children( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs ): HierarchicalContentNodeToContentNodeChildrenConnection """The content of the post.""" content( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostPage ACF Field Group""" groupPostPage: GroupPostPage """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the page object is password protected.""" hasPassword: Boolean """The globally unique identifier of the page object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether this page is set to the static front page.""" isFrontPage: Boolean! """Whether this page is set to the blog posts page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether this page is set to the privacy page.""" isPrivacyPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The id field matches the WP_Post->ID field.""" pageId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """The parent of the node. The parent object can be of various types""" parent: HierarchicalContentNodeToParentContentNodeConnectionEdge """Database id of the parent node""" parentDatabaseId: Int """The globally unique identifier of the parent node.""" parentId: ID """The password for the page object.""" password: String """Connection between the page type and the page type""" preview: PageToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Page type and the page type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PageToRevisionConnectionWhereArgs ): PageToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to a node of content""" template: ContentTemplate """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of page Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of page Nodes """ interface PageConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected page Nodes """ edges: [PageConnectionEdge!]! """A list of connected page Nodes""" nodes: [Page!]! """Information about pagination in a connection.""" pageInfo: PageConnectionPageInfo! } """ Represents a connection to a page. Contains both the page Node and metadata about the relationship. """ interface PageConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected page Node""" node: Page! } """ Pagination metadata specific to "PageConnectionEdge" collections. Provides cursors and flags for navigating through sets of "PageConnectionEdge" Nodes. """ interface PageConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Page. Specifies which unique attribute is used to find an exact Page. """ enum PageIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """Identify a resource by the URI.""" URI } """ Metadata for cursor-based pagination. Provides cursors for continuing pagination and boolean flags indicating if more items exist in either direction. """ interface PageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the page type and the page type""" type PageToPreviewConnectionEdge implements Edge & OneToOneConnection & PageConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Page! } """Connection between the Page type and the page type""" type PageToRevisionConnection implements Connection & PageConnection { """Edges for the PageToRevisionConnection connection""" edges: [PageToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Page!]! """Information about pagination in a connection.""" pageInfo: PageToRevisionConnectionPageInfo! } """An edge in a connection""" type PageToRevisionConnectionEdge implements Edge & PageConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Page! } """ Pagination metadata specific to "PageToRevisionConnection" collections. Provides cursors and flags for navigating through sets of PageToRevisionConnection Nodes. """ type PageToRevisionConnectionPageInfo implements PageConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PageToRevisionConnection connection""" input PageToRevisionConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """An plugin object""" type Plugin implements Node { """Name of the plugin author(s), may also be a company name.""" author: String """URI for the related author(s)/company website.""" authorUri: String """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Description of the plugin.""" description: String """The globally unique identifier of the plugin object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Display name of the plugin.""" name: String """Plugin path.""" path: String """ URI for the plugin website. This is useful for directing users for support requests etc. """ pluginUri: String """Current version of the plugin.""" version: String } """ A paginated collection of Plugin Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Plugin Nodes """ interface PluginConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Plugin Nodes """ edges: [PluginConnectionEdge!]! """A list of connected Plugin Nodes""" nodes: [Plugin!]! """Information about pagination in a connection.""" pageInfo: PluginConnectionPageInfo! } """ Represents a connection to a Plugin. Contains both the Plugin Node and metadata about the relationship. """ interface PluginConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Plugin Node""" node: Plugin! } """ Pagination metadata specific to "PluginConnectionEdge" collections. Provides cursors and flags for navigating through sets of "PluginConnectionEdge" Nodes. """ interface PluginConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Operational status of a plugin. Indicates whether a plugin is active, inactive, or in another state that affects its functionality. """ enum PluginStatusEnum { """The plugin is currently active.""" ACTIVE """The plugin is a drop-in plugin.""" DROP_IN """The plugin is currently inactive.""" INACTIVE """The plugin is a must-use plugin.""" MUST_USE """The plugin is technically active but was paused while loading.""" PAUSED """The plugin was active recently.""" RECENTLY_ACTIVE """The plugin has an upgrade available.""" UPGRADE } """ A chronological content entry typically used for blog posts, news articles, or similar date-based content. """ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostArticle { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): PostToPostConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Connection between the NodeWithAuthor type and the User type""" author: NodeWithAuthorToUserConnectionEdge """The database identifier of the author of the node""" authorDatabaseId: Int """The globally unique identifier of the author of the node""" authorId: ID """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the Post type and the category type""" categories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostToCategoryConnectionWhereArgs ): PostToCategoryConnection """The content of the post.""" content( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostArticle ACF Field Group""" groupPostArticle: GroupPostArticle """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the post object is password protected.""" hasPassword: Boolean """The globally unique identifier of the post object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether this page is sticky""" isSticky: Boolean! """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: PostToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the post object.""" password: String """Connection between the Post type and the postFormat type""" postFormats( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostToPostFormatConnectionWhereArgs ): PostToPostFormatConnection """The id field matches the WP_Post->ID field.""" postId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """Connection between the post type and the post type""" preview: PostToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Post type and the post type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostToRevisionConnectionWhereArgs ): PostToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """Connection between the Post type and the tag type""" tags( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostToTagConnectionWhereArgs ): PostToTagConnection """The template assigned to the node""" template: ContentTemplate """Connection between the Post type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostToTermNodeConnectionWhereArgs ): PostToTermNodeConnection """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """Set relationships between the post to categories""" input PostCategoriesInput { """ If true, this will append the category to existing related categories. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [PostCategoriesNodeInput] } """ List of categories to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input PostCategoriesNodeInput { """ The description of the category. This field is used to set a description of the category if a new one is created during the mutation. """ description: String """ The ID of the category. If present, this will be used to connect to the post. If no existing category exists with this ID, no connection will be made. """ id: ID """ The name of the category. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the category. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """ A paginated collection of post Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of post Nodes """ interface PostConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected post Nodes """ edges: [PostConnectionEdge!]! """A list of connected post Nodes""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: PostConnectionPageInfo! } """ Represents a connection to a post. Contains both the post Node and metadata about the relationship. """ interface PostConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected post Node""" node: Post! } """ Pagination metadata specific to "PostConnectionEdge" collections. Provides cursors and flags for navigating through sets of "PostConnectionEdge" Nodes. """ interface PostConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ A standardized classification system for content presentation styles. These formats can be used to display content differently based on type, such as "standard", "gallery", "video", etc. """ type PostFormat implements DatabaseIdentifier & Node & TermNode & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the PostFormat type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostFormatToContentNodeConnectionWhereArgs ): PostFormatToContentNodeConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """The id field matches the WP_Post->ID field.""" postFormatId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the PostFormat type and the post type""" posts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: PostFormatToPostConnectionWhereArgs ): PostFormatToPostConnection """An alphanumeric identifier for the object unique to its type.""" slug: String """Connection between the PostFormat type and the Taxonomy type""" taxonomy: PostFormatToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of postFormat Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of postFormat Nodes """ interface PostFormatConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected postFormat Nodes """ edges: [PostFormatConnectionEdge!]! """A list of connected postFormat Nodes""" nodes: [PostFormat!]! """Information about pagination in a connection.""" pageInfo: PostFormatConnectionPageInfo! } """ Represents a connection to a postFormat. Contains both the postFormat Node and metadata about the relationship. """ interface PostFormatConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected postFormat Node""" node: PostFormat! } """ Pagination metadata specific to "PostFormatConnectionEdge" collections. Provides cursors and flags for navigating through sets of "PostFormatConnectionEdge" Nodes. """ interface PostFormatConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific PostFormat. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the PostFormat. """ enum PostFormatIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the PostFormat type and the ContentNode type""" type PostFormatToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the PostFormatToContentNodeConnection connection""" edges: [PostFormatToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: PostFormatToContentNodeConnectionPageInfo! } """An edge in a connection""" type PostFormatToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "PostFormatToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of PostFormatToContentNodeConnection Nodes. """ type PostFormatToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the PostFormatToContentNodeConnection connection """ input PostFormatToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfPostFormatEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the PostFormat type and the post type""" type PostFormatToPostConnection implements Connection & PostConnection { """Edges for the PostFormatToPostConnection connection""" edges: [PostFormatToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: PostFormatToPostConnectionPageInfo! } """An edge in a connection""" type PostFormatToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "PostFormatToPostConnection" collections. Provides cursors and flags for navigating through sets of PostFormatToPostConnection Nodes. """ type PostFormatToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostFormatToPostConnection connection""" input PostFormatToPostConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the PostFormat type and the Taxonomy type""" type PostFormatToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """ Identifier types for retrieving a specific Post. Specifies which unique attribute is used to find an exact Post. """ enum PostIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """ Content field rendering options. Determines whether content fields are returned as raw data or with applied formatting and transformations. Default is RENDERED. """ enum PostObjectFieldFormatEnum { """ Unprocessed content exactly as stored in the database, requires appropriate permissions. """ RAW """ Content with all formatting and transformations applied, ready for display. """ RENDERED } """ Date field selectors for content filtering. Specifies which date attribute (creation date, modification date) should be used for date-based queries. """ enum PostObjectsConnectionDateColumnEnum { """The date the comment was created in local time.""" DATE """The most recent modification date of the comment.""" MODIFIED } """ Content sorting attributes for post-type objects. Identifies which content property should be used to determine result order. """ enum PostObjectsConnectionOrderbyEnum { """Ordering by content author (typically by author name).""" AUTHOR """Ordering by popularity based on number of comments.""" COMMENT_COUNT """Chronological ordering by publication date.""" DATE """ Maintain custom order of IDs exactly as specified in the query with the IN field. """ IN """Ordering by manually defined sort position.""" MENU_ORDER """Chronological ordering by modified date.""" MODIFIED """ Maintain custom order of IDs exactly as specified in the query with the NAME_IN field. """ NAME_IN """Ordering by parent-child relationship in hierarchical content.""" PARENT """Alphabetical ordering by URL-friendly name.""" SLUG """Alphabetical ordering by content title""" TITLE } """Options for ordering the connection""" input PostObjectsConnectionOrderbyInput { """The field to order the connection by""" field: PostObjectsConnectionOrderbyEnum! """Possible directions in which to order a list of items""" order: OrderEnum! } """Set relationships between the post to postFormats""" input PostPostFormatsInput { """ If true, this will append the postFormat to existing related postFormats. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [PostPostFormatsNodeInput] } """ List of postFormats to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input PostPostFormatsNodeInput { """ The description of the postFormat. This field is used to set a description of the postFormat if a new one is created during the mutation. """ description: String """ The ID of the postFormat. If present, this will be used to connect to the post. If no existing postFormat exists with this ID, no connection will be made. """ id: ID """ The name of the postFormat. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the postFormat. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """ Publishing status that controls the visibility and editorial state of content. Determines whether content is published, pending review, in draft state, or private. """ enum PostStatusEnum { """Objects with the acf-disabled status""" ACF_DISABLED """Automatically saved content that has not been manually saved""" AUTO_DRAFT """Content that is saved but not yet published or visible to the public""" DRAFT """Objects with the future status""" FUTURE """Content that inherits its status from a parent object""" INHERIT """Content awaiting review before publication""" PENDING """Content only visible to authorized users with appropriate permissions""" PRIVATE """Content that is publicly visible to all visitors""" PUBLISH """Objects with the request-completed status""" REQUEST_COMPLETED """Objects with the request-confirmed status""" REQUEST_CONFIRMED """Objects with the request-failed status""" REQUEST_FAILED """Objects with the request-pending status""" REQUEST_PENDING """Content marked for deletion but still recoverable""" TRASH } """Set relationships between the post to tags""" input PostTagsInput { """ If true, this will append the tag to existing related tags. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [PostTagsNodeInput] } """ List of tags to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input PostTagsNodeInput { """ The description of the tag. This field is used to set a description of the tag if a new one is created during the mutation. """ description: String """ The ID of the tag. If present, this will be used to connect to the post. If no existing tag exists with this ID, no connection will be made. """ id: ID """ The name of the tag. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the tag. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """Connection between the Post type and the category type""" type PostToCategoryConnection implements CategoryConnection & Connection { """Edges for the PostToCategoryConnection connection""" edges: [PostToCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Category!]! """Information about pagination in a connection.""" pageInfo: PostToCategoryConnectionPageInfo! } """An edge in a connection""" type PostToCategoryConnectionEdge implements CategoryConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Category! } """ Pagination metadata specific to "PostToCategoryConnection" collections. Provides cursors and flags for navigating through sets of PostToCategoryConnection Nodes. """ type PostToCategoryConnectionPageInfo implements CategoryConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostToCategoryConnection connection""" input PostToCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the post type and the post type""" type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Post! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the post type and the post type""" type PostToPostConnection implements Connection & PostConnection { """Edges for the PostToPostConnection connection""" edges: [PostToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: PostToPostConnectionPageInfo! } """An edge in a connection""" type PostToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Post! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "PostToPostConnection" collections. Provides cursors and flags for navigating through sets of PostToPostConnection Nodes. """ type PostToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Post type and the postFormat type""" type PostToPostFormatConnection implements Connection & PostFormatConnection { """Edges for the PostToPostFormatConnection connection""" edges: [PostToPostFormatConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [PostFormat!]! """Information about pagination in a connection.""" pageInfo: PostToPostFormatConnectionPageInfo! } """An edge in a connection""" type PostToPostFormatConnectionEdge implements Edge & PostFormatConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: PostFormat! } """ Pagination metadata specific to "PostToPostFormatConnection" collections. Provides cursors and flags for navigating through sets of PostToPostFormatConnection Nodes. """ type PostToPostFormatConnectionPageInfo implements PageInfo & PostFormatConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostToPostFormatConnection connection""" input PostToPostFormatConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the post type and the post type""" type PostToPreviewConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Post! } """Connection between the Post type and the post type""" type PostToRevisionConnection implements Connection & PostConnection { """Edges for the PostToRevisionConnection connection""" edges: [PostToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: PostToRevisionConnectionPageInfo! } """An edge in a connection""" type PostToRevisionConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "PostToRevisionConnection" collections. Provides cursors and flags for navigating through sets of PostToRevisionConnection Nodes. """ type PostToRevisionConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostToRevisionConnection connection""" input PostToRevisionConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the Post type and the tag type""" type PostToTagConnection implements Connection & TagConnection { """Edges for the PostToTagConnection connection""" edges: [PostToTagConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Tag!]! """Information about pagination in a connection.""" pageInfo: PostToTagConnectionPageInfo! } """An edge in a connection""" type PostToTagConnectionEdge implements Edge & TagConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Tag! } """ Pagination metadata specific to "PostToTagConnection" collections. Provides cursors and flags for navigating through sets of PostToTagConnection Nodes. """ type PostToTagConnectionPageInfo implements PageInfo & TagConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostToTagConnection connection""" input PostToTagConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Post type and the TermNode type""" type PostToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the PostToTermNodeConnection connection""" edges: [PostToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: PostToTermNodeConnectionPageInfo! } """An edge in a connection""" type PostToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "PostToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of PostToTermNodeConnection Nodes. """ type PostToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the PostToTermNodeConnection connection""" input PostToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Details for labels of the PostType""" type PostTypeLabelDetails { """Default is ‘Add New’ for both hierarchical and non-hierarchical types.""" addNew: String """Label for adding a new singular item.""" addNewItem: String """Label to signify all items in a submenu link.""" allItems: String """Label for archives in nav menus""" archives: String """Label for the attributes meta box.""" attributes: String """Label for editing a singular item.""" editItem: String """Label for the Featured Image meta box title.""" featuredImage: String """Label for the table views hidden heading.""" filterItemsList: String """Label for the media frame button.""" insertIntoItem: String """Label for the table hidden heading.""" itemsList: String """Label for the table pagination hidden heading.""" itemsListNavigation: String """Label for the menu name.""" menuName: String """General name for the post type, usually plural.""" name: String """Label for the new item page title.""" newItem: String """Label used when no items are found.""" notFound: String """Label used when no items are in the trash.""" notFoundInTrash: String """Label used to prefix parents of hierarchical items.""" parentItemColon: String """Label for removing the featured image.""" removeFeaturedImage: String """Label for searching plural items.""" searchItems: String """Label for setting the featured image.""" setFeaturedImage: String """Name for one object of this post type.""" singularName: String """Label for the media frame filter.""" uploadedToThisItem: String """Label in the media frame for using a featured image.""" useFeaturedImage: String """Label for viewing a singular item.""" viewItem: String """Label for viewing post type archives.""" viewItems: String } """ Content that supports a draft preview mode. Allows viewing unpublished changes before they are made publicly available. Previewing unpublished changes requires appropriate permissions. """ interface Previewable { """Whether the object is a node in the preview state""" isPreview: Boolean """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID } """The Project type""" type Project implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostProject { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ProjectToProjectConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostProject ACF Field Group""" groupPostProject: GroupPostProject """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the project object is password protected.""" hasPassword: Boolean """The globally unique identifier of the project object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: ProjectToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the project object.""" password: String """Connection between the Project type and the Project type""" preview: ProjectToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """Connection between the Project type and the ProjectCategory type""" projectCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ProjectToProjectCategoryConnectionWhereArgs ): ProjectToProjectCategoryConnection """The id field matches the WP_Post->ID field.""" projectId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Project type and the Project type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ProjectToRevisionConnectionWhereArgs ): ProjectToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to the node""" template: ContentTemplate """Connection between the Project type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ProjectToTermNodeConnectionWhereArgs ): ProjectToTermNodeConnection """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """The ProjectCategory type""" type ProjectCategory implements DatabaseIdentifier & Node & TermNode & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ProjectCategory type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ProjectCategoryToContentNodeConnectionWhereArgs ): ProjectCategoryToContentNodeConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """The id field matches the WP_Post->ID field.""" projectCategoryId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the ProjectCategory type and the Project type""" projects( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ProjectCategoryToProjectConnectionWhereArgs ): ProjectCategoryToProjectConnection """An alphanumeric identifier for the object unique to its type.""" slug: String """Connection between the ProjectCategory type and the Taxonomy type""" taxonomy: ProjectCategoryToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of ProjectCategory Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of ProjectCategory Nodes """ interface ProjectCategoryConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected ProjectCategory Nodes """ edges: [ProjectCategoryConnectionEdge!]! """A list of connected ProjectCategory Nodes""" nodes: [ProjectCategory!]! """Information about pagination in a connection.""" pageInfo: ProjectCategoryConnectionPageInfo! } """ Represents a connection to a ProjectCategory. Contains both the ProjectCategory Node and metadata about the relationship. """ interface ProjectCategoryConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected ProjectCategory Node""" node: ProjectCategory! } """ Pagination metadata specific to "ProjectCategoryConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ProjectCategoryConnectionEdge" Nodes. """ interface ProjectCategoryConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific ProjectCategory. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the ProjectCategory. """ enum ProjectCategoryIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the ProjectCategory type and the ContentNode type""" type ProjectCategoryToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the ProjectCategoryToContentNodeConnection connection""" edges: [ProjectCategoryToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: ProjectCategoryToContentNodeConnectionPageInfo! } """An edge in a connection""" type ProjectCategoryToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "ProjectCategoryToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of ProjectCategoryToContentNodeConnection Nodes. """ type ProjectCategoryToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ProjectCategoryToContentNodeConnection connection """ input ProjectCategoryToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfProjectCategoryEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the ProjectCategory type and the Project type""" type ProjectCategoryToProjectConnection implements Connection & ProjectConnection { """Edges for the ProjectCategoryToProjectConnection connection""" edges: [ProjectCategoryToProjectConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Project!]! """Information about pagination in a connection.""" pageInfo: ProjectCategoryToProjectConnectionPageInfo! } """An edge in a connection""" type ProjectCategoryToProjectConnectionEdge implements Edge & ProjectConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Project! } """ Pagination metadata specific to "ProjectCategoryToProjectConnection" collections. Provides cursors and flags for navigating through sets of ProjectCategoryToProjectConnection Nodes. """ type ProjectCategoryToProjectConnectionPageInfo implements PageInfo & ProjectConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ProjectCategoryToProjectConnection connection """ input ProjectCategoryToProjectConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the ProjectCategory type and the Taxonomy type""" type ProjectCategoryToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """ A paginated collection of Project Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Project Nodes """ interface ProjectConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Project Nodes """ edges: [ProjectConnectionEdge!]! """A list of connected Project Nodes""" nodes: [Project!]! """Information about pagination in a connection.""" pageInfo: ProjectConnectionPageInfo! } """ Represents a connection to a Project. Contains both the Project Node and metadata about the relationship. """ interface ProjectConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Project Node""" node: Project! } """ Pagination metadata specific to "ProjectConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ProjectConnectionEdge" Nodes. """ interface ProjectConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Project. Specifies which unique attribute is used to find an exact Project. """ enum ProjectIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """Set relationships between the Project to ProjectCategories""" input ProjectProjectCategoriesInput { """ If true, this will append the ProjectCategory to existing related ProjectCategories. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [ProjectProjectCategoriesNodeInput] } """ List of ProjectCategories to connect the Project to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input ProjectProjectCategoriesNodeInput { """ The description of the ProjectCategory. This field is used to set a description of the ProjectCategory if a new one is created during the mutation. """ description: String """ The ID of the ProjectCategory. If present, this will be used to connect to the Project. If no existing ProjectCategory exists with this ID, no connection will be made. """ id: ID """ The name of the ProjectCategory. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the ProjectCategory. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """Connection between the Project type and the Project type""" type ProjectToParentConnectionEdge implements Edge & OneToOneConnection & ProjectConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Project! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the Project type and the Project type""" type ProjectToPreviewConnectionEdge implements Edge & OneToOneConnection & ProjectConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Project! } """Connection between the Project type and the ProjectCategory type""" type ProjectToProjectCategoryConnection implements Connection & ProjectCategoryConnection { """Edges for the ProjectToProjectCategoryConnection connection""" edges: [ProjectToProjectCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ProjectCategory!]! """Information about pagination in a connection.""" pageInfo: ProjectToProjectCategoryConnectionPageInfo! } """An edge in a connection""" type ProjectToProjectCategoryConnectionEdge implements Edge & ProjectCategoryConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ProjectCategory! } """ Pagination metadata specific to "ProjectToProjectCategoryConnection" collections. Provides cursors and flags for navigating through sets of ProjectToProjectCategoryConnection Nodes. """ type ProjectToProjectCategoryConnectionPageInfo implements PageInfo & ProjectCategoryConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ProjectToProjectCategoryConnection connection """ input ProjectToProjectCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Project type and the Project type""" type ProjectToProjectConnection implements Connection & ProjectConnection { """Edges for the ProjectToProjectConnection connection""" edges: [ProjectToProjectConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Project!]! """Information about pagination in a connection.""" pageInfo: ProjectToProjectConnectionPageInfo! } """An edge in a connection""" type ProjectToProjectConnectionEdge implements Edge & ProjectConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Project! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "ProjectToProjectConnection" collections. Provides cursors and flags for navigating through sets of ProjectToProjectConnection Nodes. """ type ProjectToProjectConnectionPageInfo implements PageInfo & ProjectConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Project type and the Project type""" type ProjectToRevisionConnection implements Connection & ProjectConnection { """Edges for the ProjectToRevisionConnection connection""" edges: [ProjectToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Project!]! """Information about pagination in a connection.""" pageInfo: ProjectToRevisionConnectionPageInfo! } """An edge in a connection""" type ProjectToRevisionConnectionEdge implements Edge & ProjectConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Project! } """ Pagination metadata specific to "ProjectToRevisionConnection" collections. Provides cursors and flags for navigating through sets of ProjectToRevisionConnection Nodes. """ type ProjectToRevisionConnectionPageInfo implements PageInfo & ProjectConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ProjectToRevisionConnection connection""" input ProjectToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Project type and the TermNode type""" type ProjectToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the ProjectToTermNodeConnection connection""" edges: [ProjectToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: ProjectToTermNodeConnectionPageInfo! } """An edge in a connection""" type ProjectToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "ProjectToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of ProjectToTermNodeConnection Nodes. """ type ProjectToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ProjectToTermNodeConnection connection""" input ProjectToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """The reading setting type""" type ReadingSettings { """L’ID de la page qui affichera les derniers articles""" pageForPosts: Int """L’ID de la page qui doit être affiché sur la page d’accueil""" pageOnFront: Int """Les pages de blogue affichent au maximum.""" postsPerPage: Int """Ce qui doit être affiché sur la page d’accueil""" showOnFront: String } """Input for the refreshJwtAuthToken mutation.""" input RefreshJwtAuthTokenInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ A valid, previously issued JWT refresh token. If valid a new Auth token will be provided. If invalid, expired, revoked or otherwise invalid, a new AuthToken will not be provided. """ jwtRefreshToken: String! } """The payload for the refreshJwtAuthToken mutation.""" type RefreshJwtAuthTokenPayload { """JWT Token that can be used in future requests for Authentication""" authToken: String """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String } """Input for the registerUser mutation.""" input RegisterUserInput { """User's AOL IM account.""" aim: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """A string containing content about the user.""" description: String """ A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). """ displayName: String """A string containing the user's email address.""" email: String """The user's first name.""" firstName: String """User's Jabber account.""" jabber: String """The user's last name.""" lastName: String """User's locale.""" locale: String """ A string that contains a URL-friendly name for the user. The default is the user's username. """ nicename: String """The user's nickname, defaults to the user's username.""" nickname: String """A string that contains the plain text password for the user.""" password: String """If true, this will refresh the users JWT secret.""" refreshJwtUserSecret: Boolean """The date the user registered. Format is Y-m-d H:i:s.""" registered: String """ If true, this will revoke the users JWT secret. If false, this will unrevoke the JWT secret AND issue a new one. To revoke, the user must have proper capabilities to edit users JWT secrets. """ revokeJwtUserSecret: Boolean """ A string for whether to enable the rich editor or not. False if not empty. """ richEditing: String """A string that contains the user's username.""" username: String! """A string containing the user's URL for the user's web site.""" websiteUrl: String """User's Yahoo IM account.""" yim: String } """The payload for the registerUser mutation.""" type RegisterUserPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The User object mutation type.""" user: User } """ Logical operators for filter conditions. Determines whether multiple filtering criteria should be combined with AND (all must match) or OR (any can match). """ enum RelationEnum { """All conditions must match (more restrictive filtering)""" AND """Any condition can match (more inclusive filtering)""" OR } """The Representation type""" type Representation implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostRepresentation { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RepresentationToRepresentationConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """Fields of the GroupPostRepresentation ACF Field Group""" groupPostRepresentation: GroupPostRepresentation """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the representation object is password protected.""" hasPassword: Boolean """The globally unique identifier of the representation object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: RepresentationToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the representation object.""" password: String """Connection between the Representation type and the Representation type""" preview: RepresentationToPreviewConnectionEdge @deprecated(reason: "The "Representation" 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 """Whether the object is a node in the preview state""" previewRevisionId: ID """The id field matches the WP_Post->ID field.""" representationId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Representation type and the Representation type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RepresentationToRevisionConnectionWhereArgs ): RepresentationToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to the node""" template: ContentTemplate """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Representation Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Representation Nodes """ interface RepresentationConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Representation Nodes """ edges: [RepresentationConnectionEdge!]! """A list of connected Representation Nodes""" nodes: [Representation!]! """Information about pagination in a connection.""" pageInfo: RepresentationConnectionPageInfo! } """ Represents a connection to a Representation. Contains both the Representation Node and metadata about the relationship. """ interface RepresentationConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Representation Node""" node: Representation! } """ Pagination metadata specific to "RepresentationConnectionEdge" collections. Provides cursors and flags for navigating through sets of "RepresentationConnectionEdge" Nodes. """ interface RepresentationConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Representation. Specifies which unique attribute is used to find an exact Representation. """ enum RepresentationIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """Connection between the Representation type and the Representation type""" type RepresentationToParentConnectionEdge implements Edge & OneToOneConnection & RepresentationConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Representation! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the Representation type and the Representation type""" type RepresentationToPreviewConnectionEdge implements Edge & OneToOneConnection & RepresentationConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Representation! @deprecated(reason: "The "Representation" Type is not publicly queryable and does not support previews. This field will be removed in the future.") } """Connection between the Representation type and the Representation type""" type RepresentationToRepresentationConnection implements Connection & RepresentationConnection { """Edges for the RepresentationToRepresentationConnection connection""" edges: [RepresentationToRepresentationConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Representation!]! """Information about pagination in a connection.""" pageInfo: RepresentationToRepresentationConnectionPageInfo! } """An edge in a connection""" type RepresentationToRepresentationConnectionEdge implements Edge & RepresentationConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Representation! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "RepresentationToRepresentationConnection" collections. Provides cursors and flags for navigating through sets of RepresentationToRepresentationConnection Nodes. """ type RepresentationToRepresentationConnectionPageInfo implements PageInfo & RepresentationConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Representation type and the Representation type""" type RepresentationToRevisionConnection implements Connection & RepresentationConnection { """Edges for the RepresentationToRevisionConnection connection""" edges: [RepresentationToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Representation!]! """Information about pagination in a connection.""" pageInfo: RepresentationToRevisionConnectionPageInfo! } """An edge in a connection""" type RepresentationToRevisionConnectionEdge implements Edge & RepresentationConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Representation! } """ Pagination metadata specific to "RepresentationToRevisionConnection" collections. Provides cursors and flags for navigating through sets of RepresentationToRevisionConnection Nodes. """ type RepresentationToRevisionConnectionPageInfo implements PageInfo & RepresentationConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RepresentationToRevisionConnection connection """ input RepresentationToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Input for the resetUserPassword mutation.""" input ResetUserPasswordInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """Password reset key""" key: String """The user's login (username).""" login: String """The new password.""" password: String } """The payload for the resetUserPassword mutation.""" type ResetUserPasswordPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The User object mutation type.""" user: User } """The Resource type""" type Resource implements ContentNode & DatabaseIdentifier & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostResource { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ResourceToResourceConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """The excerpt of the post.""" excerpt( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """ Connection between the NodeWithFeaturedImage type and the MediaItem type """ featuredImage: NodeWithFeaturedImageToMediaItemConnectionEdge """ The database identifier for the featured image node assigned to the content node """ featuredImageDatabaseId: Int """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID """Fields of the GroupPostResource ACF Field Group""" groupPostResource: GroupPostResource """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the resource object is password protected.""" hasPassword: Boolean """The globally unique identifier of the resource object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: ResourceToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the resource object.""" password: String """Connection between the Resource type and the Resource type""" preview: ResourceToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int """Whether the object is a node in the preview state""" previewRevisionId: ID """Connection between the Resource type and the ResourceCategory type""" resourceCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ResourceToResourceCategoryConnectionWhereArgs ): ResourceToResourceCategoryConnection """The id field matches the WP_Post->ID field.""" resourceId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Resource type and the Resource type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ResourceToRevisionConnectionWhereArgs ): ResourceToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to the node""" template: ContentTemplate """Connection between the Resource type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ResourceToTermNodeConnectionWhereArgs ): ResourceToTermNodeConnection """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """The ResourceCategory type""" type ResourceCategory implements DatabaseIdentifier & Node & TermNode & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ResourceCategory type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ResourceCategoryToContentNodeConnectionWhereArgs ): ResourceCategoryToContentNodeConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """The id field matches the WP_Post->ID field.""" resourceCategoryId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the ResourceCategory type and the Resource type""" resources( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: ResourceCategoryToResourceConnectionWhereArgs ): ResourceCategoryToResourceConnection """An alphanumeric identifier for the object unique to its type.""" slug: String """Connection between the ResourceCategory type and the Taxonomy type""" taxonomy: ResourceCategoryToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of ResourceCategory Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of ResourceCategory Nodes """ interface ResourceCategoryConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected ResourceCategory Nodes """ edges: [ResourceCategoryConnectionEdge!]! """A list of connected ResourceCategory Nodes""" nodes: [ResourceCategory!]! """Information about pagination in a connection.""" pageInfo: ResourceCategoryConnectionPageInfo! } """ Represents a connection to a ResourceCategory. Contains both the ResourceCategory Node and metadata about the relationship. """ interface ResourceCategoryConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected ResourceCategory Node""" node: ResourceCategory! } """ Pagination metadata specific to "ResourceCategoryConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ResourceCategoryConnectionEdge" Nodes. """ interface ResourceCategoryConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific ResourceCategory. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the ResourceCategory. """ enum ResourceCategoryIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the ResourceCategory type and the ContentNode type""" type ResourceCategoryToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the ResourceCategoryToContentNodeConnection connection""" edges: [ResourceCategoryToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: ResourceCategoryToContentNodeConnectionPageInfo! } """An edge in a connection""" type ResourceCategoryToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "ResourceCategoryToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of ResourceCategoryToContentNodeConnection Nodes. """ type ResourceCategoryToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ResourceCategoryToContentNodeConnection connection """ input ResourceCategoryToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfResourceCategoryEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the ResourceCategory type and the Resource type""" type ResourceCategoryToResourceConnection implements Connection & ResourceConnection { """Edges for the ResourceCategoryToResourceConnection connection""" edges: [ResourceCategoryToResourceConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Resource!]! """Information about pagination in a connection.""" pageInfo: ResourceCategoryToResourceConnectionPageInfo! } """An edge in a connection""" type ResourceCategoryToResourceConnectionEdge implements Edge & ResourceConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Resource! } """ Pagination metadata specific to "ResourceCategoryToResourceConnection" collections. Provides cursors and flags for navigating through sets of ResourceCategoryToResourceConnection Nodes. """ type ResourceCategoryToResourceConnectionPageInfo implements PageInfo & ResourceConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ResourceCategoryToResourceConnection connection """ input ResourceCategoryToResourceConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the ResourceCategory type and the Taxonomy type""" type ResourceCategoryToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """ A paginated collection of Resource Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Resource Nodes """ interface ResourceConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Resource Nodes """ edges: [ResourceConnectionEdge!]! """A list of connected Resource Nodes""" nodes: [Resource!]! """Information about pagination in a connection.""" pageInfo: ResourceConnectionPageInfo! } """ Represents a connection to a Resource. Contains both the Resource Node and metadata about the relationship. """ interface ResourceConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Resource Node""" node: Resource! } """ Pagination metadata specific to "ResourceConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ResourceConnectionEdge" Nodes. """ interface ResourceConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Resource. Specifies which unique attribute is used to find an exact Resource. """ enum ResourceIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """Set relationships between the Resource to ResourceCategories""" input ResourceResourceCategoriesInput { """ If true, this will append the ResourceCategory to existing related ResourceCategories. If false, this will replace existing relationships. Default true. """ append: Boolean """The input list of items to set.""" nodes: [ResourceResourceCategoriesNodeInput] } """ List of ResourceCategories to connect the Resource to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. """ input ResourceResourceCategoriesNodeInput { """ The description of the ResourceCategory. This field is used to set a description of the ResourceCategory if a new one is created during the mutation. """ description: String """ The ID of the ResourceCategory. If present, this will be used to connect to the Resource. If no existing ResourceCategory exists with this ID, no connection will be made. """ id: ID """ The name of the ResourceCategory. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. """ name: String """ The slug of the ResourceCategory. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. """ slug: String } """Connection between the Resource type and the Resource type""" type ResourceToParentConnectionEdge implements Edge & OneToOneConnection & ResourceConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Resource! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the Resource type and the Resource type""" type ResourceToPreviewConnectionEdge implements Edge & OneToOneConnection & ResourceConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Resource! } """Connection between the Resource type and the ResourceCategory type""" type ResourceToResourceCategoryConnection implements Connection & ResourceCategoryConnection { """Edges for the ResourceToResourceCategoryConnection connection""" edges: [ResourceToResourceCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ResourceCategory!]! """Information about pagination in a connection.""" pageInfo: ResourceToResourceCategoryConnectionPageInfo! } """An edge in a connection""" type ResourceToResourceCategoryConnectionEdge implements Edge & ResourceCategoryConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ResourceCategory! } """ Pagination metadata specific to "ResourceToResourceCategoryConnection" collections. Provides cursors and flags for navigating through sets of ResourceToResourceCategoryConnection Nodes. """ type ResourceToResourceCategoryConnectionPageInfo implements PageInfo & ResourceCategoryConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the ResourceToResourceCategoryConnection connection """ input ResourceToResourceCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the Resource type and the Resource type""" type ResourceToResourceConnection implements Connection & ResourceConnection { """Edges for the ResourceToResourceConnection connection""" edges: [ResourceToResourceConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Resource!]! """Information about pagination in a connection.""" pageInfo: ResourceToResourceConnectionPageInfo! } """An edge in a connection""" type ResourceToResourceConnectionEdge implements Edge & ResourceConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Resource! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "ResourceToResourceConnection" collections. Provides cursors and flags for navigating through sets of ResourceToResourceConnection Nodes. """ type ResourceToResourceConnectionPageInfo implements PageInfo & ResourceConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Resource type and the Resource type""" type ResourceToRevisionConnection implements Connection & ResourceConnection { """Edges for the ResourceToRevisionConnection connection""" edges: [ResourceToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Resource!]! """Information about pagination in a connection.""" pageInfo: ResourceToRevisionConnectionPageInfo! } """An edge in a connection""" type ResourceToRevisionConnectionEdge implements Edge & ResourceConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Resource! } """ Pagination metadata specific to "ResourceToRevisionConnection" collections. Provides cursors and flags for navigating through sets of ResourceToRevisionConnection Nodes. """ type ResourceToRevisionConnectionPageInfo implements PageInfo & ResourceConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ResourceToRevisionConnection connection""" input ResourceToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Resource type and the TermNode type""" type ResourceToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the ResourceToTermNodeConnection connection""" edges: [ResourceToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: ResourceToTermNodeConnectionPageInfo! } """An edge in a connection""" type ResourceToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "ResourceToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of ResourceToTermNodeConnection Nodes. """ type ResourceToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the ResourceToTermNodeConnection connection""" input ResourceToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Input for the restoreComment mutation.""" input RestoreCommentInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the comment to be restored""" id: ID! } """The payload for the restoreComment mutation.""" type RestoreCommentPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The restored comment object""" comment: Comment """The ID of the restored comment""" restoredId: ID } """The root mutation""" type RootMutation { """The createCategory mutation""" createCategory( """Input for the createCategory mutation""" input: CreateCategoryInput! ): CreateCategoryPayload """The createComment mutation""" createComment( """Input for the createComment mutation""" input: CreateCommentInput! ): CreateCommentPayload """The createContributor mutation""" createContributor( """Input for the createContributor mutation""" input: CreateContributorInput! ): CreateContributorPayload """The createDiscipline mutation""" createDiscipline( """Input for the createDiscipline mutation""" input: CreateDisciplineInput! ): CreateDisciplinePayload """The createEvent mutation""" createEvent( """Input for the createEvent mutation""" input: CreateEventInput! ): CreateEventPayload """The createLocation mutation""" createLocation( """Input for the createLocation mutation""" input: CreateLocationInput! ): CreateLocationPayload """The createMediaItem mutation""" createMediaItem( """Input for the createMediaItem mutation""" input: CreateMediaItemInput! ): CreateMediaItemPayload """The createMembership mutation""" createMembership( """Input for the createMembership mutation""" input: CreateMembershipInput! ): CreateMembershipPayload """The createPage mutation""" createPage( """Input for the createPage mutation""" input: CreatePageInput! ): CreatePagePayload """The createPost mutation""" createPost( """Input for the createPost mutation""" input: CreatePostInput! ): CreatePostPayload """The createPostFormat mutation""" createPostFormat( """Input for the createPostFormat mutation""" input: CreatePostFormatInput! ): CreatePostFormatPayload """The createProject mutation""" createProject( """Input for the createProject mutation""" input: CreateProjectInput! ): CreateProjectPayload """The createProjectCategory mutation""" createProjectCategory( """Input for the createProjectCategory mutation""" input: CreateProjectCategoryInput! ): CreateProjectCategoryPayload """The createRepresentation mutation""" createRepresentation( """Input for the createRepresentation mutation""" input: CreateRepresentationInput! ): CreateRepresentationPayload """The createResource mutation""" createResource( """Input for the createResource mutation""" input: CreateResourceInput! ): CreateResourcePayload """The createResourceCategory mutation""" createResourceCategory( """Input for the createResourceCategory mutation""" input: CreateResourceCategoryInput! ): CreateResourceCategoryPayload """The createTag mutation""" createTag( """Input for the createTag mutation""" input: CreateTagInput! ): CreateTagPayload """The createTemplate mutation""" createTemplate( """Input for the createTemplate mutation""" input: CreateTemplateInput! ): CreateTemplatePayload """The createUser mutation""" createUser( """Input for the createUser mutation""" input: CreateUserInput! ): CreateUserPayload """The deleteCategory mutation""" deleteCategory( """Input for the deleteCategory mutation""" input: DeleteCategoryInput! ): DeleteCategoryPayload """The deleteComment mutation""" deleteComment( """Input for the deleteComment mutation""" input: DeleteCommentInput! ): DeleteCommentPayload """The deleteContributor mutation""" deleteContributor( """Input for the deleteContributor mutation""" input: DeleteContributorInput! ): DeleteContributorPayload """The deleteDiscipline mutation""" deleteDiscipline( """Input for the deleteDiscipline mutation""" input: DeleteDisciplineInput! ): DeleteDisciplinePayload """The deleteEvent mutation""" deleteEvent( """Input for the deleteEvent mutation""" input: DeleteEventInput! ): DeleteEventPayload """The deleteLocation mutation""" deleteLocation( """Input for the deleteLocation mutation""" input: DeleteLocationInput! ): DeleteLocationPayload """The deleteMediaItem mutation""" deleteMediaItem( """Input for the deleteMediaItem mutation""" input: DeleteMediaItemInput! ): DeleteMediaItemPayload """The deleteMembership mutation""" deleteMembership( """Input for the deleteMembership mutation""" input: DeleteMembershipInput! ): DeleteMembershipPayload """The deletePage mutation""" deletePage( """Input for the deletePage mutation""" input: DeletePageInput! ): DeletePagePayload """The deletePost mutation""" deletePost( """Input for the deletePost mutation""" input: DeletePostInput! ): DeletePostPayload """The deletePostFormat mutation""" deletePostFormat( """Input for the deletePostFormat mutation""" input: DeletePostFormatInput! ): DeletePostFormatPayload """The deleteProject mutation""" deleteProject( """Input for the deleteProject mutation""" input: DeleteProjectInput! ): DeleteProjectPayload """The deleteProjectCategory mutation""" deleteProjectCategory( """Input for the deleteProjectCategory mutation""" input: DeleteProjectCategoryInput! ): DeleteProjectCategoryPayload """The deleteRepresentation mutation""" deleteRepresentation( """Input for the deleteRepresentation mutation""" input: DeleteRepresentationInput! ): DeleteRepresentationPayload """The deleteResource mutation""" deleteResource( """Input for the deleteResource mutation""" input: DeleteResourceInput! ): DeleteResourcePayload """The deleteResourceCategory mutation""" deleteResourceCategory( """Input for the deleteResourceCategory mutation""" input: DeleteResourceCategoryInput! ): DeleteResourceCategoryPayload """The deleteTag mutation""" deleteTag( """Input for the deleteTag mutation""" input: DeleteTagInput! ): DeleteTagPayload """The deleteTemplate mutation""" deleteTemplate( """Input for the deleteTemplate mutation""" input: DeleteTemplateInput! ): DeleteTemplatePayload """The deleteUser mutation""" deleteUser( """Input for the deleteUser mutation""" input: DeleteUserInput! ): DeleteUserPayload """Increase the count.""" increaseCount( """The count to increase""" count: Int ): Int """Login a user. Request for an authToken and User details in response""" login( """Input for the login mutation""" input: LoginInput! ): LoginPayload """Use a valid JWT Refresh token to retrieve a new JWT Auth Token""" refreshJwtAuthToken( """Input for the refreshJwtAuthToken mutation""" input: RefreshJwtAuthTokenInput! ): RefreshJwtAuthTokenPayload """The registerUser mutation""" registerUser( """Input for the registerUser mutation""" input: RegisterUserInput! ): RegisterUserPayload """The resetUserPassword mutation""" resetUserPassword( """Input for the resetUserPassword mutation""" input: ResetUserPasswordInput! ): ResetUserPasswordPayload """The restoreComment mutation""" restoreComment( """Input for the restoreComment mutation""" input: RestoreCommentInput! ): RestoreCommentPayload """Send password reset email to user""" sendPasswordResetEmail( """Input for the sendPasswordResetEmail mutation""" input: SendPasswordResetEmailInput! ): SendPasswordResetEmailPayload """The switchTo mutation""" switchTo( """Input for the switchTo mutation""" input: SwitchToInput! ): SwitchToPayload """The updateCategory mutation""" updateCategory( """Input for the updateCategory mutation""" input: UpdateCategoryInput! ): UpdateCategoryPayload """The updateComment mutation""" updateComment( """Input for the updateComment mutation""" input: UpdateCommentInput! ): UpdateCommentPayload """The updateContributor mutation""" updateContributor( """Input for the updateContributor mutation""" input: UpdateContributorInput! ): UpdateContributorPayload """The updateDiscipline mutation""" updateDiscipline( """Input for the updateDiscipline mutation""" input: UpdateDisciplineInput! ): UpdateDisciplinePayload """The updateEvent mutation""" updateEvent( """Input for the updateEvent mutation""" input: UpdateEventInput! ): UpdateEventPayload """The updateLocation mutation""" updateLocation( """Input for the updateLocation mutation""" input: UpdateLocationInput! ): UpdateLocationPayload """The updateMediaItem mutation""" updateMediaItem( """Input for the updateMediaItem mutation""" input: UpdateMediaItemInput! ): UpdateMediaItemPayload """The updateMembership mutation""" updateMembership( """Input for the updateMembership mutation""" input: UpdateMembershipInput! ): UpdateMembershipPayload """The updatePage mutation""" updatePage( """Input for the updatePage mutation""" input: UpdatePageInput! ): UpdatePagePayload """The updatePost mutation""" updatePost( """Input for the updatePost mutation""" input: UpdatePostInput! ): UpdatePostPayload """The updatePostFormat mutation""" updatePostFormat( """Input for the updatePostFormat mutation""" input: UpdatePostFormatInput! ): UpdatePostFormatPayload """The updateProject mutation""" updateProject( """Input for the updateProject mutation""" input: UpdateProjectInput! ): UpdateProjectPayload """The updateProjectCategory mutation""" updateProjectCategory( """Input for the updateProjectCategory mutation""" input: UpdateProjectCategoryInput! ): UpdateProjectCategoryPayload """The updateRepresentation mutation""" updateRepresentation( """Input for the updateRepresentation mutation""" input: UpdateRepresentationInput! ): UpdateRepresentationPayload """The updateResource mutation""" updateResource( """Input for the updateResource mutation""" input: UpdateResourceInput! ): UpdateResourcePayload """The updateResourceCategory mutation""" updateResourceCategory( """Input for the updateResourceCategory mutation""" input: UpdateResourceCategoryInput! ): UpdateResourceCategoryPayload """The updateSettings mutation""" updateSettings( """Input for the updateSettings mutation""" input: UpdateSettingsInput! ): UpdateSettingsPayload """The updateTag mutation""" updateTag( """Input for the updateTag mutation""" input: UpdateTagInput! ): UpdateTagPayload """The updateTemplate mutation""" updateTemplate( """Input for the updateTemplate mutation""" input: UpdateTemplateInput! ): UpdateTemplatePayload """The updateUser mutation""" updateUser( """Input for the updateUser mutation""" input: UpdateUserInput! ): UpdateUserPayload } """The root entry point into the Graph""" type RootQuery implements WithAcfOptionsPageSiteOptions { """Entry point to get all settings for the site""" allSettings: Settings """Connection between the RootQuery type and the category type""" categories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToCategoryConnectionWhereArgs ): RootQueryToCategoryConnection """A 0bject""" category( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: CategoryIdType ): Category """Returns a Comment""" comment( """Unique identifier for the comment node.""" id: ID! """Type of unique identifier to fetch a comment by. Default is Global ID""" idType: CommentNodeIdTypeEnum ): Comment """Connection between the RootQuery type and the Comment type""" comments( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToCommentConnectionWhereArgs ): RootQueryToCommentConnection """A node used to manage content""" contentNode( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """ The content type the node is used for. Required when idType is set to "name" or "slug" """ contentType: ContentTypeEnum """Unique identifier for the content node.""" id: ID! """ Type of unique identifier to fetch a content node by. Default is Global ID """ idType: ContentNodeIdTypeEnum ): ContentNode """Connection between the RootQuery type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToContentNodeConnectionWhereArgs ): RootQueryToContentNodeConnection """Fetch a Content Type node by unique Identifier""" contentType( """Unique Identifier for the Content Type node.""" id: ID! """ Type of unique identifier to fetch a content type by. Default is Global ID """ idType: ContentTypeIdTypeEnum ): ContentType """Connection between the RootQuery type and the ContentType type""" contentTypes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToContentTypeConnection """An object of the Contributor Type. """ contributor( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: ContributorIdType ): Contributor """A Contributor object""" contributorBy( """Get the Contributor by its database ID""" contributorId: Int """Get the Contributor object by its global ID""" id: ID """Get the Contributor by its uri""" uri: String ): Contributor @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Contributor type""" contributors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToContributorConnectionWhereArgs ): RootQueryToContributorConnection """A 0bject""" discipline( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: DisciplineIdType ): Discipline """Connection between the RootQuery type and the Discipline type""" disciplines( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToDisciplineConnectionWhereArgs ): RootQueryToDisciplineConnection """Fields of the 'DiscussionSettings' settings group""" discussionSettings: DiscussionSettings """An object of the Event Type. """ event( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: EventIdType ): Event """A Event object""" eventBy( """Get the Event by its database ID""" eventId: Int """Get the Event object by its global ID""" id: ID """Get the Event by its uri""" uri: String ): Event @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Event type""" events( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToEventConnectionWhereArgs ): RootQueryToEventConnection """Fields of the 'GeneralSettings' settings group""" generalSettings: GeneralSettings """An object of the Location Type. """ location( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: LocationIdType ): Location """A Location object""" locationBy( """Get the Location object by its global ID""" id: ID """Get the Location by its database ID""" locationId: Int """Get the Location by its uri""" uri: String ): Location @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Location type""" locations( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToLocationConnectionWhereArgs ): RootQueryToLocationConnection """An object of the mediaItem Type. """ mediaItem( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: MediaItemIdType ): MediaItem """A mediaItem object""" mediaItemBy( """Get the mediaItem object by its global ID""" id: ID """Get the mediaItem by its database ID""" mediaItemId: Int """ Get the mediaItem by its slug (only available for non-hierarchical types) """ slug: String """Get the mediaItem by its uri""" uri: String ): MediaItem @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the mediaItem type""" mediaItems( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToMediaItemConnectionWhereArgs ): RootQueryToMediaItemConnection """An object of the Membership Type. """ membership( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: MembershipIdType ): Membership """A Membership object""" membershipBy( """Get the Membership object by its global ID""" id: ID """Get the Membership by its database ID""" membershipId: Int """ Get the Membership by its slug (only available for non-hierarchical types) """ slug: String """Get the Membership by its uri""" uri: String ): Membership @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Membership type""" memberships( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToMembershipConnectionWhereArgs ): RootQueryToMembershipConnection """A WordPress navigation menu""" menu( """The globally unique identifier of the menu.""" id: ID! """Type of unique identifier to fetch a menu by. Default is Global ID""" idType: MenuNodeIdTypeEnum ): Menu """A WordPress navigation menu item""" menuItem( """The globally unique identifier of the menu item.""" id: ID! """ Type of unique identifier to fetch a menu item by. Default is Global ID """ idType: MenuItemNodeIdTypeEnum ): MenuItem """Connection between the RootQuery type and the MenuItem type""" menuItems( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToMenuItemConnectionWhereArgs ): RootQueryToMenuItemConnection """Connection between the RootQuery type and the Menu type""" menus( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToMenuConnectionWhereArgs ): RootQueryToMenuConnection """Fetches an object given its ID""" node( """The unique identifier of the node""" id: ID ): Node """Fetches an object given its Unique Resource Identifier""" nodeByUri( """ Unique Resource Identifier in the form of a path or permalink for a node. Ex: "/hello-world" """ uri: String! ): UniformResourceIdentifiable """An object of the page Type. """ page( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: PageIdType ): Page """A page object""" pageBy( """Get the page object by its global ID""" id: ID """Get the page by its database ID""" pageId: Int """Get the page by its uri""" uri: String ): Page @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the page type""" pages( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToPageConnectionWhereArgs ): RootQueryToPageConnection """A WordPress plugin""" plugin( """The globally unique identifier of the plugin.""" id: ID! ): Plugin """Connection between the RootQuery type and the Plugin type""" plugins( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToPluginConnectionWhereArgs ): RootQueryToPluginConnection """An object of the post Type. """ post( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: PostIdType ): Post """A post object""" postBy( """Get the post object by its global ID""" id: ID """Get the post by its database ID""" postId: Int """Get the post by its slug (only available for non-hierarchical types)""" slug: String """Get the post by its uri""" uri: String ): Post @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """A 0bject""" postFormat( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: PostFormatIdType ): PostFormat """Connection between the RootQuery type and the postFormat type""" postFormats( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToPostFormatConnectionWhereArgs ): RootQueryToPostFormatConnection """Connection between the RootQuery type and the post type""" posts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToPostConnectionWhereArgs ): RootQueryToPostConnection """An object of the Project Type. """ project( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: ProjectIdType ): Project """A Project object""" projectBy( """Get the Project object by its global ID""" id: ID """Get the Project by its database ID""" projectId: Int """ Get the Project by its slug (only available for non-hierarchical types) """ slug: String """Get the Project by its uri""" uri: String ): Project @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the ProjectCategory type""" projectCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToProjectCategoryConnectionWhereArgs ): RootQueryToProjectCategoryConnection """A 0bject""" projectCategory( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: ProjectCategoryIdType ): ProjectCategory """Connection between the RootQuery type and the Project type""" projects( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToProjectConnectionWhereArgs ): RootQueryToProjectConnection """Fields of the 'ReadingSettings' settings group""" readingSettings: ReadingSettings """Connection between the RootQuery type and the EnqueuedScript type""" registeredScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToEnqueuedScriptConnection """Connection between the RootQuery type and the EnqueuedStylesheet type""" registeredStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToEnqueuedStylesheetConnection """An object of the Representation Type. """ representation( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: RepresentationIdType ): Representation """A Representation object""" representationBy( """Get the Representation object by its global ID""" id: ID """Get the Representation by its database ID""" representationId: Int """ Get the Representation by its slug (only available for non-hierarchical types) """ slug: String """Get the Representation by its uri""" uri: String ): Representation @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Representation type""" representations( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToRepresentationConnectionWhereArgs ): RootQueryToRepresentationConnection """An object of the Resource Type. """ resource( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: ResourceIdType ): Resource """A Resource object""" resourceBy( """Get the Resource object by its global ID""" id: ID """Get the Resource by its database ID""" resourceId: Int """ Get the Resource by its slug (only available for non-hierarchical types) """ slug: String """Get the Resource by its uri""" uri: String ): Resource @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the ResourceCategory type""" resourceCategories( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToResourceCategoryConnectionWhereArgs ): RootQueryToResourceCategoryConnection """A 0bject""" resourceCategory( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: ResourceCategoryIdType ): ResourceCategory """Connection between the RootQuery type and the Resource type""" resources( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToResourceConnectionWhereArgs ): RootQueryToResourceConnection """Connection between the RootQuery type and the ContentNode type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToRevisionsConnectionWhereArgs ): RootQueryToRevisionsConnection """""" siteOptions: SiteOptions """A 0bject""" tag( """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: TagIdType ): Tag """Connection between the RootQuery type and the tag type""" tags( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToTagConnectionWhereArgs ): RootQueryToTagConnection """Connection between the RootQuery type and the Taxonomy type""" taxonomies( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToTaxonomyConnection """Fetch a Taxonomy node by unique Identifier""" taxonomy( """Unique Identifier for the Taxonomy node.""" id: ID! """Type of unique identifier to fetch a taxonomy by. Default is Global ID""" idType: TaxonomyIdTypeEnum ): Taxonomy """An object of the Template Type. """ template( """ Whether to return the Preview Node instead of the Published Node. When the ID of a Node is provided along with asPreview being set to true, the preview node with un-published changes will be returned instead of the published node. If no preview node exists or the requester doesn't have proper capabilities to preview, no node will be returned. If the ID provided is a URI and has a preview query arg, it will be used as a fallback if the "asPreview" argument is not explicitly provided as an argument. """ asPreview: Boolean """The globally unique identifier of the object.""" id: ID! """Type of unique identifier to fetch by. Default is Global ID""" idType: TemplateIdType ): Template """A Template object""" templateBy( """Get the Template object by its global ID""" id: ID """ Get the Template by its slug (only available for non-hierarchical types) """ slug: String """Get the Template by its database ID""" templateId: Int """Get the Template by its uri""" uri: String ): Template @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") """Connection between the RootQuery type and the Template type""" templates( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToTemplateConnectionWhereArgs ): RootQueryToTemplateConnection """A node in a taxonomy used to group and relate content nodes""" termNode( """Unique identifier for the term node.""" id: ID! """ Type of unique identifier to fetch a term node by. Default is Global ID """ idType: TermNodeIdTypeEnum """ The taxonomy of the tern node. Required when idType is set to "name" or "slug" """ taxonomy: TaxonomyEnum ): TermNode """Connection between the RootQuery type and the TermNode type""" terms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToTermNodeConnectionWhereArgs ): RootQueryToTermNodeConnection """A Theme object""" theme( """The globally unique identifier of the theme.""" id: ID! ): Theme """Connection between the RootQuery type and the Theme type""" themes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToThemeConnection """Returns a user""" user( """The globally unique identifier of the user.""" id: ID! """Type of unique identifier to fetch a user by. Default is Global ID""" idType: UserNodeIdTypeEnum ): User """Returns a user role""" userRole( """The globally unique identifier of the user object.""" id: ID! ): UserRole """Connection between the RootQuery type and the UserRole type""" userRoles( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): RootQueryToUserRoleConnection """Connection between the RootQuery type and the User type""" users( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: RootQueryToUserConnectionWhereArgs ): RootQueryToUserConnection """Returns the current user""" viewer: User """Fields of the 'WritingSettings' settings group""" writingSettings: WritingSettings } """Connection between the RootQuery type and the category type""" type RootQueryToCategoryConnection implements CategoryConnection & Connection { """Edges for the RootQueryToCategoryConnection connection""" edges: [RootQueryToCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Category!]! """Information about pagination in a connection.""" pageInfo: RootQueryToCategoryConnectionPageInfo! } """An edge in a connection""" type RootQueryToCategoryConnectionEdge implements CategoryConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Category! } """ Pagination metadata specific to "RootQueryToCategoryConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToCategoryConnection Nodes. """ type RootQueryToCategoryConnectionPageInfo implements CategoryConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToCategoryConnection connection""" input RootQueryToCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the Comment type""" type RootQueryToCommentConnection implements CommentConnection & Connection { """Edges for the RootQueryToCommentConnection connection""" edges: [RootQueryToCommentConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Comment!]! """Information about pagination in a connection.""" pageInfo: RootQueryToCommentConnectionPageInfo! } """An edge in a connection""" type RootQueryToCommentConnectionEdge implements CommentConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Comment! } """ Pagination metadata specific to "RootQueryToCommentConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToCommentConnection Nodes. """ type RootQueryToCommentConnectionPageInfo implements CommentConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToCommentConnection connection""" input RootQueryToCommentConnectionWhereArgs { """Comment author email address.""" authorEmail: String """Array of author IDs to include comments for.""" authorIn: [ID] """Array of author IDs to exclude comments for.""" authorNotIn: [ID] """Comment author URL.""" authorUrl: String """Array of comment IDs to include.""" commentIn: [ID] """ Array of IDs of users whose unapproved comments will be returned by the query regardless of status. """ commentNotIn: [ID] """Include comments of a given type.""" commentType: String """Include comments from a given array of comment types.""" commentTypeIn: [String] """Exclude comments from a given array of comment types.""" commentTypeNotIn: String """Content object author ID to limit results by.""" contentAuthor: [ID] """Array of author IDs to retrieve comments for.""" contentAuthorIn: [ID] """Array of author IDs *not* to retrieve comments for.""" contentAuthorNotIn: [ID] """Limit results to those affiliated with a given content object ID.""" contentId: ID """Array of content object IDs to include affiliated comments for.""" contentIdIn: [ID] """Array of content object IDs to exclude affiliated comments for.""" contentIdNotIn: [ID] """Content object name (i.e. slug ) to retrieve affiliated comments for.""" contentName: String """Content Object parent ID to retrieve affiliated comments for.""" contentParent: Int """ Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. """ contentStatus: [PostStatusEnum] """ Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. """ contentType: [ContentTypeEnum] """ Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty """ includeUnapproved: [ID] """Karma score to retrieve matching comments for.""" karma: Int """The cardinality of the order of the connection""" order: OrderEnum """Field to order the comments by.""" orderby: CommentsConnectionOrderbyEnum """Parent ID of comment to retrieve children of.""" parent: Int """Array of parent IDs of comments to retrieve children for.""" parentIn: [ID] """Array of parent IDs of comments *not* to retrieve children for.""" parentNotIn: [ID] """Search term(s) to retrieve matching comments for.""" search: String """One or more Comment Statuses to limit results by""" statusIn: [CommentStatusEnum] """Include comments for a specific user ID.""" userId: ID } """Connection between the RootQuery type and the ContentNode type""" type RootQueryToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the RootQueryToContentNodeConnection connection""" edges: [RootQueryToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: RootQueryToContentNodeConnectionPageInfo! } """An edge in a connection""" type RootQueryToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "RootQueryToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToContentNodeConnection Nodes. """ type RootQueryToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RootQueryToContentNodeConnection connection """ input RootQueryToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the ContentType type""" type RootQueryToContentTypeConnection implements Connection & ContentTypeConnection { """Edges for the RootQueryToContentTypeConnection connection""" edges: [RootQueryToContentTypeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentType!]! """Information about pagination in a connection.""" pageInfo: RootQueryToContentTypeConnectionPageInfo! } """An edge in a connection""" type RootQueryToContentTypeConnectionEdge implements ContentTypeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentType! } """ Pagination metadata specific to "RootQueryToContentTypeConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToContentTypeConnection Nodes. """ type RootQueryToContentTypeConnectionPageInfo implements ContentTypeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the RootQuery type and the Contributor type""" type RootQueryToContributorConnection implements Connection & ContributorConnection { """Edges for the RootQueryToContributorConnection connection""" edges: [RootQueryToContributorConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Contributor!]! """Information about pagination in a connection.""" pageInfo: RootQueryToContributorConnectionPageInfo! } """An edge in a connection""" type RootQueryToContributorConnectionEdge implements ContributorConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Contributor! } """ Pagination metadata specific to "RootQueryToContributorConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToContributorConnection Nodes. """ type RootQueryToContributorConnectionPageInfo implements ContributorConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RootQueryToContributorConnection connection """ input RootQueryToContributorConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Discipline type""" type RootQueryToDisciplineConnection implements Connection & DisciplineConnection { """Edges for the RootQueryToDisciplineConnection connection""" edges: [RootQueryToDisciplineConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Discipline!]! """Information about pagination in a connection.""" pageInfo: RootQueryToDisciplineConnectionPageInfo! } """An edge in a connection""" type RootQueryToDisciplineConnectionEdge implements DisciplineConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Discipline! } """ Pagination metadata specific to "RootQueryToDisciplineConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToDisciplineConnection Nodes. """ type RootQueryToDisciplineConnectionPageInfo implements DisciplineConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToDisciplineConnection connection""" input RootQueryToDisciplineConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the EnqueuedScript type""" type RootQueryToEnqueuedScriptConnection implements Connection & EnqueuedScriptConnection { """Edges for the RootQueryToEnqueuedScriptConnection connection""" edges: [RootQueryToEnqueuedScriptConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedScript!]! """Information about pagination in a connection.""" pageInfo: RootQueryToEnqueuedScriptConnectionPageInfo! } """An edge in a connection""" type RootQueryToEnqueuedScriptConnectionEdge implements Edge & EnqueuedScriptConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedScript! } """ Pagination metadata specific to "RootQueryToEnqueuedScriptConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToEnqueuedScriptConnection Nodes. """ type RootQueryToEnqueuedScriptConnectionPageInfo implements EnqueuedScriptConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the RootQuery type and the EnqueuedStylesheet type""" type RootQueryToEnqueuedStylesheetConnection implements Connection & EnqueuedStylesheetConnection { """Edges for the RootQueryToEnqueuedStylesheetConnection connection""" edges: [RootQueryToEnqueuedStylesheetConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedStylesheet!]! """Information about pagination in a connection.""" pageInfo: RootQueryToEnqueuedStylesheetConnectionPageInfo! } """An edge in a connection""" type RootQueryToEnqueuedStylesheetConnectionEdge implements Edge & EnqueuedStylesheetConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedStylesheet! } """ Pagination metadata specific to "RootQueryToEnqueuedStylesheetConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToEnqueuedStylesheetConnection Nodes. """ type RootQueryToEnqueuedStylesheetConnectionPageInfo implements EnqueuedStylesheetConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the RootQuery type and the Event type""" type RootQueryToEventConnection implements Connection & EventConnection { """Edges for the RootQueryToEventConnection connection""" edges: [RootQueryToEventConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Event!]! """Information about pagination in a connection.""" pageInfo: RootQueryToEventConnectionPageInfo! } """An edge in a connection""" type RootQueryToEventConnectionEdge implements Edge & EventConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Event! } """ Pagination metadata specific to "RootQueryToEventConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToEventConnection Nodes. """ type RootQueryToEventConnectionPageInfo implements EventConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToEventConnection connection""" input RootQueryToEventConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Location type""" type RootQueryToLocationConnection implements Connection & LocationConnection { """Edges for the RootQueryToLocationConnection connection""" edges: [RootQueryToLocationConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Location!]! """Information about pagination in a connection.""" pageInfo: RootQueryToLocationConnectionPageInfo! } """An edge in a connection""" type RootQueryToLocationConnectionEdge implements Edge & LocationConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Location! } """ Pagination metadata specific to "RootQueryToLocationConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToLocationConnection Nodes. """ type RootQueryToLocationConnectionPageInfo implements LocationConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToLocationConnection connection""" input RootQueryToLocationConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the mediaItem type""" type RootQueryToMediaItemConnection implements Connection & MediaItemConnection { """Edges for the RootQueryToMediaItemConnection connection""" edges: [RootQueryToMediaItemConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [MediaItem!]! """Information about pagination in a connection.""" pageInfo: RootQueryToMediaItemConnectionPageInfo! } """An edge in a connection""" type RootQueryToMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: MediaItem! } """ Pagination metadata specific to "RootQueryToMediaItemConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToMediaItemConnection Nodes. """ type RootQueryToMediaItemConnectionPageInfo implements MediaItemConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToMediaItemConnection connection""" input RootQueryToMediaItemConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Membership type""" type RootQueryToMembershipConnection implements Connection & MembershipConnection { """Edges for the RootQueryToMembershipConnection connection""" edges: [RootQueryToMembershipConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Membership!]! """Information about pagination in a connection.""" pageInfo: RootQueryToMembershipConnectionPageInfo! } """An edge in a connection""" type RootQueryToMembershipConnectionEdge implements Edge & MembershipConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Membership! } """ Pagination metadata specific to "RootQueryToMembershipConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToMembershipConnection Nodes. """ type RootQueryToMembershipConnectionPageInfo implements MembershipConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToMembershipConnection connection""" input RootQueryToMembershipConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Menu type""" type RootQueryToMenuConnection implements Connection & MenuConnection { """Edges for the RootQueryToMenuConnection connection""" edges: [RootQueryToMenuConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Menu!]! """Information about pagination in a connection.""" pageInfo: RootQueryToMenuConnectionPageInfo! } """An edge in a connection""" type RootQueryToMenuConnectionEdge implements Edge & MenuConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Menu! } """ Pagination metadata specific to "RootQueryToMenuConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToMenuConnection Nodes. """ type RootQueryToMenuConnectionPageInfo implements MenuConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToMenuConnection connection""" input RootQueryToMenuConnectionWhereArgs { """The database ID of the object""" id: Int """The menu location for the menu being queried""" location: MenuLocationEnum """The slug of the menu to query items for""" slug: String } """Connection between the RootQuery type and the MenuItem type""" type RootQueryToMenuItemConnection implements Connection & MenuItemConnection { """Edges for the RootQueryToMenuItemConnection connection""" edges: [RootQueryToMenuItemConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [MenuItem!]! """Information about pagination in a connection.""" pageInfo: RootQueryToMenuItemConnectionPageInfo! } """An edge in a connection""" type RootQueryToMenuItemConnectionEdge implements Edge & MenuItemConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: MenuItem! } """ Pagination metadata specific to "RootQueryToMenuItemConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToMenuItemConnection Nodes. """ type RootQueryToMenuItemConnectionPageInfo implements MenuItemConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToMenuItemConnection connection""" input RootQueryToMenuItemConnectionWhereArgs { """The database ID of the object""" id: Int """The menu location for the menu being queried""" location: MenuLocationEnum """The database ID of the parent menu object""" parentDatabaseId: Int """The ID of the parent menu object""" parentId: ID } """Connection between the RootQuery type and the page type""" type RootQueryToPageConnection implements Connection & PageConnection { """Edges for the RootQueryToPageConnection connection""" edges: [RootQueryToPageConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Page!]! """Information about pagination in a connection.""" pageInfo: RootQueryToPageConnectionPageInfo! } """An edge in a connection""" type RootQueryToPageConnectionEdge implements Edge & PageConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Page! } """ Pagination metadata specific to "RootQueryToPageConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToPageConnection Nodes. """ type RootQueryToPageConnectionPageInfo implements PageConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToPageConnection connection""" input RootQueryToPageConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Plugin type""" type RootQueryToPluginConnection implements Connection & PluginConnection { """Edges for the RootQueryToPluginConnection connection""" edges: [RootQueryToPluginConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Plugin!]! """Information about pagination in a connection.""" pageInfo: RootQueryToPluginConnectionPageInfo! } """An edge in a connection""" type RootQueryToPluginConnectionEdge implements Edge & PluginConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Plugin! } """ Pagination metadata specific to "RootQueryToPluginConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToPluginConnection Nodes. """ type RootQueryToPluginConnectionPageInfo implements PageInfo & PluginConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToPluginConnection connection""" input RootQueryToPluginConnectionWhereArgs { """Show plugin based on a keyword search.""" search: String """Retrieve plugins where plugin status is in an array.""" stati: [PluginStatusEnum] """Show plugins with a specific status.""" status: PluginStatusEnum } """Connection between the RootQuery type and the post type""" type RootQueryToPostConnection implements Connection & PostConnection { """Edges for the RootQueryToPostConnection connection""" edges: [RootQueryToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: RootQueryToPostConnectionPageInfo! } """An edge in a connection""" type RootQueryToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "RootQueryToPostConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToPostConnection Nodes. """ type RootQueryToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToPostConnection connection""" input RootQueryToPostConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the RootQuery type and the postFormat type""" type RootQueryToPostFormatConnection implements Connection & PostFormatConnection { """Edges for the RootQueryToPostFormatConnection connection""" edges: [RootQueryToPostFormatConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [PostFormat!]! """Information about pagination in a connection.""" pageInfo: RootQueryToPostFormatConnectionPageInfo! } """An edge in a connection""" type RootQueryToPostFormatConnectionEdge implements Edge & PostFormatConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: PostFormat! } """ Pagination metadata specific to "RootQueryToPostFormatConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToPostFormatConnection Nodes. """ type RootQueryToPostFormatConnectionPageInfo implements PageInfo & PostFormatConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToPostFormatConnection connection""" input RootQueryToPostFormatConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the ProjectCategory type""" type RootQueryToProjectCategoryConnection implements Connection & ProjectCategoryConnection { """Edges for the RootQueryToProjectCategoryConnection connection""" edges: [RootQueryToProjectCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ProjectCategory!]! """Information about pagination in a connection.""" pageInfo: RootQueryToProjectCategoryConnectionPageInfo! } """An edge in a connection""" type RootQueryToProjectCategoryConnectionEdge implements Edge & ProjectCategoryConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ProjectCategory! } """ Pagination metadata specific to "RootQueryToProjectCategoryConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToProjectCategoryConnection Nodes. """ type RootQueryToProjectCategoryConnectionPageInfo implements PageInfo & ProjectCategoryConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RootQueryToProjectCategoryConnection connection """ input RootQueryToProjectCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the Project type""" type RootQueryToProjectConnection implements Connection & ProjectConnection { """Edges for the RootQueryToProjectConnection connection""" edges: [RootQueryToProjectConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Project!]! """Information about pagination in a connection.""" pageInfo: RootQueryToProjectConnectionPageInfo! } """An edge in a connection""" type RootQueryToProjectConnectionEdge implements Edge & ProjectConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Project! } """ Pagination metadata specific to "RootQueryToProjectConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToProjectConnection Nodes. """ type RootQueryToProjectConnectionPageInfo implements PageInfo & ProjectConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToProjectConnection connection""" input RootQueryToProjectConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the Representation type""" type RootQueryToRepresentationConnection implements Connection & RepresentationConnection { """Edges for the RootQueryToRepresentationConnection connection""" edges: [RootQueryToRepresentationConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Representation!]! """Information about pagination in a connection.""" pageInfo: RootQueryToRepresentationConnectionPageInfo! } """An edge in a connection""" type RootQueryToRepresentationConnectionEdge implements Edge & RepresentationConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Representation! } """ Pagination metadata specific to "RootQueryToRepresentationConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToRepresentationConnection Nodes. """ type RootQueryToRepresentationConnectionPageInfo implements PageInfo & RepresentationConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RootQueryToRepresentationConnection connection """ input RootQueryToRepresentationConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the ResourceCategory type""" type RootQueryToResourceCategoryConnection implements Connection & ResourceCategoryConnection { """Edges for the RootQueryToResourceCategoryConnection connection""" edges: [RootQueryToResourceCategoryConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ResourceCategory!]! """Information about pagination in a connection.""" pageInfo: RootQueryToResourceCategoryConnectionPageInfo! } """An edge in a connection""" type RootQueryToResourceCategoryConnectionEdge implements Edge & ResourceCategoryConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ResourceCategory! } """ Pagination metadata specific to "RootQueryToResourceCategoryConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToResourceCategoryConnection Nodes. """ type RootQueryToResourceCategoryConnectionPageInfo implements PageInfo & ResourceCategoryConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Arguments for filtering the RootQueryToResourceCategoryConnection connection """ input RootQueryToResourceCategoryConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the Resource type""" type RootQueryToResourceConnection implements Connection & ResourceConnection { """Edges for the RootQueryToResourceConnection connection""" edges: [RootQueryToResourceConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Resource!]! """Information about pagination in a connection.""" pageInfo: RootQueryToResourceConnectionPageInfo! } """An edge in a connection""" type RootQueryToResourceConnectionEdge implements Edge & ResourceConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Resource! } """ Pagination metadata specific to "RootQueryToResourceConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToResourceConnection Nodes. """ type RootQueryToResourceConnectionPageInfo implements PageInfo & ResourceConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToResourceConnection connection""" input RootQueryToResourceConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the ContentNode type""" type RootQueryToRevisionsConnection implements Connection & ContentNodeConnection { """Edges for the RootQueryToRevisionsConnection connection""" edges: [RootQueryToRevisionsConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: RootQueryToRevisionsConnectionPageInfo! } """An edge in a connection""" type RootQueryToRevisionsConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "RootQueryToRevisionsConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToRevisionsConnection Nodes. """ type RootQueryToRevisionsConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToRevisionsConnection connection""" input RootQueryToRevisionsConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the tag type""" type RootQueryToTagConnection implements Connection & TagConnection { """Edges for the RootQueryToTagConnection connection""" edges: [RootQueryToTagConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Tag!]! """Information about pagination in a connection.""" pageInfo: RootQueryToTagConnectionPageInfo! } """An edge in a connection""" type RootQueryToTagConnectionEdge implements Edge & TagConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Tag! } """ Pagination metadata specific to "RootQueryToTagConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToTagConnection Nodes. """ type RootQueryToTagConnectionPageInfo implements PageInfo & TagConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToTagConnection connection""" input RootQueryToTagConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the Taxonomy type""" type RootQueryToTaxonomyConnection implements Connection & TaxonomyConnection { """Edges for the RootQueryToTaxonomyConnection connection""" edges: [RootQueryToTaxonomyConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Taxonomy!]! """Information about pagination in a connection.""" pageInfo: RootQueryToTaxonomyConnectionPageInfo! } """An edge in a connection""" type RootQueryToTaxonomyConnectionEdge implements Edge & TaxonomyConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Taxonomy! } """ Pagination metadata specific to "RootQueryToTaxonomyConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToTaxonomyConnection Nodes. """ type RootQueryToTaxonomyConnectionPageInfo implements PageInfo & TaxonomyConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the RootQuery type and the Template type""" type RootQueryToTemplateConnection implements Connection & TemplateConnection { """Edges for the RootQueryToTemplateConnection connection""" edges: [RootQueryToTemplateConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Template!]! """Information about pagination in a connection.""" pageInfo: RootQueryToTemplateConnectionPageInfo! } """An edge in a connection""" type RootQueryToTemplateConnectionEdge implements Edge & TemplateConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Template! } """ Pagination metadata specific to "RootQueryToTemplateConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToTemplateConnection Nodes. """ type RootQueryToTemplateConnectionPageInfo implements PageInfo & TemplateConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToTemplateConnection connection""" input RootQueryToTemplateConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the RootQuery type and the TermNode type""" type RootQueryToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the RootQueryToTermNodeConnection connection""" edges: [RootQueryToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: RootQueryToTermNodeConnectionPageInfo! } """An edge in a connection""" type RootQueryToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "RootQueryToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToTermNodeConnection Nodes. """ type RootQueryToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToTermNodeConnection connection""" input RootQueryToTermNodeConnectionWhereArgs { """ Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. """ cacheDomain: String """ Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. """ childOf: Int """ True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. """ childless: Boolean """ Retrieve terms where the description is LIKE the input value. Default empty. """ descriptionLike: String """ Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. """ exclude: [ID] """ Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. """ excludeTree: [ID] """ Whether to hide terms not assigned to any posts. Accepts true or false. Default false """ hideEmpty: Boolean """ Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. """ hierarchical: Boolean """Array of term ids to include. Default empty array.""" include: [ID] """Array of names to return term(s) for. Default empty.""" name: [String] """Retrieve terms where the name is LIKE the input value. Default empty.""" nameLike: String """ Array of object IDs. Results will be limited to terms associated with these objects. """ objectIds: [ID] """Direction the connection should be ordered in""" order: OrderEnum """Field(s) to order terms by. Defaults to 'name'.""" orderby: TermObjectsConnectionOrderbyEnum """ Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. """ padCounts: Boolean """Parent term ID to retrieve direct-child terms of. Default empty.""" parent: Int """ Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. """ search: String """Array of slugs to return term(s) for. Default empty.""" slug: [String] """The Taxonomy to filter terms by""" taxonomies: [TaxonomyEnum] """Array of term taxonomy IDs, to match when querying terms.""" termTaxonomyId: [ID] """Whether to prime meta caches for matched terms. Default true.""" updateTermMetaCache: Boolean } """Connection between the RootQuery type and the Theme type""" type RootQueryToThemeConnection implements Connection & ThemeConnection { """Edges for the RootQueryToThemeConnection connection""" edges: [RootQueryToThemeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Theme!]! """Information about pagination in a connection.""" pageInfo: RootQueryToThemeConnectionPageInfo! } """An edge in a connection""" type RootQueryToThemeConnectionEdge implements Edge & ThemeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Theme! } """ Pagination metadata specific to "RootQueryToThemeConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToThemeConnection Nodes. """ type RootQueryToThemeConnectionPageInfo implements PageInfo & ThemeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the RootQuery type and the User type""" type RootQueryToUserConnection implements Connection & UserConnection { """Edges for the RootQueryToUserConnection connection""" edges: [RootQueryToUserConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [User!]! """Information about pagination in a connection.""" pageInfo: RootQueryToUserConnectionPageInfo! } """An edge in a connection""" type RootQueryToUserConnectionEdge implements Edge & UserConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: User! } """ Pagination metadata specific to "RootQueryToUserConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToUserConnection Nodes. """ type RootQueryToUserConnectionPageInfo implements PageInfo & UserConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the RootQueryToUserConnection connection""" input RootQueryToUserConnectionWhereArgs { """Array of userIds to exclude.""" exclude: [Int] """ Pass an array of post types to filter results to users who have published posts in those post types. """ hasPublishedPosts: [ContentTypeEnum] """Array of userIds to include.""" include: [Int] """The user login.""" login: String """ An array of logins to include. Users matching one of these logins will be included in results. """ loginIn: [String] """ An array of logins to exclude. Users matching one of these logins will not be included in results. """ loginNotIn: [String] """The user nicename.""" nicename: String """ An array of nicenames to include. Users matching one of these nicenames will be included in results. """ nicenameIn: [String] """ An array of nicenames to exclude. Users matching one of these nicenames will not be included in results. """ nicenameNotIn: [String] """What parameter to use to order the objects by.""" orderby: [UsersConnectionOrderbyInput] """ An array of role names that users must match to be included in results. Note that this is an inclusive list: users must match *each* role. """ role: UserRoleEnum """ An array of role names. Matched users must have at least one of these roles. """ roleIn: [UserRoleEnum] """ An array of role names to exclude. Users matching one or more of these roles will not be included in results. """ roleNotIn: [UserRoleEnum] """ Search keyword. Searches for possible string matches on columns. When "searchColumns" is left empty, it tries to determine which column to search in based on search string. """ search: String """ Array of column names to be searched. Accepts 'ID', 'login', 'nicename', 'email', 'url'. """ searchColumns: [UsersConnectionSearchColumnEnum] } """Connection between the RootQuery type and the UserRole type""" type RootQueryToUserRoleConnection implements Connection & UserRoleConnection { """Edges for the RootQueryToUserRoleConnection connection""" edges: [RootQueryToUserRoleConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [UserRole!]! """Information about pagination in a connection.""" pageInfo: RootQueryToUserRoleConnectionPageInfo! } """An edge in a connection""" type RootQueryToUserRoleConnectionEdge implements Edge & UserRoleConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: UserRole! } """ Pagination metadata specific to "RootQueryToUserRoleConnection" collections. Provides cursors and flags for navigating through sets of RootQueryToUserRoleConnection Nodes. """ type RootQueryToUserRoleConnectionPageInfo implements PageInfo & UserRoleConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Script insertion positions in the document structure. Determines whether scripts are placed in the document head or before the closing body tag. """ enum ScriptLoadingGroupLocationEnum { """ Delayed loading at end of document, right before the closing `` tag. (allows content to render first) """ FOOTER """ Early loading in document `` tag. (executes before page content renders) """ HEADER } """ Script loading optimization attributes. Controls browser behavior for script loading to improve page performance (async or defer). """ enum ScriptLoadingStrategyEnum { """ Load script in parallel with page rendering, executing as soon as downloaded """ ASYNC """ Download script in parallel but defer execution until page is fully parsed """ DEFER } """ The "SectionContainer" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type SectionContainer implements AcfFieldGroup & AcfFieldGroupFields & SectionContainer_Fields { """ Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group """ contentWidth: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "SectionContainer" Field Group """ interface SectionContainer_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group """ contentWidth: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ The "SectionTheme" Field Group. Added to the Schema by "WPGraphQL for ACF". """ type SectionTheme implements AcfFieldGroup & AcfFieldGroupFields & SectionTheme_Fields { """ Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group """ bgColor: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """ Interface representing fields of the ACF "SectionTheme" Field Group """ interface SectionTheme_Fields implements AcfFieldGroup & AcfFieldGroupFields { """ Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group """ bgColor: [String]! """The name of the field group""" fieldGroupName: String @deprecated(reason: "Use __typename instead") } """Input for the sendPasswordResetEmail mutation.""" input SendPasswordResetEmailInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """A string that contains the user's username or email address.""" username: String! } """The payload for the sendPasswordResetEmail mutation.""" type SendPasswordResetEmailPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Whether the mutation completed successfully. This does NOT necessarily mean that an email was sent. """ success: Boolean """The user that the password reset email was sent to""" user: User @deprecated(reason: "This field will be removed in a future version of WPGraphQL") } """All of the registered settings""" type Settings { """Settings of the the string Settings Group""" discussionSettingsDefaultCommentStatus: String """Settings of the the string Settings Group""" discussionSettingsDefaultPingStatus: String """Settings of the the string Settings Group""" generalSettingsDateFormat: String """Settings of the the string Settings Group""" generalSettingsDescription: String """Settings of the the string Settings Group""" generalSettingsEmail: String """Settings of the the string Settings Group""" generalSettingsLanguage: String """Settings of the the integer Settings Group""" generalSettingsStartOfWeek: Int """Settings of the the string Settings Group""" generalSettingsTimeFormat: String """Settings of the the string Settings Group""" generalSettingsTimezone: String """Settings of the the string Settings Group""" generalSettingsTitle: String """Settings of the the string Settings Group""" generalSettingsUrl: String """Settings of the the integer Settings Group""" readingSettingsPageForPosts: Int """Settings of the the integer Settings Group""" readingSettingsPageOnFront: Int """Settings of the the integer Settings Group""" readingSettingsPostsPerPage: Int """Settings of the the string Settings Group""" readingSettingsShowOnFront: String """Settings of the the integer Settings Group""" writingSettingsDefaultCategory: Int """Settings of the the string Settings Group""" writingSettingsDefaultPostFormat: String """Settings of the the boolean Settings Group""" writingSettingsUseSmilies: Boolean } type SiteOptions implements AcfOptionsPage & Node & WithAcfGroupCcat { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Fields of the GroupCcat ACF Field Group""" groupCcat: GroupCcat """The globally unique ID for the object""" id: ID! """""" menuTitle: String """""" pageTitle: String """""" parentId: String } """Input for the switchTo mutation.""" input SwitchToInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The ID of the user to switch to""" userId: ID } """The payload for the switchTo mutation.""" type SwitchToPayload { """JWT Token for the target user""" authToken: String """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """JWT Refresh Token for the target user""" refreshToken: String """The target user object""" user: User } """ A taxonomy term used to organize and classify content. Tags do not have a hierarchy and are generally used for more specific classifications. """ type Tag implements DatabaseIdentifier & MenuItemLinkable & Node & TermNode & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the Tag type and the ContentNode type""" contentNodes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: TagToContentNodeConnectionWhereArgs ): TagToContentNodeConnection """The number of objects connected to the object""" count: Int """The unique identifier stored in the database""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """Connection between the Tag type and the post type""" posts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: TagToPostConnectionWhereArgs ): TagToPostConnection """An alphanumeric identifier for the object unique to its type.""" slug: String """The id field matches the WP_Post->ID field.""" tagId: Int @deprecated(reason: "Deprecated in favor of databaseId") """Connection between the Tag type and the Taxonomy type""" taxonomy: TagToTaxonomyConnectionEdge """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of tag Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of tag Nodes """ interface TagConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected tag Nodes """ edges: [TagConnectionEdge!]! """A list of connected tag Nodes""" nodes: [Tag!]! """Information about pagination in a connection.""" pageInfo: TagConnectionPageInfo! } """ Represents a connection to a tag. Contains both the tag Node and metadata about the relationship. """ interface TagConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected tag Node""" node: Tag! } """ Pagination metadata specific to "TagConnectionEdge" collections. Provides cursors and flags for navigating through sets of "TagConnectionEdge" Nodes. """ interface TagConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Tag. Determines which unique property (global ID, database ID, slug, etc.) is used to locate the Tag. """ enum TagIdType { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the Tag type and the ContentNode type""" type TagToContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the TagToContentNodeConnection connection""" edges: [TagToContentNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: TagToContentNodeConnectionPageInfo! } """An edge in a connection""" type TagToContentNodeConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "TagToContentNodeConnection" collections. Provides cursors and flags for navigating through sets of TagToContentNodeConnection Nodes. """ type TagToContentNodeConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the TagToContentNodeConnection connection""" input TagToContentNodeConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypesOfTagEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Tag type and the post type""" type TagToPostConnection implements Connection & PostConnection { """Edges for the TagToPostConnection connection""" edges: [TagToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: TagToPostConnectionPageInfo! } """An edge in a connection""" type TagToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "TagToPostConnection" collections. Provides cursors and flags for navigating through sets of TagToPostConnection Nodes. """ type TagToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the TagToPostConnection connection""" input TagToPostConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the Tag type and the Taxonomy type""" type TagToTaxonomyConnectionEdge implements Edge & OneToOneConnection & TaxonomyConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Taxonomy! } """A taxonomy object""" type Taxonomy implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """List of Content Types associated with the Taxonomy""" connectedContentTypes( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TaxonomyToContentTypeConnection """List of Term Nodes associated with the Taxonomy""" connectedTerms( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TaxonomyToTermNodeConnection """ Description of the taxonomy. This field is equivalent to WP_Taxonomy->description """ description: String """The plural name of the post type within the GraphQL Schema.""" graphqlPluralName: String """The singular name of the post type within the GraphQL Schema.""" graphqlSingleName: String """Whether the taxonomy is hierarchical""" hierarchical: Boolean """The globally unique identifier of the taxonomy object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Name of the taxonomy shown in the menu. Usually plural.""" label: String """ The display name of the taxonomy. This field is equivalent to WP_Taxonomy->label """ name: String """Whether the taxonomy is publicly queryable""" public: Boolean """ Name of content type to display in REST API "wp/v2" namespace. """ restBase: String """The REST Controller class assigned to handling this content type.""" restControllerClass: String """ Whether to show the taxonomy as part of a tag cloud widget. This field is equivalent to WP_Taxonomy->show_tagcloud """ showCloud: Boolean """ Whether to display a column for the taxonomy on its post type listing screens. """ showInAdminColumn: Boolean """Whether to add the post type to the GraphQL Schema.""" showInGraphql: Boolean """Whether to show the taxonomy in the admin menu""" showInMenu: Boolean """Whether the taxonomy is available for selection in navigation menus.""" showInNavMenus: Boolean """Whether to show the taxonomy in the quick/bulk edit panel.""" showInQuickEdit: Boolean """ Whether to add the post type route in the REST API "wp/v2" namespace. """ showInRest: Boolean """ Whether to generate and allow a UI for managing terms in this taxonomy in the admin """ showUi: Boolean } """ A paginated collection of Taxonomy Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Taxonomy Nodes """ interface TaxonomyConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Taxonomy Nodes """ edges: [TaxonomyConnectionEdge!]! """A list of connected Taxonomy Nodes""" nodes: [Taxonomy!]! """Information about pagination in a connection.""" pageInfo: TaxonomyConnectionPageInfo! } """ Represents a connection to a Taxonomy. Contains both the Taxonomy Node and metadata about the relationship. """ interface TaxonomyConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Taxonomy Node""" node: Taxonomy! } """ Pagination metadata specific to "TaxonomyConnectionEdge" collections. Provides cursors and flags for navigating through sets of "TaxonomyConnectionEdge" Nodes. """ interface TaxonomyConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Available classification systems for organizing content. Identifies the different taxonomy types that can be used for content categorization. """ enum TaxonomyEnum { """Taxonomy enum category""" CATEGORY """Taxonomy enum discipline""" DISCIPLINE """Taxonomy enum post_format""" POSTFORMAT """Taxonomy enum project_category""" PROJECTCATEGORY """Taxonomy enum resource_category""" RESOURCECATEGORY """Taxonomy enum post_tag""" TAG } """ Identifier types for retrieving a taxonomy definition. Determines whether to look up taxonomies by ID or name. """ enum TaxonomyIdTypeEnum { """The globally unique ID""" ID """The name of the taxonomy""" NAME } """Connection between the Taxonomy type and the ContentType type""" type TaxonomyToContentTypeConnection implements Connection & ContentTypeConnection { """Edges for the TaxonomyToContentTypeConnection connection""" edges: [TaxonomyToContentTypeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentType!]! """Information about pagination in a connection.""" pageInfo: TaxonomyToContentTypeConnectionPageInfo! } """An edge in a connection""" type TaxonomyToContentTypeConnectionEdge implements ContentTypeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentType! } """ Pagination metadata specific to "TaxonomyToContentTypeConnection" collections. Provides cursors and flags for navigating through sets of TaxonomyToContentTypeConnection Nodes. """ type TaxonomyToContentTypeConnectionPageInfo implements ContentTypeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the Taxonomy type and the TermNode type""" type TaxonomyToTermNodeConnection implements Connection & TermNodeConnection { """Edges for the TaxonomyToTermNodeConnection connection""" edges: [TaxonomyToTermNodeConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: TaxonomyToTermNodeConnectionPageInfo! } """An edge in a connection""" type TaxonomyToTermNodeConnectionEdge implements Edge & TermNodeConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: TermNode! } """ Pagination metadata specific to "TaxonomyToTermNodeConnection" collections. Provides cursors and flags for navigating through sets of TaxonomyToTermNodeConnection Nodes. """ type TaxonomyToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """The Template type""" type Template implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostTemplate { """The ancestors of the content node.""" ancestors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TemplateToTemplateConnection @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """Connection between the ContentNode type and the ContentType type""" contentType: ContentNodeToContentTypeConnectionEdge """The name of the Content Type the node belongs to""" contentTypeName: String! """The unique identifier stored in the database""" databaseId: Int! """Post publishing date.""" date: String """The publishing date set in GMT.""" dateGmt: String """The desired slug of the post""" desiredSlug: String """ If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds """ editingLockedBy: ContentNodeToEditLockConnectionEdge """The RSS enclosure for the object""" enclosure: String """Connection between the ContentNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedScriptConnection """ Connection between the ContentNode type and the EnqueuedStylesheet type """ enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): ContentNodeToEnqueuedStylesheetConnection """Fields of the GroupPostTemplate ACF Field Group""" groupPostTemplate: GroupPostTemplate """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ guid: String """Whether the template object is password protected.""" hasPassword: Boolean """The globally unique identifier of the template object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is a node in the preview state""" isPreview: Boolean """Whether the object is restricted from the current viewer""" isRestricted: Boolean """True if the node is a revision of another node""" isRevision: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge """The permalink of the post""" link: String """ The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. """ modified: String """ The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. """ modifiedGmt: String """The parent of the content node.""" parent: TemplateToParentConnectionEdge @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") """The password for the template object.""" password: String """Connection between the Template type and the Template type""" preview: TemplateToPreviewConnectionEdge @deprecated(reason: "The "Template" 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 """Whether the object is a node in the preview state""" previewRevisionId: ID """ If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. """ revisionOf: NodeWithRevisionsToContentNodeConnectionEdge """Connection between the Template type and the Template type""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: TemplateToRevisionConnectionWhereArgs ): TemplateToRevisionConnection """ The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. """ slug: String """The current status of the object""" status: String """The template assigned to the node""" template: ContentTemplate """The id field matches the WP_Post->ID field.""" templateId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") """ The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. """ title( """Format of the field output""" format: PostObjectFieldFormatEnum ): String """The unique resource identifier path""" uri: String } """ A paginated collection of Template Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Template Nodes """ interface TemplateConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Template Nodes """ edges: [TemplateConnectionEdge!]! """A list of connected Template Nodes""" nodes: [Template!]! """Information about pagination in a connection.""" pageInfo: TemplateConnectionPageInfo! } """ Represents a connection to a Template. Contains both the Template Node and metadata about the relationship. """ interface TemplateConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Template Node""" node: Template! } """ Pagination metadata specific to "TemplateConnectionEdge" collections. Provides cursors and flags for navigating through sets of "TemplateConnectionEdge" Nodes. """ interface TemplateConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific Template. Specifies which unique attribute is used to find an exact Template. """ enum TemplateIdType { """Identify a resource by the Database ID.""" DATABASE_ID """Identify a resource by the (hashed) Global ID.""" ID """ Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. """ SLUG """Identify a resource by the URI.""" URI } """Connection between the Template type and the Template type""" type TemplateToParentConnectionEdge implements Edge & OneToOneConnection & TemplateConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Template! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent") } """Connection between the Template type and the Template type""" type TemplateToPreviewConnectionEdge implements Edge & OneToOneConnection & TemplateConnectionEdge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The node of the connection, without the edges""" node: Template! @deprecated(reason: "The "Template" Type is not publicly queryable and does not support previews. This field will be removed in the future.") } """Connection between the Template type and the Template type""" type TemplateToRevisionConnection implements Connection & TemplateConnection { """Edges for the TemplateToRevisionConnection connection""" edges: [TemplateToRevisionConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Template!]! """Information about pagination in a connection.""" pageInfo: TemplateToRevisionConnectionPageInfo! } """An edge in a connection""" type TemplateToRevisionConnectionEdge implements Edge & TemplateConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Template! } """ Pagination metadata specific to "TemplateToRevisionConnection" collections. Provides cursors and flags for navigating through sets of TemplateToRevisionConnection Nodes. """ type TemplateToRevisionConnectionPageInfo implements PageInfo & TemplateConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the TemplateToRevisionConnection connection""" input TemplateToRevisionConnectionWhereArgs { """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the Template type and the Template type""" type TemplateToTemplateConnection implements Connection & TemplateConnection { """Edges for the TemplateToTemplateConnection connection""" edges: [TemplateToTemplateConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Template!]! """Information about pagination in a connection.""" pageInfo: TemplateToTemplateConnectionPageInfo! } """An edge in a connection""" type TemplateToTemplateConnectionEdge implements Edge & TemplateConnectionEdge { """A cursor for use in pagination""" cursor: String @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") """The item at the end of the edge""" node: Template! @deprecated(reason: "This content type is not hierarchical and typically will not have ancestors") } """ Pagination metadata specific to "TemplateToTemplateConnection" collections. Provides cursors and flags for navigating through sets of TemplateToTemplateConnection Nodes. """ type TemplateToTemplateConnectionPageInfo implements PageInfo & TemplateConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Base interface for taxonomy terms such as categories and tags. Terms are used to organize and classify content. """ interface TermNode implements Node & UniformResourceIdentifiable { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The number of objects connected to the object""" count: Int """Identifies the primary key from the database.""" databaseId: Int! """The description of the object""" description: String """Connection between the TermNode type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedScriptConnection """Connection between the TermNode type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): TermNodeToEnqueuedStylesheetConnection """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """The link to the term""" link: String """The human friendly name of the object.""" name: String """An alphanumeric identifier for the object unique to its type.""" slug: String """The name of the taxonomy that the object is associated with""" taxonomyName: String """The ID of the term group that this term object belongs to""" termGroupId: Int """The taxonomy ID that the object is associated with""" termTaxonomyId: Int """The unique resource identifier path""" uri: String } """ A paginated collection of TermNode Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of TermNode Nodes """ interface TermNodeConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected TermNode Nodes """ edges: [TermNodeConnectionEdge!]! """A list of connected TermNode Nodes""" nodes: [TermNode!]! """Information about pagination in a connection.""" pageInfo: TermNodeConnectionPageInfo! } """ Represents a connection to a TermNode. Contains both the TermNode Node and metadata about the relationship. """ interface TermNodeConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected TermNode Node""" node: TermNode! } """ Pagination metadata specific to "TermNodeConnectionEdge" collections. Provides cursors and flags for navigating through sets of "TermNodeConnectionEdge" Nodes. """ interface TermNodeConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ The Type of Identifier used to fetch a single resource. Default is "ID". To be used along with the "id" field. """ enum TermNodeIdTypeEnum { """The Database ID for the node""" DATABASE_ID """The hashed Global ID""" ID """The name of the node""" NAME """Url friendly name of the node""" SLUG """The URI for the node""" URI } """Connection between the TermNode type and the EnqueuedScript type""" type TermNodeToEnqueuedScriptConnection implements Connection & EnqueuedScriptConnection { """Edges for the TermNodeToEnqueuedScriptConnection connection""" edges: [TermNodeToEnqueuedScriptConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedScript!]! """Information about pagination in a connection.""" pageInfo: TermNodeToEnqueuedScriptConnectionPageInfo! } """An edge in a connection""" type TermNodeToEnqueuedScriptConnectionEdge implements Edge & EnqueuedScriptConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedScript! } """ Pagination metadata specific to "TermNodeToEnqueuedScriptConnection" collections. Provides cursors and flags for navigating through sets of TermNodeToEnqueuedScriptConnection Nodes. """ type TermNodeToEnqueuedScriptConnectionPageInfo implements EnqueuedScriptConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the TermNode type and the EnqueuedStylesheet type""" type TermNodeToEnqueuedStylesheetConnection implements Connection & EnqueuedStylesheetConnection { """Edges for the TermNodeToEnqueuedStylesheetConnection connection""" edges: [TermNodeToEnqueuedStylesheetConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedStylesheet!]! """Information about pagination in a connection.""" pageInfo: TermNodeToEnqueuedStylesheetConnectionPageInfo! } """An edge in a connection""" type TermNodeToEnqueuedStylesheetConnectionEdge implements Edge & EnqueuedStylesheetConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedStylesheet! } """ Pagination metadata specific to "TermNodeToEnqueuedStylesheetConnection" collections. Provides cursors and flags for navigating through sets of TermNodeToEnqueuedStylesheetConnection Nodes. """ type TermNodeToEnqueuedStylesheetConnectionPageInfo implements EnqueuedStylesheetConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Sorting attributes for taxonomy term collections. Determines which property of taxonomy terms is used for ordering results. """ enum TermObjectsConnectionOrderbyEnum { """Ordering by number of associated content items.""" COUNT """Alphabetical ordering by term description text.""" DESCRIPTION """Alphabetical ordering by term name.""" NAME """Alphabetical ordering by URL-friendly name.""" SLUG """Ordering by assigned term grouping value.""" TERM_GROUP """Ordering by internal identifier.""" TERM_ID """Ordering by manually defined sort position.""" TERM_ORDER } """A theme object""" type Theme implements Node { """ Name of the theme author(s), could also be a company name. This field is equivalent to WP_Theme->get( "Author" ). """ author: String """ URI for the author/company website. This field is equivalent to WP_Theme->get( "AuthorURI" ). """ authorUri: String """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ The description of the theme. This field is equivalent to WP_Theme->get( "Description" ). """ description: String """The globally unique identifier of the theme object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """ Display name of the theme. This field is equivalent to WP_Theme->get( "Name" ). """ name: String """ The URL of the screenshot for the theme. The screenshot is intended to give an overview of what the theme looks like. This field is equivalent to WP_Theme->get_screenshot(). """ screenshot: String """ The theme slug is used to internally match themes. Theme slugs can have subdirectories like: my-theme/sub-theme. This field is equivalent to WP_Theme->get_stylesheet(). """ slug: String """ URI for the author/company website. This field is equivalent to WP_Theme->get( "Tags" ). """ tags: [String] """ A URI if the theme has a website associated with it. The Theme URI is handy for directing users to a theme site for support etc. This field is equivalent to WP_Theme->get( "ThemeURI" ). """ themeUri: String """ The current version of the theme. This field is equivalent to WP_Theme->get( "Version" ). """ version: String } """ A paginated collection of Theme Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of Theme Nodes """ interface ThemeConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected Theme Nodes """ edges: [ThemeConnectionEdge!]! """A list of connected Theme Nodes""" nodes: [Theme!]! """Information about pagination in a connection.""" pageInfo: ThemeConnectionPageInfo! } """ Represents a connection to a Theme. Contains both the Theme Node and metadata about the relationship. """ interface ThemeConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected Theme Node""" node: Theme! } """ Pagination metadata specific to "ThemeConnectionEdge" collections. Provides cursors and flags for navigating through sets of "ThemeConnectionEdge" Nodes. """ interface ThemeConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ An interface for content that can be accessed via a unique URI/URL path. Implemented by content types that have their own permalinks. """ interface UniformResourceIdentifiable implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The globally unique ID for the object""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the node is a Term""" isTermNode: Boolean! """The unique resource identifier path""" uri: String } """Input for the updateCategory mutation.""" input UpdateCategoryInput { """The slug that the category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the category object""" description: String """The ID of the category object to update""" id: ID! """The name of the category object to mutate""" name: String """ The database ID of the category that should be set as the parent. This field cannot be used in conjunction with parentId """ parentDatabaseId: Int """ The ID of the category that should be set as the parent. This field cannot be used in conjunction with parentDatabaseId """ parentId: ID """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updateCategory mutation.""" type UpdateCategoryPayload { """The created category""" category: Category """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String } """Input for the updateComment mutation.""" input UpdateCommentInput { """The name of the comment's author.""" author: String """The email of the comment's author.""" authorEmail: String """The url of the comment's author.""" authorUrl: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The database ID of the post object the comment belongs to.""" commentOn: Int """Content of the comment.""" content: String """ The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The ID of the comment being updated.""" id: ID! """Parent comment ID of current comment.""" parent: ID """The approval status of the comment""" status: CommentStatusEnum """Type of comment.""" type: String } """The payload for the updateComment mutation.""" type UpdateCommentPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The comment that was created""" comment: Comment """ Whether the mutation succeeded. If the comment is not approved, the server will not return the comment to a non authenticated user, but a success message can be returned if the create succeeded, and the client can optimistically add the comment to the client cache """ success: Boolean } """Input for the updateContributor mutation.""" input UpdateContributorInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """Set connections between the Contributor and Disciplines""" disciplines: ContributorDisciplinesInput """The excerpt of the object""" excerpt: String """The ID of the Contributor object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateContributor mutation.""" type UpdateContributorPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" contributor: Contributor } """Input for the updateDiscipline mutation.""" input UpdateDisciplineInput { """The slug that the discipline will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the discipline object""" description: String """The ID of the Discipline object to update""" id: ID! """The name of the discipline object to mutate""" name: String """ The database ID of the discipline that should be set as the parent. This field cannot be used in conjunction with parentId """ parentDatabaseId: Int """ The ID of the discipline that should be set as the parent. This field cannot be used in conjunction with parentDatabaseId """ parentId: ID """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updateDiscipline mutation.""" type UpdateDisciplinePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created discipline""" discipline: Discipline } """Input for the updateEvent mutation.""" input UpdateEventInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """Set connections between the Event and Disciplines""" disciplines: EventDisciplinesInput """The excerpt of the object""" excerpt: String """The ID of the Event object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateEvent mutation.""" type UpdateEventPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" event: Event } """Input for the updateLocation mutation.""" input UpdateLocationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """The ID of the Location object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateLocation mutation.""" type UpdateLocationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" location: Location } """Input for the updateMediaItem mutation.""" input UpdateMediaItemInput { """Alternative text to display when mediaItem is not displayed""" altText: String """The userId to assign as the author of the mediaItem""" authorId: ID """The caption for the mediaItem""" caption: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The comment status for the mediaItem""" commentStatus: String """The date of the mediaItem""" date: String """The date (in GMT zone) of the mediaItem""" dateGmt: String """Description of the mediaItem""" description: String """The file name of the mediaItem""" filePath: String """The file type of the mediaItem""" fileType: MimeTypeEnum """The ID of the mediaItem object""" id: ID! """The ID of the parent object""" parentId: ID """The ping status for the mediaItem""" pingStatus: String """The slug of the mediaItem""" slug: String """The status of the mediaItem""" status: MediaItemStatusEnum """The title of the mediaItem""" title: String } """The payload for the updateMediaItem mutation.""" type UpdateMediaItemPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The MediaItem object mutation type.""" mediaItem: MediaItem } """Input for the updateMembership mutation.""" input UpdateMembershipInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The ID of the Membership object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateMembership mutation.""" type UpdateMembershipPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" membership: Membership } """Input for the updatePage mutation.""" input UpdatePageInput { """The userId to assign as the author of the object""" authorId: ID """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The content of the object""" content: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The ID of the page object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The ID of the parent object""" parentId: ID """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updatePage mutation.""" type UpdatePagePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" page: Page } """Input for the updatePostFormat mutation.""" input UpdatePostFormatInput { """The slug that the post_format will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the post_format object""" description: String """The ID of the postFormat object to update""" id: ID! """The name of the post_format object to mutate""" name: String """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updatePostFormat mutation.""" type UpdatePostFormatPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created post_format""" postFormat: PostFormat } """Input for the updatePost mutation.""" input UpdatePostInput { """The userId to assign as the author of the object""" authorId: ID """Set connections between the post and categories""" categories: PostCategoriesInput """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The content of the object""" content: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """The ID of the post object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the post and postFormats""" postFormats: PostPostFormatsInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """Set connections between the post and tags""" tags: PostTagsInput """The title of the object""" title: String } """The payload for the updatePost mutation.""" type UpdatePostPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" post: Post } """Input for the updateProjectCategory mutation.""" input UpdateProjectCategoryInput { """The slug that the project_category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the project_category object""" description: String """The ID of the ProjectCategory object to update""" id: ID! """The name of the project_category object to mutate""" name: String """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updateProjectCategory mutation.""" type UpdateProjectCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created project_category""" projectCategory: ProjectCategory } """Input for the updateProject mutation.""" input UpdateProjectInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """The ID of the Project object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the Project and ProjectCategories""" projectCategories: ProjectProjectCategoriesInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateProject mutation.""" type UpdateProjectPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" project: Project } """Input for the updateRepresentation mutation.""" input UpdateRepresentationInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The ID of the Representation object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateRepresentation mutation.""" type UpdateRepresentationPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" representation: Representation } """Input for the updateResourceCategory mutation.""" input UpdateResourceCategoryInput { """The slug that the resource_category will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the resource_category object""" description: String """The ID of the ResourceCategory object to update""" id: ID! """The name of the resource_category object to mutate""" name: String """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updateResourceCategory mutation.""" type UpdateResourceCategoryPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created resource_category""" resourceCategory: ResourceCategory } """Input for the updateResource mutation.""" input UpdateResourceInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The excerpt of the object""" excerpt: String """The ID of the Resource object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """Set connections between the Resource and ResourceCategories""" resourceCategories: ResourceResourceCategoriesInput """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateResource mutation.""" type UpdateResourcePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" resource: Resource } """Input for the updateSettings mutation.""" input UpdateSettingsInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ Autoriser les gens à envoyer des commentaires sur les nouvelles publications. """ discussionSettingsDefaultCommentStatus: String """ Autoriser les liens de notification d’autres blogues (pings et rétroliens) sur les nouveaux articles. """ discussionSettingsDefaultPingStatus: String """Un format de date commun pour tous les réglages de dates.""" generalSettingsDateFormat: String """Slogan du site Web.""" generalSettingsDescription: String """ Cette adresse est utilisée à des fins d’administration, comme les notifications d’utilisateur. """ generalSettingsEmail: String """Code local de l’installation WordPress.""" generalSettingsLanguage: String """ Le numéro du jour de la semaine à laquelle la semaine devrait commencer. """ generalSettingsStartOfWeek: Int """Un format d’heure commun pour tous les réglages d’heures.""" generalSettingsTimeFormat: String """Une ville dans le même fuseau horaire que le vôtre.""" generalSettingsTimezone: String """Titre du site Web.""" generalSettingsTitle: String """URL du site Web.""" generalSettingsUrl: String """L’ID de la page qui affichera les derniers articles""" readingSettingsPageForPosts: Int """L’ID de la page qui doit être affiché sur la page d’accueil""" readingSettingsPageOnFront: Int """Les pages de blogue affichent au maximum.""" readingSettingsPostsPerPage: Int """Ce qui doit être affiché sur la page d’accueil""" readingSettingsShowOnFront: String """Catégorie d’article par défaut.""" writingSettingsDefaultCategory: Int """Format d’article par défaut.""" writingSettingsDefaultPostFormat: String """ Convertir les émoticônes, comme :-) et :-P, en images lors de l’affichage. """ writingSettingsUseSmilies: Boolean } """The payload for the updateSettings mutation.""" type UpdateSettingsPayload { """Update all settings.""" allSettings: Settings """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """Update the DiscussionSettings setting.""" discussionSettings: DiscussionSettings """Update the GeneralSettings setting.""" generalSettings: GeneralSettings """Update the ReadingSettings setting.""" readingSettings: ReadingSettings """Update the WritingSettings setting.""" writingSettings: WritingSettings } """Input for the updateTag mutation.""" input UpdateTagInput { """The slug that the post_tag will be an alias of""" aliasOf: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The description of the post_tag object""" description: String """The ID of the tag object to update""" id: ID! """The name of the post_tag object to mutate""" name: String """ If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. """ slug: String } """The payload for the updateTag mutation.""" type UpdateTagPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The created post_tag""" tag: Tag } """Input for the updateTemplate mutation.""" input UpdateTemplateInput { """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """ The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String """The ID of the Template object""" id: ID! """Override the edit lock when another user is editing the post""" ignoreEditLock: Boolean """ A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. """ menuOrder: Int """The password used to protect the content of the object""" password: String """The slug of the object""" slug: String """The status of the object""" status: PostStatusEnum """The title of the object""" title: String } """The payload for the updateTemplate mutation.""" type UpdateTemplatePayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The Post object mutation type.""" template: Template } """Input for the updateUser mutation.""" input UpdateUserInput { """User's AOL IM account.""" aim: String """ This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """A string containing content about the user.""" description: String """ A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). """ displayName: String """A string containing the user's email address.""" email: String """The user's first name.""" firstName: String """The ID of the user""" id: ID! """User's Jabber account.""" jabber: String """The user's last name.""" lastName: String """User's locale.""" locale: String """ A string that contains a URL-friendly name for the user. The default is the user's username. """ nicename: String """The user's nickname, defaults to the user's username.""" nickname: String """A string that contains the plain text password for the user.""" password: String """If true, this will refresh the users JWT secret.""" refreshJwtUserSecret: Boolean """The date the user registered. Format is Y-m-d H:i:s.""" registered: String """ If true, this will revoke the users JWT secret. If false, this will unrevoke the JWT secret AND issue a new one. To revoke, the user must have proper capabilities to edit users JWT secrets. """ revokeJwtUserSecret: Boolean """ A string for whether to enable the rich editor or not. False if not empty. """ richEditing: String """An array of roles to be assigned to the user.""" roles: [String] """A string containing the user's URL for the user's web site.""" websiteUrl: String """User's Yahoo IM account.""" yim: String } """The payload for the updateUser mutation.""" type UpdateUserPayload { """ If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. """ clientMutationId: String """The User object mutation type.""" user: User } """ A registered user account. Users can be assigned roles, author content, and have various capabilities within the site. """ type User implements Commenter & DatabaseIdentifier & Node & UniformResourceIdentifiable & WithAcfGroupUserProfile { """ Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. """ avatar( """ Whether to always show the default image, never the Gravatar. Default false """ forceDefault: Boolean """The rating level of the avatar.""" rating: AvatarRatingEnum """ The size attribute of the avatar field can be used to fetch avatars of different sizes. The value corresponds to the dimension in pixels to fetch. The default is 96 pixels. """ size: Int = 96 ): Avatar """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """ User metadata option name. Usually it will be "wp_capabilities". """ capKey: String """A list of capabilities (permissions) granted to the user""" capabilities: [String] """Connection between the User type and the Comment type""" comments( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToCommentConnectionWhereArgs ): UserToCommentConnection """Connection between the User type and the Contributor type""" contributors( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToContributorConnectionWhereArgs ): UserToContributorConnection """Identifies the primary key from the database.""" databaseId: Int! """Description of the user.""" description: String """ Email address of the user. This is equivalent to the WP_User->user_email property. """ email: String """Connection between the User type and the EnqueuedScript type""" enqueuedScripts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): UserToEnqueuedScriptConnection """Connection between the User type and the EnqueuedStylesheet type""" enqueuedStylesheets( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): UserToEnqueuedStylesheetConnection """ A complete list of capabilities including capabilities inherited from a role. This is equivalent to the array keys of WP_User->allcaps. """ extraCapabilities: [String] """ First name of the user. This is equivalent to the WP_User->user_first_name property. """ firstName: String """Fields of the GroupUserProfile ACF Field Group""" groupUserProfile: GroupUserProfile """The globally unique identifier for the user object.""" id: ID! """Whether the node is a Comment""" isComment: Boolean! """Whether the node is a Content Node""" isContentNode: Boolean! """Whether the node represents the front page.""" isFrontPage: Boolean! """ Whether the JWT User secret has been revoked. If the secret has been revoked, auth tokens will not be issued until an admin, or user with proper capabilities re-issues a secret for the user. """ isJwtAuthSecretRevoked: Boolean! """Whether the node represents the blog page.""" isPostsPage: Boolean! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """Whether the node is a Term""" isTermNode: Boolean! """ The expiration for the JWT Token for the user. If not set custom for the user, it will use the default sitewide expiration setting """ jwtAuthExpiration: String """ A JWT token that can be used in future requests for authentication/authorization """ jwtAuthToken: String """ A JWT token that can be used in future requests to get a refreshed jwtAuthToken. If the refresh token used in a request is revoked or otherwise invalid, a valid Auth token will NOT be issued in the response headers. """ jwtRefreshToken: String """ A unique secret tied to the users JWT token that can be revoked or refreshed. Revoking the secret prevents JWT tokens from being issued to the user. Refreshing the token invalidates previously issued tokens, but allows new tokens to be issued. """ jwtUserSecret: String """ Last name of the user. This is equivalent to the WP_User->user_last_name property. """ lastName: String """ The preferred language locale set for the user. Value derived from get_user_locale(). """ locale: String """Connection between the User type and the mediaItem type""" mediaItems( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToMediaItemConnectionWhereArgs ): UserToMediaItemConnection """Connection between the User type and the Membership type""" memberships( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToMembershipConnectionWhereArgs ): UserToMembershipConnection """ Display name of the user. This is equivalent to the WP_User->display_name property. """ name: String """ The nicename for the user. This field is equivalent to WP_User->user_nicename """ nicename: String """Nickname of the user.""" nickname: String """Connection between the User type and the page type""" pages( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToPageConnectionWhereArgs ): UserToPageConnection """Connection between the User type and the post type""" posts( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToPostConnectionWhereArgs ): UserToPostConnection """ The date the user registered or was created. The field follows a full ISO8601 date string format. """ registeredDate: String """Connection between the User and Revisions authored by the user""" revisions( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int """Arguments for filtering the connection""" where: UserToRevisionsConnectionWhereArgs ): UserToRevisionsConnection """Connection between the User type and the UserRole type""" roles( """ Cursor used along with the "first" argument to reference where in the dataset to get data """ after: String """ Cursor used along with the "last" argument to reference where in the dataset to get data """ before: String """The number of items to return after the referenced "after" cursor""" first: Int """The number of items to return before the referenced "before" cursor""" last: Int ): UserToUserRoleConnection """ Whether the Toolbar should be displayed when the user is viewing the site. """ shouldShowAdminToolbar: Boolean """ The slug for the user. This field is equivalent to WP_User->user_nicename """ slug: String """The unique resource identifier path""" uri: String """A website url that is associated with the user.""" url: String """The Id of the user. Equivalent to WP_User->ID""" userId: Int @deprecated(reason: "Deprecated in favor of the databaseId field") """ Username for the user. This field is equivalent to WP_User->user_login. """ username: String } """ A paginated collection of User Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of User Nodes """ interface UserConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected User Nodes """ edges: [UserConnectionEdge!]! """A list of connected User Nodes""" nodes: [User!]! """Information about pagination in a connection.""" pageInfo: UserConnectionPageInfo! } """ Represents a connection to a User. Contains both the User Node and metadata about the relationship. """ interface UserConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected User Node""" node: User! } """ Pagination metadata specific to "UserConnectionEdge" collections. Provides cursors and flags for navigating through sets of "UserConnectionEdge" Nodes. """ interface UserConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Identifier types for retrieving a specific user. Determines whether to look up users by ID, email, username, or other unique properties. """ enum UserNodeIdTypeEnum { """The Database ID for the node""" DATABASE_ID """The Email of the User""" EMAIL """The hashed Global ID""" ID """The slug of the User""" SLUG """The URI for the node""" URI """The username the User uses to login with""" USERNAME } """A user role object""" type UserRole implements Node { """Breadcrumb navigation items for this content""" breadcrumbs: [BreadcrumbItem!] """The capabilities that belong to this role""" capabilities: [String] """The display name of the role""" displayName: String """The globally unique identifier for the user role object.""" id: ID! """Whether the object is restricted from the current viewer""" isRestricted: Boolean """The registered name of the role""" name: String } """ A paginated collection of UserRole Nodes, Supports cursor-based pagination and filtering to efficiently retrieve sets of UserRole Nodes """ interface UserRoleConnection implements Connection { """ A list of edges (relational context) between RootQuery and connected UserRole Nodes """ edges: [UserRoleConnectionEdge!]! """A list of connected UserRole Nodes""" nodes: [UserRole!]! """Information about pagination in a connection.""" pageInfo: UserRoleConnectionPageInfo! } """ Represents a connection to a UserRole. Contains both the UserRole Node and metadata about the relationship. """ interface UserRoleConnectionEdge implements Edge { """ Opaque reference to the nodes position in the connection. Value can be used with pagination args. """ cursor: String """The connected UserRole Node""" node: UserRole! } """ Pagination metadata specific to "UserRoleConnectionEdge" collections. Provides cursors and flags for navigating through sets of "UserRoleConnectionEdge" Nodes. """ interface UserRoleConnectionPageInfo implements PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Permission levels for user accounts. Defines the standard access levels that control what actions users can perform within the system. """ enum UserRoleEnum { """User role with specific capabilities""" ADMINISTRATOR """User role with specific capabilities""" AUTHOR """User role with specific capabilities""" CONTRIBUTOR """User role with specific capabilities""" EDITOR """User role with specific capabilities""" SUBSCRIBER } """Connection between the User type and the Comment type""" type UserToCommentConnection implements CommentConnection & Connection { """Edges for the UserToCommentConnection connection""" edges: [UserToCommentConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Comment!]! """Information about pagination in a connection.""" pageInfo: UserToCommentConnectionPageInfo! } """An edge in a connection""" type UserToCommentConnectionEdge implements CommentConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Comment! } """ Pagination metadata specific to "UserToCommentConnection" collections. Provides cursors and flags for navigating through sets of UserToCommentConnection Nodes. """ type UserToCommentConnectionPageInfo implements CommentConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToCommentConnection connection""" input UserToCommentConnectionWhereArgs { """Comment author email address.""" authorEmail: String """Array of author IDs to include comments for.""" authorIn: [ID] """Array of author IDs to exclude comments for.""" authorNotIn: [ID] """Comment author URL.""" authorUrl: String """Array of comment IDs to include.""" commentIn: [ID] """ Array of IDs of users whose unapproved comments will be returned by the query regardless of status. """ commentNotIn: [ID] """Include comments of a given type.""" commentType: String """Include comments from a given array of comment types.""" commentTypeIn: [String] """Exclude comments from a given array of comment types.""" commentTypeNotIn: String """Content object author ID to limit results by.""" contentAuthor: [ID] """Array of author IDs to retrieve comments for.""" contentAuthorIn: [ID] """Array of author IDs *not* to retrieve comments for.""" contentAuthorNotIn: [ID] """Limit results to those affiliated with a given content object ID.""" contentId: ID """Array of content object IDs to include affiliated comments for.""" contentIdIn: [ID] """Array of content object IDs to exclude affiliated comments for.""" contentIdNotIn: [ID] """Content object name (i.e. slug ) to retrieve affiliated comments for.""" contentName: String """Content Object parent ID to retrieve affiliated comments for.""" contentParent: Int """ Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. """ contentStatus: [PostStatusEnum] """ Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. """ contentType: [ContentTypeEnum] """ Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty """ includeUnapproved: [ID] """Karma score to retrieve matching comments for.""" karma: Int """The cardinality of the order of the connection""" order: OrderEnum """Field to order the comments by.""" orderby: CommentsConnectionOrderbyEnum """Parent ID of comment to retrieve children of.""" parent: Int """Array of parent IDs of comments to retrieve children for.""" parentIn: [ID] """Array of parent IDs of comments *not* to retrieve children for.""" parentNotIn: [ID] """Search term(s) to retrieve matching comments for.""" search: String """One or more Comment Statuses to limit results by""" statusIn: [CommentStatusEnum] """Include comments for a specific user ID.""" userId: ID } """Connection between the User type and the Contributor type""" type UserToContributorConnection implements Connection & ContributorConnection { """Edges for the UserToContributorConnection connection""" edges: [UserToContributorConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Contributor!]! """Information about pagination in a connection.""" pageInfo: UserToContributorConnectionPageInfo! } """An edge in a connection""" type UserToContributorConnectionEdge implements ContributorConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Contributor! } """ Pagination metadata specific to "UserToContributorConnection" collections. Provides cursors and flags for navigating through sets of UserToContributorConnection Nodes. """ type UserToContributorConnectionPageInfo implements ContributorConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToContributorConnection connection""" input UserToContributorConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the User type and the EnqueuedScript type""" type UserToEnqueuedScriptConnection implements Connection & EnqueuedScriptConnection { """Edges for the UserToEnqueuedScriptConnection connection""" edges: [UserToEnqueuedScriptConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedScript!]! """Information about pagination in a connection.""" pageInfo: UserToEnqueuedScriptConnectionPageInfo! } """An edge in a connection""" type UserToEnqueuedScriptConnectionEdge implements Edge & EnqueuedScriptConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedScript! } """ Pagination metadata specific to "UserToEnqueuedScriptConnection" collections. Provides cursors and flags for navigating through sets of UserToEnqueuedScriptConnection Nodes. """ type UserToEnqueuedScriptConnectionPageInfo implements EnqueuedScriptConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the User type and the EnqueuedStylesheet type""" type UserToEnqueuedStylesheetConnection implements Connection & EnqueuedStylesheetConnection { """Edges for the UserToEnqueuedStylesheetConnection connection""" edges: [UserToEnqueuedStylesheetConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [EnqueuedStylesheet!]! """Information about pagination in a connection.""" pageInfo: UserToEnqueuedStylesheetConnectionPageInfo! } """An edge in a connection""" type UserToEnqueuedStylesheetConnectionEdge implements Edge & EnqueuedStylesheetConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: EnqueuedStylesheet! } """ Pagination metadata specific to "UserToEnqueuedStylesheetConnection" collections. Provides cursors and flags for navigating through sets of UserToEnqueuedStylesheetConnection Nodes. """ type UserToEnqueuedStylesheetConnectionPageInfo implements EnqueuedStylesheetConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Connection between the User type and the mediaItem type""" type UserToMediaItemConnection implements Connection & MediaItemConnection { """Edges for the UserToMediaItemConnection connection""" edges: [UserToMediaItemConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [MediaItem!]! """Information about pagination in a connection.""" pageInfo: UserToMediaItemConnectionPageInfo! } """An edge in a connection""" type UserToMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: MediaItem! } """ Pagination metadata specific to "UserToMediaItemConnection" collections. Provides cursors and flags for navigating through sets of UserToMediaItemConnection Nodes. """ type UserToMediaItemConnectionPageInfo implements MediaItemConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToMediaItemConnection connection""" input UserToMediaItemConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the User type and the Membership type""" type UserToMembershipConnection implements Connection & MembershipConnection { """Edges for the UserToMembershipConnection connection""" edges: [UserToMembershipConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Membership!]! """Information about pagination in a connection.""" pageInfo: UserToMembershipConnectionPageInfo! } """An edge in a connection""" type UserToMembershipConnectionEdge implements Edge & MembershipConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Membership! } """ Pagination metadata specific to "UserToMembershipConnection" collections. Provides cursors and flags for navigating through sets of UserToMembershipConnection Nodes. """ type UserToMembershipConnectionPageInfo implements MembershipConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToMembershipConnection connection""" input UserToMembershipConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the User type and the page type""" type UserToPageConnection implements Connection & PageConnection { """Edges for the UserToPageConnection connection""" edges: [UserToPageConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Page!]! """Information about pagination in a connection.""" pageInfo: UserToPageConnectionPageInfo! } """An edge in a connection""" type UserToPageConnectionEdge implements Edge & PageConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Page! } """ Pagination metadata specific to "UserToPageConnection" collections. Provides cursors and flags for navigating through sets of UserToPageConnection Nodes. """ type UserToPageConnectionPageInfo implements PageConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToPageConnection connection""" input UserToPageConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the User type and the post type""" type UserToPostConnection implements Connection & PostConnection { """Edges for the UserToPostConnection connection""" edges: [UserToPostConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [Post!]! """Information about pagination in a connection.""" pageInfo: UserToPostConnectionPageInfo! } """An edge in a connection""" type UserToPostConnectionEdge implements Edge & PostConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: Post! } """ Pagination metadata specific to "UserToPostConnection" collections. Provides cursors and flags for navigating through sets of UserToPostConnection Nodes. """ type UserToPostConnectionPageInfo implements PageInfo & PostConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToPostConnection connection""" input UserToPostConnectionWhereArgs { """ The user that's connected as the author of the object. Use the userId for the author object. """ author: Int """Find objects connected to author(s) in the array of author's userIds""" authorIn: [ID] """Find objects connected to the author by the author's nicename""" authorName: String """ Find objects NOT connected to author(s) in the array of author's userIds """ authorNotIn: [ID] """Category ID""" categoryId: Int """ Array of category IDs, used to display objects from one category OR another """ categoryIn: [ID] """Use Category Slug""" categoryName: String """ Array of category IDs, used to display objects from one category OR another """ categoryNotIn: [ID] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Tag Slug""" tag: String """Use Tag ID""" tagId: String """Array of tag IDs, used to display objects from one tag OR another""" tagIn: [ID] """Array of tag IDs, used to display objects from one tag OR another""" tagNotIn: [ID] """Array of tag slugs, used to display objects from one tag AND another""" tagSlugAnd: [String] """Array of tag slugs, used to include objects in ANY specified tags""" tagSlugIn: [String] """Title of the object""" title: String } """Connection between the User type and the ContentNode type""" type UserToRevisionsConnection implements Connection & ContentNodeConnection { """Edges for the UserToRevisionsConnection connection""" edges: [UserToRevisionsConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [ContentNode!]! """Information about pagination in a connection.""" pageInfo: UserToRevisionsConnectionPageInfo! } """An edge in a connection""" type UserToRevisionsConnectionEdge implements ContentNodeConnectionEdge & Edge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: ContentNode! } """ Pagination metadata specific to "UserToRevisionsConnection" collections. Provides cursors and flags for navigating through sets of UserToRevisionsConnection Nodes. """ type UserToRevisionsConnectionPageInfo implements ContentNodeConnectionPageInfo & PageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """Arguments for filtering the UserToRevisionsConnection connection""" input UserToRevisionsConnectionWhereArgs { """The Types of content to filter""" contentTypes: [ContentTypeEnum] """Filter the connection based on dates""" dateQuery: DateQueryInput """ True for objects with passwords; False for objects without passwords; null for all objects with or without passwords """ hasPassword: Boolean """Specific database ID of the object""" id: Int """Array of IDs for the objects to retrieve""" in: [ID] """Get objects with a specific mimeType property""" mimeType: MimeTypeEnum """Slug / post_name of the object""" name: String """Specify objects to retrieve. Use slugs""" nameIn: [String] """ Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored """ notIn: [ID] """What parameter to use to order the objects by.""" orderby: [PostObjectsConnectionOrderbyInput] """Use ID to return only children. Use 0 to return only top-level items""" parent: ID """Specify objects whose parent is in an array""" parentIn: [ID] """Specify posts whose parent is not in an array""" parentNotIn: [ID] """Show posts with a specific password.""" password: String """Show Posts based on a keyword search""" search: String """Retrieve posts where post status is in an array.""" stati: [PostStatusEnum] """Show posts with a specific status.""" status: PostStatusEnum """Title of the object""" title: String } """Connection between the User type and the UserRole type""" type UserToUserRoleConnection implements Connection & UserRoleConnection { """Edges for the UserToUserRoleConnection connection""" edges: [UserToUserRoleConnectionEdge!]! """The nodes of the connection, without the edges""" nodes: [UserRole!]! """Information about pagination in a connection.""" pageInfo: UserToUserRoleConnectionPageInfo! } """An edge in a connection""" type UserToUserRoleConnectionEdge implements Edge & UserRoleConnectionEdge { """A cursor for use in pagination""" cursor: String """The item at the end of the edge""" node: UserRole! } """ Pagination metadata specific to "UserToUserRoleConnection" collections. Provides cursors and flags for navigating through sets of UserToUserRoleConnection Nodes. """ type UserToUserRoleConnectionPageInfo implements PageInfo & UserRoleConnectionPageInfo & WPPageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ User attribute sorting options. Determines which property of user accounts is used for ordering user listings. """ enum UsersConnectionOrderbyEnum { """Order by display name""" DISPLAY_NAME """Order by email address""" EMAIL """Order by login""" LOGIN """Preserve the login order given in the LOGIN_IN array""" LOGIN_IN """Order by nice name""" NICE_NAME """Preserve the nice name order given in the NICE_NAME_IN array""" NICE_NAME_IN """Order by registration date""" REGISTERED """Order by URL""" URL } """Options for ordering the connection""" input UsersConnectionOrderbyInput { """The field name used to sort the results.""" field: UsersConnectionOrderbyEnum! """The cardinality of the order of the connection""" order: OrderEnum } """ User properties that can be targeted in search operations. Defines which user attributes can be searched when looking for specific users. """ enum UsersConnectionSearchColumnEnum { """The user's email address.""" EMAIL """The globally unique ID.""" ID """The username the User uses to login with.""" LOGIN """A URL-friendly name for the user. The default is the user's username.""" NICENAME """The URL of the user's website.""" URL } """ Metadata for cursor-based pagination. Provides cursors for continuing pagination and boolean flags indicating if more items exist in either direction. """ interface WPPageInfo implements PageInfo { """When paginating forwards, the cursor to continue.""" endCursor: String """When paginating forwards, are there more items?""" hasNextPage: Boolean! """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! """When paginating backwards, the cursor to continue.""" startCursor: String } """ Provides access to fields of the "GroupCcat" ACF Field Group via the "groupCcat" field """ interface WithAcfGroupCcat { """Fields of the GroupCcat ACF Field Group""" groupCcat: GroupCcat } """ Provides access to fields of the "GroupPostArticle" ACF Field Group via the "groupPostArticle" field """ interface WithAcfGroupPostArticle { """Fields of the GroupPostArticle ACF Field Group""" groupPostArticle: GroupPostArticle } """ Provides access to fields of the "GroupPostContributor" ACF Field Group via the "groupPostContributor" field """ interface WithAcfGroupPostContributor { """Fields of the GroupPostContributor ACF Field Group""" groupPostContributor: GroupPostContributor } """ Provides access to fields of the "GroupPostEvent" ACF Field Group via the "groupPostEvent" field """ interface WithAcfGroupPostEvent { """Fields of the GroupPostEvent ACF Field Group""" groupPostEvent: GroupPostEvent } """ Provides access to fields of the "GroupPostLocation" ACF Field Group via the "groupPostLocation" field """ interface WithAcfGroupPostLocation { """Fields of the GroupPostLocation ACF Field Group""" groupPostLocation: GroupPostLocation } """ Provides access to fields of the "GroupPostMembership" ACF Field Group via the "groupPostMembership" field """ interface WithAcfGroupPostMembership { """Fields of the GroupPostMembership ACF Field Group""" groupPostMembership: GroupPostMembership } """ Provides access to fields of the "GroupPostPage" ACF Field Group via the "groupPostPage" field """ interface WithAcfGroupPostPage { """Fields of the GroupPostPage ACF Field Group""" groupPostPage: GroupPostPage } """ Provides access to fields of the "GroupPostProject" ACF Field Group via the "groupPostProject" field """ interface WithAcfGroupPostProject { """Fields of the GroupPostProject ACF Field Group""" groupPostProject: GroupPostProject } """ Provides access to fields of the "GroupPostRepresentation" ACF Field Group via the "groupPostRepresentation" field """ interface WithAcfGroupPostRepresentation { """Fields of the GroupPostRepresentation ACF Field Group""" groupPostRepresentation: GroupPostRepresentation } """ Provides access to fields of the "GroupPostResource" ACF Field Group via the "groupPostResource" field """ interface WithAcfGroupPostResource { """Fields of the GroupPostResource ACF Field Group""" groupPostResource: GroupPostResource } """ Provides access to fields of the "GroupPostTemplate" ACF Field Group via the "groupPostTemplate" field """ interface WithAcfGroupPostTemplate { """Fields of the GroupPostTemplate ACF Field Group""" groupPostTemplate: GroupPostTemplate } """ Provides access to fields of the "GroupTermDiscipline" ACF Field Group via the "groupTermDiscipline" field """ interface WithAcfGroupTermDiscipline { """Fields of the GroupTermDiscipline ACF Field Group""" groupTermDiscipline: GroupTermDiscipline } """ Provides access to fields of the "GroupUserProfile" ACF Field Group via the "groupUserProfile" field """ interface WithAcfGroupUserProfile { """Fields of the GroupUserProfile ACF Field Group""" groupUserProfile: GroupUserProfile } """Access point for the "SiteOptions" ACF Options Page""" interface WithAcfOptionsPageSiteOptions { """""" siteOptions: SiteOptions } """The writing setting type""" type WritingSettings { """Catégorie d’article par défaut.""" defaultCategory: Int """Format d’article par défaut.""" defaultPostFormat: String """ Convertir les émoticônes, comme :-) et :-P, en images lors de l’affichage. """ useSmilies: Boolean }