chore: upate deps

This commit is contained in:
2025-09-15 11:41:51 -04:00
parent f8b89da67a
commit 29011e7dae
4 changed files with 1242 additions and 1236 deletions

View File

@@ -9460,7 +9460,7 @@ enum MenuItemNodeIdTypeEnum {
ID
}
"""Deprecated in favor of MenuItemLinkeable Interface"""
"""Deprecated in favor of MenuItemLinkable Interface"""
union MenuItemObjectUnion = Category | Page | Post | Project | Tag
"""Connection between the MenuItem type and the Menu type"""
@@ -10340,7 +10340,7 @@ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode
"""Fields of the PostPage ACF Field Group"""
postPage: PostPage
"""Connection between the Page type and the page type"""
"""Connection between the page type and the page type"""
preview: PageToPreviewConnectionEdge
"""The database id of the preview node"""
@@ -10476,7 +10476,7 @@ interface PageInfo {
startCursor: String
}
"""Connection between the Page type and the page type"""
"""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.
@@ -10936,7 +10936,7 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node
"""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"""
"""Connection between the post type and the post type"""
preview: PostToPreviewConnectionEdge
"""The database id of the preview node"""
@@ -13073,7 +13073,7 @@ input PostToCategoryConnectionWhereArgs {
updateTermMetaCache: Boolean
}
"""Connection between the Post type and the post type"""
"""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.
@@ -13084,7 +13084,7 @@ type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConne
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"""
"""Connection between the post type and the post type"""
type PostToPostConnection implements Connection & PostConnection {
"""Edges for the PostToPostConnection connection"""
edges: [PostToPostConnectionEdge!]!
@@ -13245,7 +13245,7 @@ input PostToPostFormatConnectionWhereArgs {
updateTermMetaCache: Boolean
}
"""Connection between the Post type and the post type"""
"""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.