diff --git a/graphql.schema.json b/graphql.schema.json index 97226d6a..74163f02 100644 --- a/graphql.schema.json +++ b/graphql.schema.json @@ -28,7 +28,18 @@ { "name": "cart", "description": "The cart object", - "args": [], + "args": [ + { + "name": "recalculateTotals", + "description": "Should cart totals be recalculated.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", "name": "Cart", @@ -745,12 +756,59 @@ "deprecationReason": null }, { - "name": "groupProduct", - "description": "A simple product object", + "name": "mediaItem", + "description": "An object of the mediaItem Type. ", "args": [ { "name": "id", - "description": "The ID for identifying the group product", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "idType", + "description": null, + "type": { + "kind": "ENUM", + "name": "MediaItemIdType", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "asPreview", + "description": "Whether to return the node as a preview instance", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mediaItemBy", + "description": "A mediaItem object", + "args": [ + { + "name": "id", + "description": "Get the object by its global ID", "type": { "kind": "SCALAR", "name": "ID", @@ -758,12 +816,132 @@ }, "defaultValue": null }, + { + "name": "mediaItemId", + "description": "Get the mediaItem by its database ID", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uri", + "description": "Get the mediaItem by its uri", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "Get the mediaItem by its slug (only available for non-hierarchical types)", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, + "isDeprecated": true, + "deprecationReason": "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: "")" + }, + { + "name": "mediaItems", + "description": "Connection between the RootQuery type and the mediaItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "RootQueryToMediaItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "RootQueryToMediaItemConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "menu", + "description": "A WordPress navigation menu", + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, { "name": "idType", - "description": "Type of ID being used identify product", + "description": null, "type": { "kind": "ENUM", - "name": "ProductIdTypeEnum", + "name": "MenuNodeIdTypeEnum", "ofType": null }, "defaultValue": null @@ -771,15 +949,15 @@ ], "type": { "kind": "OBJECT", - "name": "GroupProduct", + "name": "Menu", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mediaItem", - "description": "An object of the mediaItem Type. ", + "name": "menuItem", + "description": "A WordPress navigation menu item", "args": [ { "name": "id", @@ -800,17 +978,70 @@ "description": null, "type": { "kind": "ENUM", - "name": "MediaItemIdType", + "name": "MenuItemNodeIdTypeEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "menuItems", + "description": "Connection between the RootQuery type and the MenuItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "asPreview", - "description": "Whether to return the node as a preview instance", + "name": "last", + "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "RootQueryToMenuItemConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -818,29 +1049,29 @@ ], "type": { "kind": "OBJECT", - "name": "MediaItem", + "name": "RootQueryToMenuItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mediaItemBy", - "description": "A mediaItem object", + "name": "menus", + "description": "Connection between the RootQuery type and the Menu type", "args": [ { - "name": "id", - "description": "Get the object by its global ID", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "mediaItemId", - "description": "Get the mediaItem by its database ID", + "name": "last", + "description": null, "type": { "kind": "SCALAR", "name": "Int", @@ -849,8 +1080,8 @@ "defaultValue": null }, { - "name": "uri", - "description": "Get the mediaItem by its uri", + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", "type": { "kind": "SCALAR", "name": "String", @@ -859,27 +1090,120 @@ "defaultValue": null }, { - "name": "slug", - "description": "Get the mediaItem by its slug (only available for non-hierarchical types)", + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "RootQueryToMenuConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "MediaItem", + "name": "RootQueryToMenuConnection", "ofType": null }, - "isDeprecated": true, - "deprecationReason": "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: "")" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "mediaItems", - "description": "Connection between the RootQuery type and the mediaItem type", + "name": "node", + "description": "Fetches an object given its ID", + "args": [ + { + "name": "id", + "description": "The unique identifier of the node", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodeByUri", + "description": null, + "args": [ + { + "name": "uri", + "description": "Unique Resource Identifier in the form of a path or permalink for a node. Ex: \"/hello-world\"", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "order", + "description": "A order object", + "args": [ + { + "name": "id", + "description": "The ID for identifying the order", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idType", + "description": "Type of ID being used identify order", + "type": { + "kind": "ENUM", + "name": "OrderIdTypeEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orders", + "description": "Connection between the RootQuery type and the Order type", "args": [ { "name": "first", @@ -926,44 +1250,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToMediaItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "RootQueryToMediaItemConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "menu", - "description": "A WordPress navigation menu", - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "MenuNodeIdTypeEnum", + "name": "RootQueryToOrderConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -971,15 +1258,15 @@ ], "type": { "kind": "OBJECT", - "name": "Menu", + "name": "RootQueryToOrderConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "menuItem", - "description": "A WordPress navigation menu item", + "name": "paColor", + "description": "A 0bject", "args": [ { "name": "id", @@ -1000,7 +1287,7 @@ "description": null, "type": { "kind": "ENUM", - "name": "MenuItemNodeIdTypeEnum", + "name": "PaColorIdType", "ofType": null }, "defaultValue": null @@ -1008,15 +1295,15 @@ ], "type": { "kind": "OBJECT", - "name": "MenuItem", + "name": "PaColor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "menuItems", - "description": "Connection between the RootQuery type and the MenuItem type", + "name": "paColors", + "description": "Connection between the RootQuery type and the paColor type", "args": [ { "name": "first", @@ -1063,7 +1350,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToMenuItemConnectionWhereArgs", + "name": "RootQueryToPaColorConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1071,15 +1358,52 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToMenuItemConnection", + "name": "RootQueryToPaColorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "menus", - "description": "Connection between the RootQuery type and the Menu type", + "name": "paSize", + "description": "A 0bject", + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "idType", + "description": null, + "type": { + "kind": "ENUM", + "name": "PaSizeIdType", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PaSize", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "paSizes", + "description": "Connection between the RootQuery type and the paSize type", "args": [ { "name": "first", @@ -1126,7 +1450,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToMenuConnectionWhereArgs", + "name": "RootQueryToPaSizeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1134,69 +1458,66 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToMenuConnection", + "name": "RootQueryToPaSizeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "Fetches an object given its ID", + "name": "page", + "description": "An object of the page Type. ", "args": [ { "name": "id", - "description": "The unique identifier of the node", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodeByUri", - "description": null, - "args": [ - { - "name": "uri", - "description": "Unique Resource Identifier in the form of a path or permalink for a node. Ex: \"/hello-world\"", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null + }, + { + "name": "idType", + "description": null, + "type": { + "kind": "ENUM", + "name": "PageIdType", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "asPreview", + "description": "Whether to return the node as a preview instance", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], "type": { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", + "kind": "OBJECT", + "name": "Page", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": "A order object", + "name": "pageBy", + "description": "A page object", "args": [ { "name": "id", - "description": "The ID for identifying the order", + "description": "Get the object by its global ID", "type": { "kind": "SCALAR", "name": "ID", @@ -1205,11 +1526,21 @@ "defaultValue": null }, { - "name": "idType", - "description": "Type of ID being used identify order", + "name": "pageId", + "description": "Get the page by its database ID", "type": { - "kind": "ENUM", - "name": "OrderIdTypeEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uri", + "description": "Get the page by its uri", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null @@ -1217,15 +1548,15 @@ ], "type": { "kind": "OBJECT", - "name": "Order", + "name": "Page", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "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: "")" }, { - "name": "orders", - "description": "Connection between the RootQuery type and the Order type", + "name": "pages", + "description": "Connection between the RootQuery type and the page type", "args": [ { "name": "first", @@ -1272,44 +1603,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToOrderConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "RootQueryToOrderConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paColor", - "description": "A 0bject", - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "PaColorIdType", + "name": "RootQueryToPageConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1317,15 +1611,15 @@ ], "type": { "kind": "OBJECT", - "name": "PaColor", + "name": "RootQueryToPageConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paColors", - "description": "Connection between the RootQuery type and the paColor type", + "name": "paymentGateways", + "description": "Connection between the RootQuery type and the PaymentGateway type", "args": [ { "name": "first", @@ -1372,7 +1666,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToPaColorConnectionWhereArgs", + "name": "RootQueryToPaymentGatewayConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1380,15 +1674,15 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToPaColorConnection", + "name": "RootQueryToPaymentGatewayConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paSize", - "description": "A 0bject", + "name": "plugin", + "description": "A WordPress plugin", "args": [ { "name": "id", @@ -1403,29 +1697,19 @@ } }, "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "PaSizeIdType", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "PaSize", + "name": "Plugin", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paSizes", - "description": "Connection between the RootQuery type and the paSize type", + "name": "plugins", + "description": "Connection between the RootQuery type and the Plugin type", "args": [ { "name": "first", @@ -1466,29 +1750,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "RootQueryToPaSizeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "RootQueryToPaSizeConnection", + "name": "RootQueryToPluginConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "page", - "description": "An object of the page Type. ", + "name": "post", + "description": "An object of the post Type. ", "args": [ { "name": "id", @@ -1509,7 +1783,7 @@ "description": null, "type": { "kind": "ENUM", - "name": "PageIdType", + "name": "PostIdType", "ofType": null }, "defaultValue": null @@ -1527,15 +1801,15 @@ ], "type": { "kind": "OBJECT", - "name": "Page", + "name": "Post", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageBy", - "description": "A page object", + "name": "postBy", + "description": "A post object", "args": [ { "name": "id", @@ -1548,8 +1822,8 @@ "defaultValue": null }, { - "name": "pageId", - "description": "Get the page by its database ID", + "name": "postId", + "description": "Get the post by its database ID", "type": { "kind": "SCALAR", "name": "Int", @@ -1559,7 +1833,17 @@ }, { "name": "uri", - "description": "Get the page by its uri", + "description": "Get the post by its uri", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "Get the post by its slug (only available for non-hierarchical types)", "type": { "kind": "SCALAR", "name": "String", @@ -1570,15 +1854,52 @@ ], "type": { "kind": "OBJECT", - "name": "Page", + "name": "Post", "ofType": null }, "isDeprecated": true, "deprecationReason": "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: "")" }, { - "name": "pages", - "description": "Connection between the RootQuery type and the page type", + "name": "postFormat", + "description": "A 0bject", + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "idType", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostFormatIdType", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postFormats", + "description": "Connection between the RootQuery type and the postFormat type", "args": [ { "name": "first", @@ -1625,7 +1946,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToPageConnectionWhereArgs", + "name": "RootQueryToPostFormatConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1633,15 +1954,15 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToPageConnection", + "name": "RootQueryToPostFormatConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentGateways", - "description": "Connection between the RootQuery type and the PaymentGateway type", + "name": "posts", + "description": "Connection between the RootQuery type and the post type", "args": [ { "name": "first", @@ -1688,7 +2009,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToPaymentGatewayConnectionWhereArgs", + "name": "RootQueryToPostConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1696,19 +2017,19 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToPaymentGatewayConnection", + "name": "RootQueryToPostConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "plugin", - "description": "A WordPress plugin", + "name": "product", + "description": "A product object", "args": [ { "name": "id", - "description": null, + "description": "The ID for identifying the product", "type": { "kind": "NON_NULL", "name": null, @@ -1719,19 +2040,29 @@ } }, "defaultValue": null + }, + { + "name": "idType", + "description": "Type of ID being used identify product", + "type": { + "kind": "ENUM", + "name": "ProductIdTypeEnum", + "ofType": null + }, + "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "Plugin", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "plugins", - "description": "Connection between the RootQuery type and the Plugin type", + "name": "productCategories", + "description": "Connection between the RootQuery type and the productCategory type", "args": [ { "name": "first", @@ -1772,19 +2103,29 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "RootQueryToProductCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "RootQueryToPluginConnection", + "name": "RootQueryToProductCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "post", - "description": "An object of the post Type. ", + "name": "productCategory", + "description": "A 0bject", "args": [ { "name": "id", @@ -1805,17 +2146,7 @@ "description": null, "type": { "kind": "ENUM", - "name": "PostIdType", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "asPreview", - "description": "Whether to return the node as a preview instance", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "ProductCategoryIdType", "ofType": null }, "defaultValue": null @@ -1823,67 +2154,14 @@ ], "type": { "kind": "OBJECT", - "name": "Post", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "postBy", - "description": "A post object", - "args": [ - { - "name": "id", - "description": "Get the object by its global ID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "postId", - "description": "Get the post by its database ID", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "uri", - "description": "Get the post by its uri", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Get the post by its slug (only available for non-hierarchical types)", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "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: "")" - }, - { - "name": "postFormat", + "name": "productTag", "description": "A 0bject", "args": [ { @@ -1905,7 +2183,7 @@ "description": null, "type": { "kind": "ENUM", - "name": "PostFormatIdType", + "name": "ProductTagIdType", "ofType": null }, "defaultValue": null @@ -1913,15 +2191,15 @@ ], "type": { "kind": "OBJECT", - "name": "PostFormat", + "name": "ProductTag", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "postFormats", - "description": "Connection between the RootQuery type and the postFormat type", + "name": "productTags", + "description": "Connection between the RootQuery type and the productTag type", "args": [ { "name": "first", @@ -1968,7 +2246,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToPostFormatConnectionWhereArgs", + "name": "RootQueryToProductTagConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -1976,15 +2254,52 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToPostFormatConnection", + "name": "RootQueryToProductTagConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "posts", - "description": "Connection between the RootQuery type and the post type", + "name": "productType", + "description": "A 0bject", + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "idType", + "description": null, + "type": { + "kind": "ENUM", + "name": "ProductTypeIdType", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productTypes", + "description": "Connection between the RootQuery type and the productType type", "args": [ { "name": "first", @@ -2031,7 +2346,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToPostConnectionWhereArgs", + "name": "RootQueryToProductTypeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2039,52 +2354,48 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToPostConnection", + "name": "RootQueryToProductTypeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "product", - "description": "A product object", + "name": "productVariation", + "description": "A product variation object", "args": [ { "name": "id", - "description": "The ID for identifying the product", + "description": "The ID for identifying the product variation", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "defaultValue": null }, { "name": "idType", - "description": "Type of ID being used identify product", + "description": "Type of ID being used identify product variation", "type": { "kind": "ENUM", - "name": "ProductIdTypeEnum", + "name": "ProductVariationIdTypeEnum", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "ProductVariation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productCategories", - "description": "Connection between the RootQuery type and the productCategory type", + "name": "products", + "description": "Connection between the RootQuery type and the Product type", "args": [ { "name": "first", @@ -2131,7 +2442,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToProductCategoryConnectionWhereArgs", + "name": "RootQueryToProductConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2139,56 +2450,31 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToProductCategoryConnection", + "name": "RootQueryToProductConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productCategory", - "description": "A 0bject", - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "ProductCategoryIdType", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "readingSettings", + "description": null, + "args": [], "type": { "kind": "OBJECT", - "name": "ProductCategory", + "name": "ReadingSettings", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTag", - "description": "A 0bject", + "name": "refund", + "description": "A refund object", "args": [ { "name": "id", - "description": null, + "description": "The ID for identifying the refund", "type": { "kind": "NON_NULL", "name": null, @@ -2202,10 +2488,10 @@ }, { "name": "idType", - "description": null, + "description": "Type of ID being used identify refund", "type": { "kind": "ENUM", - "name": "ProductTagIdType", + "name": "RefundIdTypeEnum", "ofType": null }, "defaultValue": null @@ -2213,15 +2499,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductTag", + "name": "Refund", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTags", - "description": "Connection between the RootQuery type and the productTag type", + "name": "refunds", + "description": "Connection between the RootQuery type and the Refund type", "args": [ { "name": "first", @@ -2268,44 +2554,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToProductTagConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "RootQueryToProductTagConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "productType", - "description": "A 0bject", - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "ProductTypeIdType", + "name": "RootQueryToRefundConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2313,15 +2562,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductType", + "name": "RootQueryToRefundConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTypes", - "description": "Connection between the RootQuery type and the productType type", + "name": "registeredScripts", + "description": "Connection between the RootQuery type and the EnqueuedScript type", "args": [ { "name": "first", @@ -2362,46 +2611,56 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "RootQueryToProductTypeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "RootQueryToProductTypeConnection", + "name": "RootQueryToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productVariation", - "description": "A product variation object", + "name": "registeredStylesheets", + "description": "Connection between the RootQuery type and the EnqueuedStylesheet type", "args": [ { - "name": "id", - "description": "The ID for identifying the product variation", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "idType", - "description": "Type of ID being used identify product variation", + "name": "last", + "description": null, "type": { - "kind": "ENUM", - "name": "ProductVariationIdTypeEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null @@ -2409,15 +2668,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductVariation", + "name": "RootQueryToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "products", - "description": "Connection between the RootQuery type and the Product type", + "name": "revisions", + "description": "Connection between the RootQuery type and the ContentRevisionUnion type", "args": [ { "name": "first", @@ -2464,7 +2723,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToProductConnectionWhereArgs", + "name": "RootQueryToContentRevisionUnionConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2472,31 +2731,19 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "readingSettings", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReadingSettings", + "name": "RootQueryToContentRevisionUnionConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "refund", - "description": "A refund object", + "name": "shippingClass", + "description": "A 0bject", "args": [ { "name": "id", - "description": "The ID for identifying the refund", + "description": null, "type": { "kind": "NON_NULL", "name": null, @@ -2510,10 +2757,10 @@ }, { "name": "idType", - "description": "Type of ID being used identify refund", + "description": null, "type": { "kind": "ENUM", - "name": "RefundIdTypeEnum", + "name": "ShippingClassIdType", "ofType": null }, "defaultValue": null @@ -2521,15 +2768,15 @@ ], "type": { "kind": "OBJECT", - "name": "Refund", + "name": "ShippingClass", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "refunds", - "description": "Connection between the RootQuery type and the Refund type", + "name": "shippingClasses", + "description": "Connection between the RootQuery type and the shippingClass type", "args": [ { "name": "first", @@ -2576,7 +2823,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToRefundConnectionWhereArgs", + "name": "RootQueryToShippingClassConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2584,52 +2831,32 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToRefundConnection", + "name": "RootQueryToShippingClassConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "registeredScripts", - "description": "Connection between the RootQuery type and the EnqueuedScript type", + "name": "shippingMethod", + "description": "A shipping method object", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "name": "id", + "description": "The ID for identifying the shipping method", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "idType", + "description": "Type of ID being used identify product variation", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "ShippingMethodIdTypeEnum", "ofType": null }, "defaultValue": null @@ -2637,15 +2864,15 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToEnqueuedScriptConnection", + "name": "ShippingMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "registeredStylesheets", - "description": "Connection between the RootQuery type and the EnqueuedStylesheet type", + "name": "shippingMethods", + "description": "Connection between the RootQuery type and the ShippingMethod type", "args": [ { "name": "first", @@ -2690,62 +2917,32 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToEnqueuedStylesheetConnection", + "name": "RootQueryToShippingMethodConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisions", - "description": "Connection between the RootQuery type and the ContentRevisionUnion type", + "name": "simpleProduct", + "description": "A simple product object", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "id", + "description": "The ID for identifying the simple product", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "idType", + "description": "Type of ID being used identify product", "type": { - "kind": "INPUT_OBJECT", - "name": "RootQueryToContentRevisionUnionConnectionWhereArgs", + "kind": "ENUM", + "name": "ProductIdTypeEnum", "ofType": null }, "defaultValue": null @@ -2753,14 +2950,14 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToContentRevisionUnionConnection", + "name": "SimpleProduct", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingClass", + "name": "tag", "description": "A 0bject", "args": [ { @@ -2782,7 +2979,7 @@ "description": null, "type": { "kind": "ENUM", - "name": "ShippingClassIdType", + "name": "TagIdType", "ofType": null }, "defaultValue": null @@ -2790,15 +2987,15 @@ ], "type": { "kind": "OBJECT", - "name": "ShippingClass", + "name": "Tag", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingClasses", - "description": "Connection between the RootQuery type and the shippingClass type", + "name": "tags", + "description": "Connection between the RootQuery type and the tag type", "args": [ { "name": "first", @@ -2845,7 +3042,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "RootQueryToShippingClassConnectionWhereArgs", + "name": "RootQueryToTagConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -2853,19 +3050,19 @@ ], "type": { "kind": "OBJECT", - "name": "RootQueryToShippingClassConnection", + "name": "RootQueryToTagConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingMethod", - "description": "A shipping method object", + "name": "taxRate", + "description": "A tax rate object", "args": [ { "name": "id", - "description": "The ID for identifying the shipping method", + "description": "The ID for identifying the tax rate", "type": { "kind": "SCALAR", "name": "ID", @@ -2875,10 +3072,10 @@ }, { "name": "idType", - "description": "Type of ID being used identify product variation", + "description": "Type of ID being used identify tax rate", "type": { "kind": "ENUM", - "name": "ShippingMethodIdTypeEnum", + "name": "TaxRateIdTypeEnum", "ofType": null }, "defaultValue": null @@ -2886,234 +3083,15 @@ ], "type": { "kind": "OBJECT", - "name": "ShippingMethod", + "name": "TaxRate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingMethods", - "description": "Connection between the RootQuery type and the ShippingMethod type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "RootQueryToShippingMethodConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "simpleProduct", - "description": "A simple product object", - "args": [ - { - "name": "id", - "description": "The ID for identifying the simple product", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "idType", - "description": "Type of ID being used identify product", - "type": { - "kind": "ENUM", - "name": "ProductIdTypeEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "SimpleProduct", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tag", - "description": "A 0bject", - "args": [ - { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "idType", - "description": null, - "type": { - "kind": "ENUM", - "name": "TagIdType", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "Tag", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": "Connection between the RootQuery type and the tag type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "RootQueryToTagConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "RootQueryToTagConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxRate", - "description": "A tax rate object", - "args": [ - { - "name": "id", - "description": "The ID for identifying the tax rate", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "idType", - "description": "Type of ID being used identify tax rate", - "type": { - "kind": "ENUM", - "name": "TaxRateIdTypeEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "TaxRate", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxRates", - "description": "Connection between the RootQuery type and the TaxRate type", + "name": "taxRates", + "description": "Connection between the RootQuery type and the TaxRate type", "args": [ { "name": "first", @@ -3797,6 +3775,46 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "Boolean", + "description": "The `Boolean` scalar type represents `true` or `false`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "ID", + "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "Settings", @@ -3988,36 +4006,6 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": "The `Boolean` scalar type represents `true` or `false`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "Cart", @@ -4372,6 +4360,22 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "totalTaxes", + "description": "Cart total taxes itemized", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CartTax", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -4958,18 +4962,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "contentType", - "description": "Connection between the Coupon type and the ContentType type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CouponToContentTypeConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "databaseId", "description": "The ID of the coupon in the database", @@ -5061,6 +5053,271 @@ { "name": "excludedProductCategories", "description": "Connection between the Coupon type and the productCategory type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CouponToExcludedProductCategoriesConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CouponToExcludedProductCategoriesConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "excludedProducts", + "description": "Connection between the Coupon type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CouponToExcludedProductsConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CouponToExcludedProductsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "freeShipping", + "description": "Does this coupon grant free shipping?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the coupon", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "individualUse", + "description": "Individual use means this coupon cannot be used in conjunction with other coupons", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "limitUsageToXItems", + "description": "The number of products in your cart this coupon can apply to (for product discounts)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maximumAmount", + "description": "Maximum spend amount that must be met before this coupon can be used ", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "minimumAmount", + "description": "Minimum spend amount that must be met before this coupon can be used", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "modified", + "description": "Date coupon modified", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productCategories", + "description": "Connection between the Coupon type and the productCategory type", "args": [ { "name": "first", @@ -5122,272 +5379,7 @@ "deprecationReason": null }, { - "name": "excludedProducts", - "description": "Connection between the Coupon type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CouponToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CouponToProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "freeShipping", - "description": "Does this coupon grant free shipping?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The globally unique identifier for the coupon", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "individualUse", - "description": "Individual use means this coupon cannot be used in conjunction with other coupons", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limitUsageToXItems", - "description": "The number of products in your cart this coupon can apply to (for product discounts)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "maximumAmount", - "description": "Maximum spend amount that must be met before this coupon can be used ", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "minimumAmount", - "description": "Minimum spend amount that must be met before this coupon can be used", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "modified", - "description": "Date coupon modified", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "productCategories", - "description": "Connection between the Coupon type and the productCategory type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CouponToProductCategoryConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CouponToProductCategoryConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "products", + "name": "products", "description": "Connection between the Coupon type and the Product type", "args": [ { @@ -5560,6 +5552,16 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "Float", + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "INTERFACE", "name": "Node", @@ -5583,7 +5585,7 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ { @@ -5593,32 +5595,37 @@ }, { "kind": "OBJECT", - "name": "ContentType", + "name": "ProductCategory", "ofType": null }, { "kind": "OBJECT", - "name": "Taxonomy", + "name": "EnqueuedScript", "ofType": null }, { "kind": "OBJECT", - "name": "User", + "name": "EnqueuedStylesheet", "ofType": null }, { "kind": "OBJECT", - "name": "Comment", + "name": "ContentType", "ofType": null }, { "kind": "OBJECT", - "name": "EnqueuedScript", + "name": "Taxonomy", "ofType": null }, { "kind": "OBJECT", - "name": "EnqueuedStylesheet", + "name": "User", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Comment", "ofType": null }, { @@ -5656,11 +5663,6 @@ "name": "UserRole", "ofType": null }, - { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - }, { "kind": "OBJECT", "name": "PaColor", @@ -5731,11 +5733,6 @@ "name": "ExternalProduct", "ofType": null }, - { - "kind": "OBJECT", - "name": "GroupProduct", - "ofType": null - }, { "kind": "OBJECT", "name": "Menu", @@ -5765,275 +5762,142 @@ "kind": "OBJECT", "name": "CommentAuthor", "ofType": null + }, + { + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null } ] }, { - "kind": "SCALAR", - "name": "ID", - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", + "kind": "ENUM", + "name": "DiscountTypeEnum", + "description": "Coupon discount type enumeration", "fields": null, "inputFields": null, "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CouponToContentTypeConnectionEdge", - "description": "Connection between the Coupon type and the ContentType type", - "fields": [ + "enumValues": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - }, + "name": "FIXED_CART", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIXED_PRODUCT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PERCENT", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContentType", - "description": "An Post Type object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CouponToExcludedProductCategoriesConnectionWhereArgs", + "description": "Arguments for filtering the CouponToExcludedProductCategoriesConnection connection", + "fields": null, + "inputFields": [ { - "name": "canExport", - "description": "Whether this content type should can be exported.", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "connectedTaxonomies", - "description": "Connection between the ContentType type and the Taxonomy type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentTypeToTaxonomyConnection", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentNodes", - "description": "Connection between the ContentType type and the ContentNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentTypeToContentNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { - "kind": "OBJECT", - "name": "ContentTypeToContentNodeConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "deleteWithUser", - "description": "Whether content of this type should be deleted when the author of it is deleted from the system.", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "Description of the content type.", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "excludeFromSearch", - "description": "Whether to exclude nodes of this content type from front end search results.", - "args": [], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "graphqlPluralName", - "description": "The plural name of the content type within the GraphQL Schema.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "graphqlSingleName", - "description": "The singular name of the content type within the GraphQL Schema.", - "args": [], + "name": "excludeTree", + "description": "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.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "hasArchive", - "description": "Whether this content type should have archives. Content archives are generated by type and by date.", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "hierarchical", - "description": "Whether the content type is hierarchical, for example pages.", - "args": [], + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier of the post-type object.", - "args": [], + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -6041,417 +5905,197 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isFrontPage", - "description": "Whether this page is set to the static front page.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isPostsPage", - "description": "Whether this page is set to the blog posts page.", - "args": [], + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "Display name of the content type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "labels", - "description": "Details about the content type labels.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "PostTypeLabelDetails", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "menuIcon", - "description": "The name of the icon file to display as a menu icon.", - "args": [], + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "menuPosition", - "description": "The position of this post type in the menu. Only applies if show_in_menu is true.", - "args": [], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "The internal name of the post type. This should not be used for display purposes.", - "args": [], + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "public", - "description": "Whether a content type is intended for use publicly either via the admin\ninterface or by front-end users. While the default settings of\nexclude_from_search, publicly_queryable, show_ui, and show_in_nav_menus are\ninherited from public, each does not rely on this relationship and controls a\nvery specific intention.", - "args": [], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "publiclyQueryable", - "description": "Whether queries can be performed on the front end for the content type as part of parse_request().", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "restBase", - "description": "Name of content type to display in REST API "wp/v2" namespace.", - "args": [], + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "restControllerClass", - "description": "The REST Controller class assigned to handling this content type.", - "args": [], + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "showInAdminBar", - "description": "Makes this content type available via the admin bar.", - "args": [], + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "showInGraphql", - "description": "Whether to add the content type to the GraphQL Schema.", - "args": [], + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "description": "Options for ordering the connection by", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "showInMenu", - "description": "Where to show the content type in the admin menu. To work, $show_ui must be\ntrue. If true, the post type is shown in its own top level menu. If false, no\nmenu is shown. If a string of an existing top level menu (eg.\n"tools.php" or "edit.php?post_type=page"), the post type\nwill be placed as a sub-menu of that.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "COUNT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInNavMenus", - "description": "Makes this content type available for selection in navigation menus.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "DESCRIPTION", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInRest", - "description": "Whether the content type is associated with a route under the the REST API "wp/v2" namespace.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "NAME", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "showUi", - "description": "Whether to generate and allow a UI for managing this content type in the admin.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "SLUG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "TERM_GROUP", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null }, { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "description": "Any node that has a URI", - "fields": [ - { - "name": "id", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "TERM_ID", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "TERM_ORDER", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Category", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PostFormat", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Tag", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PaColor", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductVariation", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "VariableProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PaSize", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductTag", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ShippingClass", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "VisibleProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ExternalProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GroupProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "SimpleProduct", - "ofType": null - } - ] + "possibleTypes": null }, { "kind": "OBJECT", - "name": "ContentTypeToTaxonomyConnection", - "description": "Connection between the ContentType type and the Taxonomy type", + "name": "CouponToExcludedProductCategoriesConnection", + "description": "Connection between the Coupon type and the productCategory type", "fields": [ { "name": "edges", - "description": "Edges for the ContentTypeToTaxonomyConnection connection", + "description": "Edges for the CouponToExcludedProductCategoriesConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ContentTypeToTaxonomyConnectionEdge", + "name": "CouponToExcludedProductCategoriesConnectionEdge", "ofType": null } }, @@ -6467,7 +6111,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Taxonomy", + "name": "ProductCategory", "ofType": null } }, @@ -6494,7 +6138,7 @@ }, { "kind": "OBJECT", - "name": "ContentTypeToTaxonomyConnectionEdge", + "name": "CouponToExcludedProductCategoriesConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -6515,7 +6159,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Taxonomy", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, @@ -6529,12 +6173,12 @@ }, { "kind": "OBJECT", - "name": "Taxonomy", - "description": "A taxonomy object", + "name": "ProductCategory", + "description": "The productCategory type", "fields": [ { - "name": "connectedContentTypes", - "description": "List of Content Types associated with the Taxonomy", + "name": "ancestors", + "description": "The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", "args": [ { "name": "first", @@ -6579,103 +6223,169 @@ ], "type": { "kind": "OBJECT", - "name": "TaxonomyToContentTypeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Description of the taxonomy. This field is equivalent to WP_Taxonomy->description", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "graphqlPluralName", - "description": "The plural name of the post type within the GraphQL Schema.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "graphqlSingleName", - "description": "The singular name of the post type within the GraphQL Schema.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "ProductCategoryToAncestorsProductCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether the taxonomy is hierarchical", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "children", + "description": "Connection between the productCategory type and the productCategory type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductCategoryToProductCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductCategoryToProductCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier of the taxonomy object.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "contentNodes", + "description": "Connection between the productCategory type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductCategoryToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProductCategoryToContentNodeConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "count", + "description": "The number of objects connected to the object", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "label", - "description": "Name of the taxonomy shown in the menu. Usually plural.", + "name": "databaseId", + "description": "Identifies the primary key from the database.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "The display name of the taxonomy. This field is equivalent to WP_Taxonomy->label", + "name": "description", + "description": "The description of the object", "args": [], "type": { "kind": "SCALAR", @@ -6686,68 +6396,154 @@ "deprecationReason": null }, { - "name": "public", - "description": "Whether the taxonomy is publicly queryable", + "name": "display", + "description": "Product category display type", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "ProductCategoryDisplay", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "restBase", - "description": "Name of content type to diplay in REST API "wp/v2" namespace.", - "args": [], + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "restControllerClass", - "description": "The REST Controller class assigned to handling this content type.", - "args": [], + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showCloud", - "description": "Whether to show the taxonomy as part of a tag cloud widget. This field is equivalent to WP_Taxonomy->show_tagcloud", + "name": "id", + "description": "The globally unique ID for the object", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInAdminColumn", - "description": "Whether to display a column for the taxonomy on its post type listing screens.", + "name": "image", + "description": "Product category image", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "MediaItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInGraphql", - "description": "Whether to add the post type to the GraphQL Schema.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { "kind": "SCALAR", @@ -6758,140 +6554,155 @@ "deprecationReason": null }, { - "name": "showInMenu", - "description": "Whether to show the taxonomy in the admin menu", + "name": "link", + "description": "The link to the term", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInNavMenus", - "description": "Whether the taxonomy is available for selection in navigation menus.", + "name": "menuOrder", + "description": "Product category menu order", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInQuickEdit", - "description": "Whether to show the taxonomy in the quick/bulk edit panel.", + "name": "name", + "description": "The human friendly name of the object.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showInRest", - "description": "Whether to add the post type route in the REST API "wp/v2" namespace.", + "name": "parent", + "description": "Connection between the productCategory type and the productCategory type", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ProductCategoryToParentProductCategoryConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "showUi", - "description": "Whether to generate and allow a UI for managing terms in this taxonomy in the admin", + "name": "parentDatabaseId", + "description": "Database id of the parent node", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TaxonomyToContentTypeConnection", - "description": "Connection between the Taxonomy type and the ContentType type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the TaxonomyToContentTypeConnection connection", + "name": "parentId", + "description": "The globally unique identifier of the parent node.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TaxonomyToContentTypeConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "productCategoryId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "products", + "description": "Connection between the ProductCategory type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductCategoryToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "ProductCategoryToProductConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TaxonomyToContentTypeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", "args": [], "type": { "kind": "SCALAR", @@ -6902,217 +6713,251 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "taxonomy", + "description": "Connection between the productCategory type and the Taxonomy type", "args": [], "type": { "kind": "OBJECT", - "name": "ContentType", + "name": "ProductCategoryToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WPPageInfo", - "description": "Information about pagination in a connection.", - "fields": [ + }, { - "name": "endCursor", - "description": "When paginating forwards, the cursor to continue.", + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasNextPage", - "description": "When paginating forwards, are there more items?", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasPreviousPage", - "description": "When paginating backwards, are there more items?", + "name": "uri", + "description": "The unique resource identifier path", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "startCursor", - "description": "When paginating backwards, the cursor to continue.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ContentTypeToContentNodeConnectionWhereArgs", - "description": "Arguments for filtering the ContentTypeToContentNodeConnection connection", - "fields": null, - "inputFields": [ + "interfaces": [ { - "name": "dateQuery", - "description": "Filter the connection based on dates", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null }, { - "name": "id", - "description": "Specific ID of the object", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", - "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "HierarchicalTermNode", + "ofType": null }, { - "name": "name", - "description": "Slug / post_name of the object", + "kind": "INTERFACE", + "name": "MenuItemLinkable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "TermNode", + "description": "Terms are nodes within a Taxonomy, used to group and relate other nodes.", + "fields": [ + { + "name": "count", + "description": "The number of objects connected to the object", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "name": "description", + "description": "The description of the object", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", - "ofType": null + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", + "name": "id", + "description": "Unique identifier for the term", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -7120,894 +6965,1451 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "password", - "description": "Show posts with a specific password.", + "name": "link", + "description": "The link to the term", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "name", + "description": "The human friendly name of the object.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stati", - "description": null, + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": null, + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], "type": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "title", - "description": "Title of the object", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "MimeTypeEnum", - "description": "The MimeType of the object", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "APPLICATION_JAVA", - "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_MSWORD", - "description": null, + "name": "uri", + "description": "The unique resource identifier path", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "APPLICATION_OCTET_STREAM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "APPLICATION_ONENOTE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Category", + "ofType": null }, { - "name": "APPLICATION_OXPS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null }, { - "name": "APPLICATION_PDF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Tag", + "ofType": null }, { - "name": "APPLICATION_RAR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PaColor", + "ofType": null }, { - "name": "APPLICATION_RTF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PaSize", + "ofType": null }, { - "name": "APPLICATION_TTAF_XML", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductTag", + "ofType": null }, { - "name": "APPLICATION_VND_APPLE_KEYNOTE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductType", + "ofType": null }, { - "name": "APPLICATION_VND_APPLE_NUMBERS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null }, { - "name": "APPLICATION_VND_APPLE_PAGES", - "description": null, + "kind": "OBJECT", + "name": "VisibleProduct", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "fields": [ + { + "name": "edges", + "description": "Edges for the TermNodeToEnqueuedScriptConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_ACCESS", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_EXCEL", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EnqueuedScript", + "description": "Script enqueued by the CMS", + "fields": [ { - "name": "APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12", - "description": null, + "name": "args", + "description": "@todo", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12", - "description": null, + "name": "dependencies", + "description": "Dependencies needed to use this asset", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_POWERPOINT", - "description": null, + "name": "extra", + "description": "Extra information needed for the script", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12", - "description": null, + "name": "handle", + "description": "The handle of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12", - "description": null, + "name": "id", + "description": "The globally unique ID for the object", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12", - "description": null, + "name": "src", + "description": "The source of the asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12", - "description": null, + "name": "version", + "description": "The version of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "APPLICATION_VND_MS_PROJECT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "EnqueuedAsset", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "EnqueuedAsset", + "description": "Asset enqueued by the CMS", + "fields": [ { - "name": "APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12", - "description": null, + "name": "args", + "description": "@todo", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12", - "description": null, + "name": "dependencies", + "description": "Dependencies needed to use this asset", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_WRITE", - "description": null, + "name": "extra", + "description": "Extra information needed for the script", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_MS_XPSDOCUMENT", - "description": null, + "name": "handle", + "description": "The handle of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_CHART", - "description": null, + "name": "id", + "description": "The ID of the enqueued asset", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE", - "description": null, + "name": "src", + "description": "The source of the asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA", - "description": null, + "name": "version", + "description": "The version of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION", - "description": null, + "kind": "OBJECT", + "name": "EnqueuedStylesheet", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "WPPageInfo", + "description": "Information about pagination in a connection.", + "fields": [ + { + "name": "endCursor", + "description": "When paginating forwards, the cursor to continue.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET", - "description": null, + "name": "hasNextPage", + "description": "When paginating forwards, are there more items?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT", - "description": null, + "name": "hasPreviousPage", + "description": "When paginating backwards, are there more items?", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION", - "description": null, + "name": "startCursor", + "description": "When paginating backwards, the cursor to continue.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "fields": [ { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE", - "description": null, + "name": "edges", + "description": "Edges for the TermNodeToEnqueuedStylesheetConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedStylesheet", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnqueuedStylesheet", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EnqueuedStylesheet", + "description": "Stylesheet enqueued by the CMS", + "fields": [ { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT", - "description": null, + "name": "args", + "description": "@todo", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE", - "description": null, + "name": "dependencies", + "description": "Dependencies needed to use this asset", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_WORDPERFECT", - "description": null, + "name": "extra", + "description": "Extra information needed for the script", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_X_7Z_COMPRESSED", - "description": null, + "name": "handle", + "description": "The handle of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_X_GZIP", - "description": null, + "name": "id", + "description": "The globally unique ID for the object", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_X_TAR", - "description": null, + "name": "src", + "description": "The source of the asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "APPLICATION_ZIP", - "description": null, + "name": "version", + "description": "The version of the enqueued asset", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "AUDIO_AAC", - "description": null, + "kind": "INTERFACE", + "name": "EnqueuedAsset", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "description": "Object that can be identified with a Database ID", + "fields": [ + { + "name": "databaseId", + "description": "The unique identifier stored in the database", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "AUDIO_FLAC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "User", + "ofType": null }, { - "name": "AUDIO_MIDI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Comment", + "ofType": null }, { - "name": "AUDIO_MPEG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null }, { - "name": "AUDIO_OGG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Page", + "ofType": null }, { - "name": "AUDIO_WAV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Post", + "ofType": null }, { - "name": "AUDIO_X_MATROSKA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Category", + "ofType": null }, { - "name": "AUDIO_X_MS_WAX", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "AUDIO_X_MS_WMA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "AUDIO_X_REALAUDIO", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FONT_OTF", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FONT_TTF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null }, { - "name": "FONT_WOFF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Tag", + "ofType": null }, { - "name": "FONT_WOFF2", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PaColor", + "ofType": null }, { - "name": "IMAGE_BMP", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PaSize", + "ofType": null }, { - "name": "IMAGE_GIF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductTag", + "ofType": null }, { - "name": "IMAGE_HEIC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductType", + "ofType": null }, { - "name": "IMAGE_JPEG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null }, { - "name": "IMAGE_PNG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "VisibleProduct", + "ofType": null }, { - "name": "IMAGE_TIFF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, { - "name": "IMAGE_X_ICON", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "description": "Any node that has a URI", + "fields": [ { - "name": "TEXT_CALENDAR", - "description": null, + "name": "id", + "description": "The unique resource identifier path", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEXT_CSS", - "description": null, + "name": "uri", + "description": "The unique resource identifier path", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "TEXT_CSV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "TEXT_PLAIN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ContentType", + "ofType": null }, { - "name": "TEXT_RICHTEXT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "User", + "ofType": null }, { - "name": "TEXT_TAB_SEPARATED_VALUES", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null }, { - "name": "TEXT_VTT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Page", + "ofType": null }, { - "name": "VIDEO_3GPP", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Post", + "ofType": null }, { - "name": "VIDEO_3GPP2", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Category", + "ofType": null }, { - "name": "VIDEO_AVI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null }, { - "name": "VIDEO_DIVX", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Tag", + "ofType": null }, { - "name": "VIDEO_MP4", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null }, { - "name": "VIDEO_MPEG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "VariableProduct", + "ofType": null }, { - "name": "VIDEO_OGG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductTag", + "ofType": null }, { - "name": "VIDEO_QUICKTIME", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null }, { - "name": "VIDEO_WEBM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ExternalProduct", + "ofType": null }, { - "name": "VIDEO_X_FLV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "SimpleProduct", + "ofType": null }, { - "name": "VIDEO_X_MATROSKA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "HierarchicalTermNode", + "description": "Term node with hierarchical (parent/child) relationships", + "fields": [ { - "name": "VIDEO_X_MS_ASF", - "description": null, + "name": "parentDatabaseId", + "description": "Database id of the parent node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "VIDEO_X_MS_WM", - "description": null, + "name": "parentId", + "description": "The globally unique identifier of the parent node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "VIDEO_X_MS_WMV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "VIDEO_X_MS_WMX", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Category", + "ofType": null } - ], - "possibleTypes": null + ] }, { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", - "description": "Options for ordering the connection", - "fields": null, - "inputFields": [ + "kind": "INTERFACE", + "name": "MenuItemLinkable", + "description": "Nodes that can be linked to as Menu Items", + "fields": [ { - "name": "field", - "description": "The field to order the connection by", + "name": "databaseId", + "description": "The unique resource identifier path", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "PostObjectsConnectionOrderbyEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": "Possible directions in which to order a list of items", + "name": "id", + "description": "The unique resource identifier path", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderEnum", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "PostObjectsConnectionOrderbyEnum", - "description": "Field to order the connection by", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "AUTHOR", - "description": "Order by author", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_COUNT", - "description": "Order by the number of comments it has acquired", + "name": "uri", + "description": "The unique resource identifier path", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "DATE", - "description": "Order by publish date", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Page", + "ofType": null }, { - "name": "IN", - "description": "Preserve the ID order given in the IN array", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Post", + "ofType": null }, { - "name": "MENU_ORDER", - "description": "Order by the menu order value", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Category", + "ofType": null }, { - "name": "MODIFIED", - "description": "Order by last modified date", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null }, { - "name": "NAME_IN", - "description": "Preserve slug order given in the NAME_IN array", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Tag", + "ofType": null }, { - "name": "PARENT", - "description": "Order by parent ID", + "kind": "OBJECT", + "name": "ProductTag", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductCategoryToAncestorsProductCategoryConnection", + "description": "Connection between the productCategory type and the productCategory type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductCategoryToAncestorsProductCategoryConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductCategoryToAncestorsProductCategoryConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SLUG", - "description": "Order by slug", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "TITLE", - "description": "Order by title", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "PostStatusEnum", - "description": "The status of the object.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "ProductCategoryToAncestorsProductCategoryConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "AUTO_DRAFT", - "description": "Objects with the auto-draft status", + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DRAFT", - "description": "Objects with the draft status", + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductCategoryToProductCategoryConnectionWhereArgs", + "description": "Arguments for filtering the ProductCategoryToProductCategoryConnection connection", + "fields": null, + "inputFields": [ + { + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUTURE", - "description": "Objects with the future status", - "isDeprecated": false, - "deprecationReason": null + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "INHERIT", - "description": "Objects with the inherit status", - "isDeprecated": false, - "deprecationReason": null + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "PENDING", - "description": "Objects with the pending status", - "isDeprecated": false, - "deprecationReason": null + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRIVATE", - "description": "Objects with the private status", - "isDeprecated": false, - "deprecationReason": null + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PUBLISH", - "description": "Objects with the publish status", - "isDeprecated": false, - "deprecationReason": null + "name": "excludeTree", + "description": "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.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "REQUEST_COMPLETED", - "description": "Objects with the request-completed status", - "isDeprecated": false, - "deprecationReason": null + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "REQUEST_CONFIRMED", - "description": "Objects with the request-confirmed status", - "isDeprecated": false, - "deprecationReason": null + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "REQUEST_FAILED", - "description": "Objects with the request-failed status", - "isDeprecated": false, - "deprecationReason": null + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "REQUEST_PENDING", - "description": "Objects with the request-pending status", - "isDeprecated": false, - "deprecationReason": null + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "TRASH", - "description": "Objects with the trash status", - "isDeprecated": false, - "deprecationReason": null + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "WC_CANCELLED", - "description": "Objects with the wc-cancelled status", - "isDeprecated": false, - "deprecationReason": null + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "WC_COMPLETED", - "description": "Objects with the wc-completed status", - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "WC_FAILED", - "description": "Objects with the wc-failed status", - "isDeprecated": false, - "deprecationReason": null + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "WC_ON_HOLD", - "description": "Objects with the wc-on-hold status", - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "WC_PENDING", - "description": "Objects with the wc-pending status", - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "WC_PROCESSING", - "description": "Objects with the wc-processing status", - "isDeprecated": false, - "deprecationReason": null + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "WC_REFUNDED", - "description": "Objects with the wc-refunded status", - "isDeprecated": false, - "deprecationReason": null + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ContentTypeToContentNodeConnection", - "description": "Connection between the ContentType type and the ContentNode type", + "name": "ProductCategoryToProductCategoryConnection", + "description": "Connection between the productCategory type and the productCategory type", "fields": [ { "name": "edges", - "description": "Edges for the ContentTypeToContentNodeConnection connection", + "description": "Edges for the ProductCategoryToProductCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ContentTypeToContentNodeConnectionEdge", + "name": "ProductCategoryToProductCategoryConnectionEdge", "ofType": null } }, @@ -8022,8 +8424,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "ContentNode", + "kind": "OBJECT", + "name": "ProductCategory", "ofType": null } }, @@ -8050,7 +8452,7 @@ }, { "kind": "OBJECT", - "name": "ContentTypeToContentNodeConnectionEdge", + "name": "ProductCategoryToProductCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -8070,8 +8472,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentNode", + "kind": "OBJECT", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, @@ -8084,210 +8486,132 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "ContentNode", - "description": "Nodes used to manage content", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "ProductCategoryToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the ProductCategoryToContentNodeConnection connection", + "fields": null, + "inputFields": [ { - "name": "databaseId", - "description": "The ID of the node in the database.", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Post publishing date.", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateGmt", - "description": "The publishing date set in GMT.", - "args": [], + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", - "args": [], + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds", - "args": [], + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enclosure", - "description": "The RSS enclosure for the object", - "args": [], + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the \"post_objects\" database table.", - "args": [], + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier of the node.", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -8295,1991 +8619,873 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", - "args": [], + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", - "args": [], + "name": "search", + "description": "Show Posts based on a keyword search", "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "link", - "description": "The permalink of the post", - "args": [], + "name": "stati", + "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "modified", - "description": "The local modified time for a post. If a post was recently updated the\nmodified field will change to match the corresponding time.", - "args": [], + "name": "status", + "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", - "args": [], + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "MimeTypeEnum", + "description": "The MimeType of the object", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "APPLICATION_JAVA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "APPLICATION_MSWORD", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, + "name": "APPLICATION_OCTET_STREAM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "The uri slug for the post. This is equivalent to the WP_Post->post_name field\nand the post_name column in the database for the \"post_objects\" table.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_ONENOTE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": "The current status of the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_OXPS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "ofType": null - }, + "name": "APPLICATION_PDF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "APPLICATION_RAR", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null + "name": "APPLICATION_RTF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Page", - "ofType": null + "name": "APPLICATION_TTAF_XML", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Post", - "ofType": null + "name": "APPLICATION_VND_APPLE_KEYNOTE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProductVariation", - "ofType": null + "name": "APPLICATION_VND_APPLE_NUMBERS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "VariableProduct", - "ofType": null + "name": "APPLICATION_VND_APPLE_PAGES", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ExternalProduct", - "ofType": null + "name": "APPLICATION_VND_MS_ACCESS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "GroupProduct", - "ofType": null + "name": "APPLICATION_VND_MS_EXCEL", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "SimpleProduct", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", - "description": "Connection between the ContentNode type and the User type", - "fields": [ + "name": "APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "lockTimestamp", - "description": "The timestamp for when the node was last edited", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, + "name": "APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "User", - "description": "A User object", - "fields": [ + }, { - "name": "avatar", - "description": "Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument.", - "args": [ - { - "name": "size", - "description": "The size attribute of the avatar field can be used to fetch avatars of\ndifferent sizes. The value corresponds to the dimension in pixels to fetch.\nThe default is 96 pixels.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "96" - }, - { - "name": "forceDefault", - "description": "Whether to always show the default image, never the Gravatar. Default false", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rating", - "description": null, - "type": { - "kind": "ENUM", - "name": "AvatarRatingEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "Avatar", - "ofType": null - }, + "name": "APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "capKey", - "description": "User metadata option name. Usually it will be "wp_capabilities".", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_MS_POWERPOINT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "capabilities", - "description": "A list of capabilities (permissions) granted to the user", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "comments", - "description": "Connection between the User type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "UserToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToCommentConnection", - "ofType": null - }, + "name": "APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Description of the user.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "email", - "description": "Email address of the user. This is equivalent to the WP_User->user_email property.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the User type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToEnqueuedScriptConnection", - "ofType": null - }, + "name": "APPLICATION_VND_MS_PROJECT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the User type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToEnqueuedStylesheetConnection", - "ofType": null - }, + "name": "APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "extraCapabilities", - "description": "A complete list of capabilities including capabilities inherited from a role.\nThis is equivalent to the array keys of WP_User->allcaps.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "firstName", - "description": "First name of the user. This is equivalent to the WP_User->user_first_name property.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_MS_WRITE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the user object.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "APPLICATION_VND_MS_XPSDOCUMENT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_CHART", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastName", - "description": "Last name of the user. This is equivalent to the WP_User->user_last_name property.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "The preferred language locale set for the user. Value derived from get_user_locale().", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mediaItems", - "description": "Connection between the User type and the mediaItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "UserToMediaItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToMediaItemConnection", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Display name of the user. This is equivalent to the WP_User->dispaly_name property.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nicename", - "description": "The nicename for the user. This field is equivalent to WP_User->user_nicename", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nickname", - "description": "Nickname of the user.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pages", - "description": "Connection between the User type and the page type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "UserToPageConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToPageConnection", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "posts", - "description": "Connection between the User type and the post type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "UserToPostConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToPostConnection", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "registeredDate", - "description": "The date the user registered or was created. The field follows a full ISO8601 date string format.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisions", - "description": "Connection between the User and Revisions authored by the user", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "UserToContentRevisionUnionConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToContentRevisionUnionConnection", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "roles", - "description": "Connection between the User type and the UserRole type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UserToUserRoleConnection", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sessionToken", - "description": "A JWT token that can be used in future requests to for WooCommerce session identification", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "The slug for the user. This field is equivalent to WP_User->user_nicename", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": "A website url that is associated with the user.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_WORDPERFECT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "userId", - "description": "The Id of the user. Equivalent to WP_User->ID", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of the databaseId field" + "name": "APPLICATION_X_7Z_COMPRESSED", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "username", - "description": "Username for the user. This field is equivalent to WP_User->user_login.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "APPLICATION_X_GZIP", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null }, { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null + "name": "APPLICATION_X_TAR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "Commenter", - "ofType": null + "name": "APPLICATION_ZIP", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Commenter", - "description": "The author of a comment", - "fields": [ + "name": "AUDIO_AAC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "AUDIO_FLAC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "email", - "description": "The email address of the author of a comment.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AUDIO_MIDI", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the comment author.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "AUDIO_MPEG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the author information is considered restricted. (not fully public)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "AUDIO_OGG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "The name of the author of a comment.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AUDIO_WAV", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": "The url of the author of a comment.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AUDIO_X_MATROSKA", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "User", - "ofType": null + "name": "AUDIO_X_MS_WAX", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "CommentAuthor", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "description": "Object that can be identified with a Database ID", - "fields": [ + "name": "AUDIO_X_MS_WMA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "databaseId", - "description": "The unique identifier stored in the database", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "AUDIO_X_REALAUDIO", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "User", - "ofType": null + "name": "FONT_OTF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Comment", - "ofType": null + "name": "FONT_TTF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null + "name": "FONT_WOFF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Page", - "ofType": null + "name": "FONT_WOFF2", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Post", - "ofType": null + "name": "IMAGE_BMP", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Category", - "ofType": null + "name": "IMAGE_GIF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "PostFormat", - "ofType": null + "name": "IMAGE_HEIC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Tag", - "ofType": null + "name": "IMAGE_JPEG", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null + "name": "IMAGE_PNG", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "PaColor", - "ofType": null + "name": "IMAGE_TIFF", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "PaSize", - "ofType": null + "name": "IMAGE_X_ICON", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProductTag", - "ofType": null + "name": "TEXT_CALENDAR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProductType", - "ofType": null + "name": "TEXT_CSS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ShippingClass", - "ofType": null + "name": "TEXT_CSV", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "VisibleProduct", - "ofType": null + "name": "TEXT_PLAIN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Menu", - "ofType": null + "name": "TEXT_RICHTEXT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "MenuItem", - "ofType": null - } - ] - }, - { - "kind": "ENUM", - "name": "AvatarRatingEnum", - "description": "What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are\njudged in that order. Default is the value of the 'avatar_rating' option", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "name": "TEXT_TAB_SEPARATED_VALUES", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "G", + "name": "TEXT_VTT", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PG", + "name": "VIDEO_3GPP", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "R", + "name": "VIDEO_3GPP2", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "X", + "name": "VIDEO_AVI", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Avatar", - "description": "Avatars are profile images for users. WordPress by default uses the Gravatar service to host and fetch avatars from.", - "fields": [ + }, { - "name": "default", - "description": "URL for the default image or a default type. Accepts '404' (return a\n404 instead of a default image), 'retro' (8bit),\n'monsterid' (monster), 'wavatar' (cartoon face),\n'indenticon' (the 'quilt'), 'mystery',\n'mm', or 'mysteryman' (The Oyster Man), 'blank'\n(transparent GIF), or 'gravatar_default' (the Gravatar logo).", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VIDEO_DIVX", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "extraAttr", - "description": "HTML attributes to insert in the IMG element. Is not sanitized.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VIDEO_MP4", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "forceDefault", - "description": "Whether to always show the default image, never the Gravatar.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "VIDEO_MPEG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "foundAvatar", - "description": "Whether the avatar was successfully found.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "VIDEO_OGG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "height", - "description": "Height of the avatar image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "VIDEO_QUICKTIME", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "VIDEO_WEBM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "rating", - "description": "What rating to display avatars up to. Accepts 'G', 'PG',\n'R', 'X', and are judged in that order.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VIDEO_X_FLV", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "scheme", - "description": "Type of url scheme to use. Typically HTTP vs. HTTPS.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VIDEO_X_MATROSKA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "size", - "description": "The size of the avatar in pixels. A value of 96 will match a 96px x 96px gravatar image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "VIDEO_X_MS_ASF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": "URL for the gravatar image source.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VIDEO_X_MS_WM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "width", - "description": "Width of the avatar image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "VIDEO_X_MS_WMV", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VIDEO_X_MS_WMX", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "UserToCommentConnectionWhereArgs", - "description": "Arguments for filtering the UserToCommentConnection connection", + "name": "PostObjectsConnectionOrderbyInput", + "description": "Options for ordering the connection", "fields": null, "inputFields": [ { - "name": "authorEmail", - "description": "Comment author email address.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", + "name": "field", + "description": "The field to order the connection by", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "PostObjectsConnectionOrderbyEnum", "ofType": null } }, "defaultValue": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "name": "order", + "description": "Possible directions in which to order a list of items", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "OrderEnum", "ofType": null } }, "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PostObjectsConnectionOrderbyEnum", + "description": "Field to order the connection by", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "AUTHOR", + "description": "Order by author", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorUrl", - "description": "Comment author URL.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "COMMENT_COUNT", + "description": "Order by the number of comments it has acquired", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "DATE", + "description": "Order by publish date", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "IN", + "description": "Preserve the ID order given in the IN array", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentType", - "description": "Include comments of a given type.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "order", - "description": "The cardinality of the order of the connection", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field to order the comments by.", - "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "MENU_ORDER", + "description": "Order by the menu order value", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "MODIFIED", + "description": "Order by last modified date", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "NAME_IN", + "description": "Preserve slug order given in the NAME_IN array", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PARENT", + "description": "Order by parent ID", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Comment status to limit results by.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "SLUG", + "description": "Order by slug", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null + "name": "TITLE", + "description": "Order by title", + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", - "name": "ContentTypeEnum", - "description": "Allowed Content Types", + "name": "PostStatusEnum", + "description": "The status of the object.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "ATTACHMENT", - "description": "The Type of Content object", + "name": "AUTO_DRAFT", + "description": "Objects with the auto-draft status", "isDeprecated": false, "deprecationReason": null }, { - "name": "PAGE", - "description": "The Type of Content object", + "name": "DRAFT", + "description": "Objects with the draft status", "isDeprecated": false, "deprecationReason": null }, { - "name": "POST", - "description": "The Type of Content object", + "name": "FUTURE", + "description": "Objects with the future status", "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", - "description": "Options for ordering the connection", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "COMMENT_AGENT", - "description": null, + "name": "INHERIT", + "description": "Objects with the inherit status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_APPROVED", - "description": null, + "name": "PENDING", + "description": "Objects with the pending status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_AUTHOR", - "description": null, + "name": "PRIVATE", + "description": "Objects with the private status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_AUTHOR_EMAIL", - "description": null, + "name": "PUBLISH", + "description": "Objects with the publish status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_AUTHOR_IP", - "description": null, + "name": "REQUEST_COMPLETED", + "description": "Objects with the request-completed status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_AUTHOR_URL", - "description": null, + "name": "REQUEST_CONFIRMED", + "description": "Objects with the request-confirmed status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_CONTENT", - "description": null, + "name": "REQUEST_FAILED", + "description": "Objects with the request-failed status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_DATE", - "description": null, + "name": "REQUEST_PENDING", + "description": "Objects with the request-pending status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_DATE_GMT", - "description": null, + "name": "TRASH", + "description": "Objects with the trash status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_ID", - "description": null, + "name": "WC_CANCELLED", + "description": "Objects with the wc-cancelled status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_IN", - "description": null, + "name": "WC_COMPLETED", + "description": "Objects with the wc-completed status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_KARMA", - "description": null, + "name": "WC_FAILED", + "description": "Objects with the wc-failed status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_PARENT", - "description": null, + "name": "WC_ON_HOLD", + "description": "Objects with the wc-on-hold status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_POST_ID", - "description": null, + "name": "WC_PENDING", + "description": "Objects with the wc-pending status", "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENT_TYPE", - "description": null, + "name": "WC_PROCESSING", + "description": "Objects with the wc-processing status", "isDeprecated": false, "deprecationReason": null }, { - "name": "USER_ID", - "description": null, + "name": "WC_REFUNDED", + "description": "Objects with the wc-refunded status", "isDeprecated": false, "deprecationReason": null } @@ -10288,19 +9494,19 @@ }, { "kind": "OBJECT", - "name": "UserToCommentConnection", - "description": "Connection between the User type and the Comment type", + "name": "ProductCategoryToContentNodeConnection", + "description": "Connection between the productCategory type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the UserToCommentConnection connection", + "description": "Edges for the ProductCategoryToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToCommentConnectionEdge", + "name": "ProductCategoryToContentNodeConnectionEdge", "ofType": null } }, @@ -10315,8 +9521,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Comment", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -10343,7 +9549,7 @@ }, { "kind": "OBJECT", - "name": "UserToCommentConnectionEdge", + "name": "ProductCategoryToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -10363,8 +9569,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "Comment", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -10377,100 +9583,17 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Comment", - "description": "A Comment object", + "kind": "INTERFACE", + "name": "ContentNode", + "description": "Nodes used to manage content", "fields": [ { - "name": "agent", - "description": "User agent used to post the comment. This field is equivalent to\nWP_Comment->comment_agent and the value matching the\n"comment_agent" column in SQL.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "approved", - "description": "The approval status of the comment. This field is equivalent to\nWP_Comment->comment_approved and the value matching the\n"comment_approved" column in SQL.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "author", - "description": "The author of the comment", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CommentToCommenterConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "authorIp", - "description": "IP address for the author. This field is equivalent to\nWP_Comment->comment_author_IP and the value matching the\n"comment_author_IP" column in SQL.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "commentId", - "description": "ID for the comment, unique among comments.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" - }, - { - "name": "commentedOn", - "description": "Connection between the Comment type and the ContentNode type", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { "kind": "OBJECT", - "name": "CommentToContentNodeConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "Content of the comment. This field is equivalent to\nWP_Comment->comment_content and the value matching the\n"comment_content" column in SQL.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "ContentNodeToContentTypeConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -10478,7 +9601,7 @@ }, { "name": "databaseId", - "description": "The unique identifier stored in the database", + "description": "The ID of the node in the database.", "args": [], "type": { "kind": "NON_NULL", @@ -10494,7 +9617,7 @@ }, { "name": "date", - "description": "Date the comment was posted in local time. This field is equivalent to\nWP_Comment->date and the value matching the "date" column in SQL.", + "description": "Post publishing date.", "args": [], "type": { "kind": "SCALAR", @@ -10506,7 +9629,7 @@ }, { "name": "dateGmt", - "description": "Date the comment was posted in GMT. This field is equivalent to\nWP_Comment->date_gmt and the value matching the "date_gmt" column in SQL.", + "description": "The publishing date set in GMT.", "args": [], "type": { "kind": "SCALAR", @@ -10517,55 +9640,81 @@ "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the comment object", + "name": "desiredSlug", + "description": "The desired slug of the post", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "editingLockedBy", + "description": "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", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "karma", - "description": "Karma value for the comment. This field is equivalent to\nWP_Comment->comment_karma and the value matching the\n"comment_karma" column in SQL.", + "name": "enclosure", + "description": "The RSS enclosure for the object", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parent", - "description": "Connection between the Comment type and the Comment type", + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", "args": [ { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "INPUT_OBJECT", - "name": "CommentToParentCommentConnectionWhereArgs", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null @@ -10573,15 +9722,15 @@ ], "type": { "kind": "OBJECT", - "name": "CommentToParentCommentConnectionEdge", + "name": "ContentNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "replies", - "description": "Connection between the Comment type and the Comment type", + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -10622,29 +9771,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CommentToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "CommentToCommentConnection", + "name": "ContentNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": "Type of comment. This field is equivalent to WP_Comment->comment_type and\nthe value matching the "comment_type" column in SQL.", + "name": "guid", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -10653,598 +9792,464 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null }, { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CommentToCommenterConnectionEdge", - "description": "Connection between the Comment type and the Commenter type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "id", + "description": "The globally unique identifier of the node.", "args": [], "type": { - "kind": "INTERFACE", - "name": "Commenter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CommentToContentNodeConnectionEdge", - "description": "Connection between the Comment type and the ContentNode type", - "fields": [ + }, { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "isPreview", + "description": "Whether the object is a node in the preview state", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentNode", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "description": "The format of post field data.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "RAW", - "description": "Provide the field value directly from database", - "isDeprecated": false, - "deprecationReason": null }, { - "name": "RENDERED", - "description": "Apply the default WordPress rendering", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CommentToParentCommentConnectionWhereArgs", - "description": "Arguments for filtering the CommentToParentCommentConnection connection", - "fields": null, - "inputFields": [ - { - "name": "authorEmail", - "description": "Comment author email address.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorUrl", - "description": "Comment author URL.", + "name": "link", + "description": "The permalink of the post", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentType", - "description": "Include comments of a given type.", + "name": "modified", + "description": "The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", + "name": "modifiedGmt", + "description": "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.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "slug", + "description": "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.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "status", + "description": "The current status of the object", + "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "template", + "description": "The template assigned to a node of content", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "uri", + "description": "URI path for the resource", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "kind": "OBJECT", + "name": "Page", + "ofType": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null + "kind": "OBJECT", + "name": "Post", + "ofType": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } - }, - "defaultValue": null + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "kind": "OBJECT", + "name": "VariableProduct", + "ofType": null }, { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "kind": "OBJECT", + "name": "ExternalProduct", + "ofType": null }, { - "name": "order", - "description": "The cardinality of the order of the connection", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null + "kind": "OBJECT", + "name": "SimpleProduct", + "ofType": null }, { - "name": "orderby", - "description": "Field to order the comments by.", + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", + "description": "Connection between the ContentNode type and the ContentType type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", + "kind": "OBJECT", + "name": "ContentType", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentType", + "description": "An Post Type object", + "fields": [ { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", + "name": "canExport", + "description": "Whether this content type should can be exported.", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "connectedTaxonomies", + "description": "Connection between the ContentType type and the Taxonomy type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ContentTypeToTaxonomyConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Comment status to limit results by.", + "name": "contentNodes", + "description": "Connection between the ContentType type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContentTypeToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ContentTypeToContentNodeConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CommentToParentCommentConnectionEdge", - "description": "Connection between the Comment type and the Comment type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "deleteWithUser", + "description": "Whether content of this type should be deleted when the author of it is deleted from the system.", "args": [], "type": { - "kind": "OBJECT", - "name": "Comment", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CommentToCommentConnectionWhereArgs", - "description": "Arguments for filtering the CommentToCommentConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "authorEmail", - "description": "Comment author email address.", + "name": "description", + "description": "Description of the content type.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "name": "excludeFromSearch", + "description": "Whether to exclude nodes of this content type from front end search results.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorUrl", - "description": "Comment author URL.", + "name": "graphqlPluralName", + "description": "The plural name of the content type within the GraphQL Schema.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentType", - "description": "Include comments of a given type.", + "name": "graphqlSingleName", + "description": "The singular name of the content type within the GraphQL Schema.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", + "name": "hasArchive", + "description": "Whether this content type should have archives. Content archives are generated by type and by date.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", + "name": "hierarchical", + "description": "Whether the content type is hierarchical, for example pages.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", + "name": "id", + "description": "The globally unique identifier of the post-type object.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -11252,254 +10257,277 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", + "name": "isFrontPage", + "description": "Whether this page is set to the static front page.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "isPostsPage", + "description": "Whether this page is set to the blog posts page.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "label", + "description": "Display name of the content type.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "labels", + "description": "Details about the content type labels.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "PostTypeLabelDetails", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", + "name": "menuIcon", + "description": "The name of the icon file to display as a menu icon.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", + "name": "menuPosition", + "description": "The position of this post type in the menu. Only applies if show_in_menu is true.", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "name", + "description": "The internal name of the post type. This should not be used for display purposes.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "public", + "description": "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.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", + "name": "publiclyQueryable", + "description": "Whether queries can be performed on the front end for the content type as part of parse_request().", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", + "name": "restBase", + "description": "Name of content type to display in REST API "wp/v2" namespace.", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": "The cardinality of the order of the connection", + "name": "restControllerClass", + "description": "The REST Controller class assigned to handling this content type.", + "args": [], "type": { - "kind": "ENUM", - "name": "OrderEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field to order the comments by.", + "name": "showInAdminBar", + "description": "Makes this content type available via the admin bar.", + "args": [], "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", + "name": "showInGraphql", + "description": "Whether to add the content type to the GraphQL Schema.", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", + "name": "showInMenu", + "description": "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.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", + "name": "showInNavMenus", + "description": "Makes this content type available for selection in navigation menus.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", + "name": "showInRest", + "description": "Whether the content type is associated with a route under the the REST API "wp/v2" namespace.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Comment status to limit results by.", + "name": "showUi", + "description": "Whether to generate and allow a UI for managing this content type in the admin.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", + "name": "uri", + "description": "The unique resource identifier path", + "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CommentToCommentConnection", - "description": "Connection between the Comment type and the Comment type", + "name": "ContentTypeToTaxonomyConnection", + "description": "Connection between the ContentType type and the Taxonomy type", "fields": [ { "name": "edges", - "description": "Edges for the CommentToCommentConnection connection", + "description": "Edges for the ContentTypeToTaxonomyConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CommentToCommentConnectionEdge", + "name": "ContentTypeToTaxonomyConnectionEdge", "ofType": null } }, @@ -11515,7 +10543,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Comment", + "name": "Taxonomy", "ofType": null } }, @@ -11542,7 +10570,7 @@ }, { "kind": "OBJECT", - "name": "CommentToCommentConnectionEdge", + "name": "ContentTypeToTaxonomyConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -11563,7 +10591,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Comment", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, @@ -11577,67 +10605,77 @@ }, { "kind": "OBJECT", - "name": "UserToEnqueuedScriptConnection", - "description": "Connection between the User type and the EnqueuedScript type", + "name": "Taxonomy", + "description": "A taxonomy object", "fields": [ { - "name": "edges", - "description": "Edges for the UserToEnqueuedScriptConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UserToEnqueuedScriptConnectionEdge", - "ofType": null + "name": "connectedContentTypes", + "description": "List of Content Types associated with the Taxonomy", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EnqueuedScript", - "ofType": null - } + "kind": "OBJECT", + "name": "TaxonomyToContentTypeConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "description", + "description": "Description of the taxonomy. This field is equivalent to WP_Taxonomy->description", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UserToEnqueuedScriptConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "graphqlPluralName", + "description": "The plural name of the post type within the GraphQL Schema.", "args": [], "type": { "kind": "SCALAR", @@ -11648,31 +10686,20 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "graphqlSingleName", + "description": "The singular name of the post type within the GraphQL Schema.", "args": [], "type": { - "kind": "OBJECT", - "name": "EnqueuedScript", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "EnqueuedScript", - "description": "Script enqueued by the CMS", - "fields": [ + }, { - "name": "args", - "description": "@todo", + "name": "hierarchical", + "description": "Whether the taxonomy is hierarchical", "args": [], "type": { "kind": "SCALAR", @@ -11683,15 +10710,15 @@ "deprecationReason": null }, { - "name": "dependencies", - "description": "Dependencies needed to use this asset", + "name": "id", + "description": "The globally unique identifier of the taxonomy object.", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "EnqueuedScript", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, @@ -11699,8 +10726,20 @@ "deprecationReason": null }, { - "name": "extra", - "description": "Extra information needed for the script", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "label", + "description": "Name of the taxonomy shown in the menu. Usually plural.", "args": [], "type": { "kind": "SCALAR", @@ -11711,8 +10750,8 @@ "deprecationReason": null }, { - "name": "handle", - "description": "The handle of the enqueued asset", + "name": "name", + "description": "The display name of the taxonomy. This field is equivalent to WP_Taxonomy->label", "args": [], "type": { "kind": "SCALAR", @@ -11723,24 +10762,20 @@ "deprecationReason": null }, { - "name": "id", - "description": "The globally unique ID for the object", + "name": "public", + "description": "Whether the taxonomy is publicly queryable", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "src", - "description": "The source of the asset", + "name": "restBase", + "description": "Name of content type to diplay in REST API "wp/v2" namespace.", "args": [], "type": { "kind": "SCALAR", @@ -11751,8 +10786,8 @@ "deprecationReason": null }, { - "name": "version", - "description": "The version of the enqueued asset", + "name": "restControllerClass", + "description": "The REST Controller class assigned to handling this content type.", "args": [], "type": { "kind": "SCALAR", @@ -11761,32 +10796,22 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null }, { - "kind": "INTERFACE", - "name": "EnqueuedAsset", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "EnqueuedAsset", - "description": "Asset enqueued by the CMS", - "fields": [ + "name": "showCloud", + "description": "Whether to show the taxonomy as part of a tag cloud widget. This field is equivalent to WP_Taxonomy->show_tagcloud", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "args", - "description": "@todo", + "name": "showInAdminColumn", + "description": "Whether to display a column for the taxonomy on its post type listing screens.", "args": [], "type": { "kind": "SCALAR", @@ -11797,80 +10822,72 @@ "deprecationReason": null }, { - "name": "dependencies", - "description": "Dependencies needed to use this asset", + "name": "showInGraphql", + "description": "Whether to add the post type to the GraphQL Schema.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EnqueuedScript", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "extra", - "description": "Extra information needed for the script", + "name": "showInMenu", + "description": "Whether to show the taxonomy in the admin menu", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "handle", - "description": "The handle of the enqueued asset", + "name": "showInNavMenus", + "description": "Whether the taxonomy is available for selection in navigation menus.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The ID of the enqueued asset", + "name": "showInQuickEdit", + "description": "Whether to show the taxonomy in the quick/bulk edit panel.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "src", - "description": "The source of the asset", + "name": "showInRest", + "description": "Whether to add the post type route in the REST API "wp/v2" namespace.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "version", - "description": "The version of the enqueued asset", + "name": "showUi", + "description": "Whether to generate and allow a UI for managing terms in this taxonomy in the admin", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, @@ -11878,36 +10895,31 @@ } ], "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "EnqueuedScript", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "EnqueuedStylesheet", + "kind": "INTERFACE", + "name": "Node", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { "kind": "OBJECT", - "name": "UserToEnqueuedStylesheetConnection", - "description": "Connection between the User type and the EnqueuedStylesheet type", + "name": "TaxonomyToContentTypeConnection", + "description": "Connection between the Taxonomy type and the ContentType type", "fields": [ { "name": "edges", - "description": "Edges for the UserToEnqueuedStylesheetConnection connection", + "description": "Edges for the TaxonomyToContentTypeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToEnqueuedStylesheetConnectionEdge", + "name": "TaxonomyToContentTypeConnectionEdge", "ofType": null } }, @@ -11923,7 +10935,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EnqueuedStylesheet", + "name": "ContentType", "ofType": null } }, @@ -11950,7 +10962,7 @@ }, { "kind": "OBJECT", - "name": "UserToEnqueuedStylesheetConnectionEdge", + "name": "TaxonomyToContentTypeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -11971,7 +10983,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "EnqueuedStylesheet", + "name": "ContentType", "ofType": null }, "isDeprecated": false, @@ -11983,174 +10995,12 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "OBJECT", - "name": "EnqueuedStylesheet", - "description": "Stylesheet enqueued by the CMS", - "fields": [ - { - "name": "args", - "description": "@todo", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dependencies", - "description": "Dependencies needed to use this asset", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EnqueuedScript", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "extra", - "description": "Extra information needed for the script", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "handle", - "description": "The handle of the enqueued asset", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The globally unique ID for the object", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "src", - "description": "The source of the asset", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": "The version of the enqueued asset", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "EnqueuedAsset", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", - "name": "UserToMediaItemConnectionWhereArgs", - "description": "Arguments for filtering the UserToMediaItemConnection connection", + "name": "ContentTypeToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the ContentTypeToContentNodeConnection connection", "fields": null, "inputFields": [ - { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "dateQuery", "description": "Filter the connection based on dates", @@ -12356,19 +11206,19 @@ }, { "kind": "OBJECT", - "name": "UserToMediaItemConnection", - "description": "Connection between the User type and the mediaItem type", - "fields": [ + "name": "ContentTypeToContentNodeConnection", + "description": "Connection between the ContentType type and the ContentNode type", + "fields": [ { "name": "edges", - "description": "Edges for the UserToMediaItemConnection connection", + "description": "Edges for the ContentTypeToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToMediaItemConnectionEdge", + "name": "ContentTypeToContentNodeConnectionEdge", "ofType": null } }, @@ -12383,8 +11233,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MediaItem", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -12411,7 +11261,7 @@ }, { "kind": "OBJECT", - "name": "UserToMediaItemConnectionEdge", + "name": "ContentTypeToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -12431,8 +11281,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "MediaItem", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -12446,12 +11296,12 @@ }, { "kind": "OBJECT", - "name": "MediaItem", - "description": "The mediaItem type", + "name": "PostTypeLabelDetails", + "description": "Details for labels of the PostType", "fields": [ { - "name": "altText", - "description": "Alternative text to display when resource is not displayed", + "name": "addNew", + "description": "Default is ‘Add New’ for both hierarchical and non-hierarchical types.", "args": [], "type": { "kind": "SCALAR", @@ -12462,119 +11312,45 @@ "deprecationReason": null }, { - "name": "ancestors", - "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "author", - "description": "Connection between the NodeWithAuthor type and the User type", + "name": "addNewItem", + "description": "Label for adding a new singular item.", "args": [], "type": { - "kind": "OBJECT", - "name": "NodeWithAuthorToUserConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "authorDatabaseId", - "description": "The database identifier of the author of the node", + "name": "allItems", + "description": "Label to signify all items in a submenu link.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "authorId", - "description": "The globally unique identifier of the author of the node", + "name": "archives", + "description": "Label for archives in nav menus", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "caption", - "description": "The caption for the resource", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "attributes", + "description": "Label for the attributes meta box.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -12584,83 +11360,32 @@ "deprecationReason": null }, { - "name": "children", - "description": "Connection between the HierarchicalContentNode type and the ContentNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "editItem", + "description": "Label for editing a singular item.", + "args": [], "type": { - "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", + "name": "featuredImage", + "description": "Label for the Featured Image meta box title.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", + "name": "filterItemsList", + "description": "Label for the table views hidden heading.", "args": [], "type": { "kind": "SCALAR", @@ -12671,99 +11396,44 @@ "deprecationReason": null }, { - "name": "comments", - "description": "Connection between the mediaItem type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "MediaItemToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "insertIntoItem", + "description": "Label for the media frame button.", + "args": [], "type": { - "kind": "OBJECT", - "name": "MediaItemToCommentConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "contentType", - "description": "Connection between the mediaItem type and the ContentType type", + "name": "itemsList", + "description": "Label for the table hidden heading.", "args": [], "type": { - "kind": "OBJECT", - "name": "MediaItemToContentTypeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "The ID of the node in the database.", + "name": "itemsListNavigation", + "description": "Label for the table pagination hidden heading.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", - "description": "Post publishing date.", + "name": "menuName", + "description": "Label for the menu name.", "args": [], "type": { "kind": "SCALAR", @@ -12774,8 +11444,8 @@ "deprecationReason": null }, { - "name": "dateGmt", - "description": "The publishing date set in GMT.", + "name": "name", + "description": "General name for the post type, usually plural.", "args": [], "type": { "kind": "SCALAR", @@ -12786,20 +11456,9 @@ "deprecationReason": null }, { - "name": "description", - "description": "Description of the image (stored as post_content)", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "newItem", + "description": "Label for the new item page title.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -12809,8 +11468,8 @@ "deprecationReason": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", + "name": "notFound", + "description": "Label used when no items are found.", "args": [], "type": { "kind": "SCALAR", @@ -12821,20 +11480,20 @@ "deprecationReason": null }, { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", + "name": "notFoundInTrash", + "description": "Label used when no items are in the trash.", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enclosure", - "description": "The RSS enclosure for the object", + "name": "parentItemColon", + "description": "Label used to prefix parents of hierarchical items.", "args": [], "type": { "kind": "SCALAR", @@ -12845,137 +11504,44 @@ "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "removeFeaturedImage", + "description": "Label for removing the featured image.", + "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "searchItems", + "description": "Label for searching plural items.", + "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fileSize", - "description": "The filesize in bytes of the resource", - "args": [ - { - "name": "size", - "description": "Size of the MediaItem to return", - "type": { - "kind": "ENUM", - "name": "MediaItemSizeEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "setFeaturedImage", + "description": "Label for setting the featured image.", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "name": "singularName", + "description": "Name for one object of this post type.", "args": [], "type": { "kind": "SCALAR", @@ -12986,60 +11552,67 @@ "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier of the attachment object.", + "name": "uploadedToThisItem", + "description": "Label for the media frame filter.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", + "name": "useFeaturedImage", + "description": "Label in the media frame for using a featured image.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "viewItem", + "description": "Label for viewing a singular item.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", + "name": "viewItems", + "description": "Label for viewing post type archives.", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "description": "Connection between the ContentNode type and the User type", + "fields": [ { - "name": "link", - "description": "The permalink of the post", + "name": "lockTimestamp", + "description": "The timestamp for when the node was last edited", "args": [], "type": { "kind": "SCALAR", @@ -13050,36 +11623,74 @@ "deprecationReason": null }, { - "name": "mediaDetails", - "description": "Details about the mediaItem", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { "kind": "OBJECT", - "name": "MediaDetails", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "User", + "description": "A User object", + "fields": [ { - "name": "mediaItemId", - "description": "The id field matches the WP_Post->ID field.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "avatar", + "description": "Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument.", + "args": [ + { + "name": "size", + "description": "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.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "96" + }, + { + "name": "forceDefault", + "description": "Whether to always show the default image, never the Gravatar. Default false", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rating", + "description": null, + "type": { + "kind": "ENUM", + "name": "AvatarRatingEnum", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "Avatar", + "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of the databaseId field" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "mediaItemUrl", - "description": "Url of the mediaItem", + "name": "capKey", + "description": "User metadata option name. Usually it will be "wp_capabilities".", "args": [], "type": { "kind": "SCALAR", @@ -13090,32 +11701,103 @@ "deprecationReason": null }, { - "name": "mediaType", - "description": "Type of resource", + "name": "capabilities", + "description": "A list of capabilities (permissions) granted to the user", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "comments", + "description": "Connection between the User type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "UserToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UserToCommentConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mimeType", - "description": "The mime type of the mediaItem", + "name": "databaseId", + "description": "Identifies the primary key from the database.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modified", - "description": "The local modified time for a post. If a post was recently updated the\nmodified field will change to match the corresponding time.", + "name": "description", + "description": "Description of the user.", "args": [], "type": { "kind": "SCALAR", @@ -13126,8 +11808,8 @@ "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "name": "email", + "description": "Email address of the user. This is equivalent to the WP_User->user_email property.", "args": [], "type": { "kind": "SCALAR", @@ -13138,80 +11820,171 @@ "deprecationReason": null }, { - "name": "parent", - "description": "The parent of the node. The parent object can be of various types", - "args": [], + "name": "enqueuedScripts", + "description": "Connection between the User type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionEdge", + "name": "UserToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parentDatabaseId", - "description": "Database id of the parent node", - "args": [], + "name": "enqueuedStylesheets", + "description": "Connection between the User type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "UserToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parentId", - "description": "The globally unique identifier of the parent node.", + "name": "extraCapabilities", + "description": "A complete list of capabilities including capabilities inherited from a role. This is equivalent to the array keys of WP_User->allcaps.", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", + "name": "firstName", + "description": "First name of the user. This is equivalent to the WP_User->user_first_name property.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", + "name": "id", + "description": "The globally unique identifier for the user object.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sizes", - "description": "The sizes attribute value for an image.", - "args": [ - { - "name": "size", - "description": "Size of the MediaItem to calculate sizes with", - "type": { - "kind": "ENUM", - "name": "MediaItemSizeEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "lastName", + "description": "Last name of the user. This is equivalent to the WP_User->user_last_name property.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -13221,8 +11994,8 @@ "deprecationReason": null }, { - "name": "slug", - "description": "The uri slug for the post. This is equivalent to the WP_Post->post_name\nfield and the post_name column in the database for the\n"post_objects" table.", + "name": "locale", + "description": "The preferred language locale set for the user. Value derived from get_user_locale().", "args": [], "type": { "kind": "SCALAR", @@ -13233,43 +12006,72 @@ "deprecationReason": null }, { - "name": "sourceUrl", - "description": "Url of the mediaItem", + "name": "mediaItems", + "description": "Connection between the User type and the mediaItem type", "args": [ { - "name": "size", - "description": "Size of the MediaItem to return", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "ENUM", - "name": "MediaItemSizeEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "UserToMediaItemConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "UserToMediaItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "srcSet", - "description": "The srcset attribute specifies the URL of the image to use in different\nsituations. It is a comma separated string of urls and their widths.", - "args": [ - { - "name": "size", - "description": "Size of the MediaItem to calculate srcSet with", - "type": { - "kind": "ENUM", - "name": "MediaItemSizeEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "Display name of the user. This is equivalent to the WP_User->dispaly_name property.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -13279,8 +12081,8 @@ "deprecationReason": null }, { - "name": "status", - "description": "The current status of the object", + "name": "nicename", + "description": "The nicename for the user. This field is equivalent to WP_User->user_nicename", "args": [], "type": { "kind": "SCALAR", @@ -13291,20 +12093,20 @@ "deprecationReason": null }, { - "name": "template", - "description": "The template assigned to the node", + "name": "nickname", + "description": "Nickname of the user.", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentTemplate", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", + "name": "pages", + "description": "Connection between the User type and the page type", "args": [ { "name": "first", @@ -13351,7 +12153,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", + "name": "UserToPageConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -13359,318 +12161,90 @@ ], "type": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", + "name": "UserToPageConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "title", - "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", + "name": "posts", + "description": "Connection between the User type and the post type", "args": [ { - "name": "format", - "description": "Format of the field output", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "UserToPostConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "UserToPostConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", + "name": "registeredDate", + "description": "The date the user registered or was created. The field follows a full ISO8601 date string format.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null }, { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithTitle", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithAuthor", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithComments", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "HierarchicalContentNode", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithTitle", - "description": "A node that NodeWith a title", - "fields": [ - { - "name": "title", - "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "NodeWithAuthor", - "description": "A node that can have an author assigned to it", - "fields": [ - { - "name": "author", - "description": "Connection between the NodeWithAuthor type and the User type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithAuthorToUserConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "authorDatabaseId", - "description": "The database identifier of the author of the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "authorId", - "description": "The globally unique identifier of the author of the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "NodeWithAuthorToUserConnectionEdge", - "description": "Connection between the NodeWithAuthor type and the User type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithComments", - "description": "A node that can have comments associated with it", - "fields": [ - { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "VariableProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Order", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ExternalProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GroupProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "SimpleProduct", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "HierarchicalContentNode", - "description": "Content node with hierarchical (parent/child) relationships", - "fields": [ - { - "name": "ancestors", - "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", + "name": "revisions", + "description": "Connection between the User and Revisions authored by the user", "args": [ { "name": "first", @@ -13717,7 +12291,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", + "name": "UserToContentRevisionUnionConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -13725,15 +12299,15 @@ ], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", + "name": "UserToContentRevisionUnionConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "children", - "description": "Connection between the HierarchicalContentNode type and the ContentNode type", + "name": "roles", + "description": "Connection between the User type and the UserRole type", "args": [ { "name": "first", @@ -13774,220 +12348,154 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", + "name": "UserToUserRoleConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parent", - "description": "The parent of the node. The parent object can be of various types", + "name": "sessionToken", + "description": "A JWT token that can be used in future requests to for WooCommerce session identification", "args": [], "type": { - "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parentDatabaseId", - "description": "Database id of the parent node", + "name": "slug", + "description": "The slug for the user. This field is equivalent to WP_User->user_nicename", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parentId", - "description": "The globally unique identifier of the parent node.", + "name": "uri", + "description": "The unique resource identifier path", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", - "description": "Arguments for filtering the HierarchicalContentNodeToContentNodeConnection connection", - "fields": null, - "inputFields": [ - { - "name": "dateQuery", - "description": "Filter the connection based on dates", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null }, { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "name": "url", + "description": "A website url that is associated with the user.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "Specific ID of the object", + "name": "userId", + "description": "The Id of the user. Equivalent to WP_User->ID", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null - }, - { - "name": "in", - "description": "Array of IDs for the objects to retrieve", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", - "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null - }, - "defaultValue": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of the databaseId field" }, { - "name": "name", - "description": "Slug / post_name of the object", + "name": "username", + "description": "Username for the user. This field is equivalent to WP_User->user_login.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "Commenter", + "ofType": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "Commenter", + "description": "The author of a comment", + "fields": [ + { + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", + "name": "email", + "description": "The email address of the author of a comment.", + "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", + "name": "id", + "description": "The globally unique identifier for the comment author.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -13995,134 +12503,229 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "password", - "description": "Show posts with a specific password.", + "name": "isRestricted", + "description": "Whether the author information is considered restricted. (not fully public)", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "name", + "description": "The name of the author of a comment.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "stati", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "status", - "description": null, - "type": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "title", - "description": "Title of the object", + "name": "url", + "description": "The url of the author of a comment.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", - "description": "Connection between the HierarchicalContentNode type and the ContentNode type", - "fields": [ + "possibleTypes": [ { - "name": "edges", - "description": "Edges for the HierarchicalContentNodeToContentNodeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "User", + "ofType": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - } - }, + "kind": "OBJECT", + "name": "CommentAuthor", + "ofType": null + } + ] + }, + { + "kind": "ENUM", + "name": "AvatarRatingEnum", + "description": "What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are judged in that order. Default is the value of the 'avatar_rating' option", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "G", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "PG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "R", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "X", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionEdge", - "description": "Connection between the HierarchicalContentNode type and the ContentNode type", + "name": "Avatar", + "description": "Avatars are profile images for users. WordPress by default uses the Gravatar service to host and fetch avatars from.", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "default", + "description": "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).", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentNode", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "extraAttr", + "description": "HTML attributes to insert in the IMG element. Is not sanitized.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "forceDefault", + "description": "Whether to always show the default image, never the Gravatar.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "foundAvatar", + "description": "Whether the avatar was successfully found.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "height", + "description": "Height of the avatar image.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rating", + "description": "What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are judged in that order.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scheme", + "description": "Type of url scheme to use. Typically HTTP vs. HTTPS.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "size", + "description": "The size of the avatar in pixels. A value of 96 will match a 96px x 96px gravatar image.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "URL for the gravatar image source.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "width", + "description": "Width of the avatar image.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -14136,8 +12739,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "MediaItemToCommentConnectionWhereArgs", - "description": "Arguments for filtering the MediaItemToCommentConnection connection", + "name": "UserToCommentConnectionWhereArgs", + "description": "Arguments for filtering the UserToCommentConnection connection", "fields": null, "inputFields": [ { @@ -14380,7 +12983,7 @@ }, { "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", "type": { "kind": "LIST", "name": null, @@ -14495,21 +13098,163 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "ContentTypeEnum", + "description": "Allowed Content Types", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ATTACHMENT", + "description": "The Type of Content object", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PAGE", + "description": "The Type of Content object", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "POST", + "description": "The Type of Content object", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRODUCT", + "description": "The Type of Content object", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "description": "Options for ordering the connection", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "COMMENT_AGENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_APPROVED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_AUTHOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_AUTHOR_EMAIL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_AUTHOR_IP", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_AUTHOR_URL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_CONTENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_DATE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_DATE_GMT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_ID", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_IN", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_KARMA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_PARENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_POST_ID", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENT_TYPE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USER_ID", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "MediaItemToCommentConnection", - "description": "Connection between the mediaItem type and the Comment type", + "name": "UserToCommentConnection", + "description": "Connection between the User type and the Comment type", "fields": [ { "name": "edges", - "description": "Edges for the MediaItemToCommentConnection connection", + "description": "Edges for the UserToCommentConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "MediaItemToCommentConnectionEdge", + "name": "UserToCommentConnectionEdge", "ofType": null } }, @@ -14552,7 +13297,7 @@ }, { "kind": "OBJECT", - "name": "MediaItemToCommentConnectionEdge", + "name": "UserToCommentConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -14587,148 +13332,114 @@ }, { "kind": "OBJECT", - "name": "MediaItemToContentTypeConnectionEdge", - "description": "Connection between the mediaItem type and the ContentType type", + "name": "Comment", + "description": "A Comment object", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "agent", + "description": "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.", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentType", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the ContentNodeToEnqueuedScriptConnection connection", + "name": "approved", + "description": "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.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "author", + "description": "The author of the comment", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EnqueuedScript", - "ofType": null - } + "kind": "OBJECT", + "name": "CommentToCommenterConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "authorIp", + "description": "IP address for the author. This field is equivalent to WP_Comment->comment_author_IP and the value matching the "comment_author_IP" column in SQL.", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "commentId", + "description": "ID for the comment, unique among comments.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "commentedOn", + "description": "Connection between the Comment type and the ContentNode type", "args": [], "type": { "kind": "OBJECT", - "name": "EnqueuedScript", + "name": "CommentToContentNodeConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the ContentNodeToEnqueuedStylesheetConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnectionEdge", - "ofType": null + "name": "content", + "description": "Content of the comment. This field is equivalent to WP_Comment->comment_content and the value matching the "comment_content" column in SQL.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "databaseId", + "description": "The unique identifier stored in the database", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "EnqueuedStylesheet", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -14736,31 +13447,20 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "date", + "description": "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.", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "dateGmt", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -14771,190 +13471,196 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "id", + "description": "The globally unique identifier for the comment object", "args": [], "type": { - "kind": "OBJECT", - "name": "EnqueuedStylesheet", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "MediaItemSizeEnum", - "description": "The size of the media item object.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "LARGE", - "description": "MediaItem with the large size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LATEST_POST_BOXES", - "description": "MediaItem with the latest_post_boxes size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MEDIUM", - "description": "MediaItem with the medium size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MEDIUM_LARGE", - "description": "MediaItem with the medium_large size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MENU_FEATURED_POST", - "description": "MediaItem with the menu-featured-post size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_LANDSCAPE", - "description": "MediaItem with the portfolio-landscape size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_MASONRY_LARGE", - "description": "MediaItem with the portfolio_masonry_large size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_MASONRY_REGULAR", - "description": "MediaItem with the portfolio_masonry_regular size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_MASONRY_TALL", - "description": "MediaItem with the portfolio_masonry_tall size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_MASONRY_WIDE", - "description": "MediaItem with the portfolio_masonry_wide size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_MASONRY_WITH_SPACE", - "description": "MediaItem with the portfolio_masonry_with_space size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_PORTRAIT", - "description": "MediaItem with the portfolio-portrait size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_SLIDER", - "description": "MediaItem with the portfolio_slider size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PORTFOLIO_SQUARE", - "description": "MediaItem with the portfolio-square size", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "QODE_CAROUSEL_SLIDER", - "description": "MediaItem with the qode-carousel_slider size", - "isDeprecated": false, - "deprecationReason": null }, { - "name": "SHOP_CATALOG", - "description": "MediaItem with the shop_catalog size", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SHOP_SINGLE", - "description": "MediaItem with the shop_single size", + "name": "karma", + "description": "Karma value for the comment. This field is equivalent to WP_Comment->comment_karma and the value matching the "comment_karma" column in SQL.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SHOP_THUMBNAIL", - "description": "MediaItem with the shop_thumbnail size", + "name": "parent", + "description": "Connection between the Comment type and the Comment type", + "args": [ + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CommentToParentCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CommentToParentCommentConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "THUMBNAIL", - "description": "MediaItem with the thumbnail size", + "name": "parentDatabaseId", + "description": "The database id of the parent comment node or null if it is the root comment", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "WOOCOMMERCE_GALLERY_THUMBNAIL", - "description": "MediaItem with the woocommerce_gallery_thumbnail size", + "name": "parentId", + "description": "The globally unique identifier of the parent comment node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "WOOCOMMERCE_SINGLE", - "description": "MediaItem with the woocommerce_single size", + "name": "replies", + "description": "Connection between the Comment type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CommentToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CommentToCommentConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "WOOCOMMERCE_THUMBNAIL", - "description": "MediaItem with the woocommerce_thumbnail size", + "name": "type", + "description": "Type of comment. This field is equivalent to WP_Comment->comment_type and the value matching the "comment_type" column in SQL.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "_1536X1536", - "description": "MediaItem with the 1536x1536 size", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "_2048X2048", - "description": "MediaItem with the 2048x2048 size", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null } ], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", - "description": "Connection between the ContentNode type and the User type", + "name": "CommentToCommenterConnectionEdge", + "description": "Connection between the Comment type and the Commenter type", "fields": [ { "name": "node", "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "OBJECT", - "name": "User", + "kind": "INTERFACE", + "name": "Commenter", "ofType": null }, "isDeprecated": false, @@ -14968,357 +13674,423 @@ }, { "kind": "OBJECT", - "name": "MediaDetails", - "description": "File details for a Media Item", + "name": "CommentToContentNodeConnectionEdge", + "description": "Connection between the Comment type and the ContentNode type", "fields": [ { - "name": "file", - "description": "The height of the mediaItem", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "description": "The format of post field data.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "height", - "description": "The height of the mediaItem", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "RAW", + "description": "Provide the field value directly from database", "isDeprecated": false, "deprecationReason": null }, { - "name": "meta", - "description": null, - "args": [], + "name": "RENDERED", + "description": "Apply the default WordPress rendering", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CommentToParentCommentConnectionWhereArgs", + "description": "Arguments for filtering the CommentToParentCommentConnection connection", + "fields": null, + "inputFields": [ + { + "name": "authorEmail", + "description": "Comment author email address.", "type": { - "kind": "OBJECT", - "name": "MediaItemMeta", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sizes", - "description": "The available sizes of the mediaItem", - "args": [], + "name": "authorIn", + "description": "Array of author IDs to include comments for.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MediaSize", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "width", - "description": "The width of the mediaItem", - "args": [], + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MediaItemMeta", - "description": "Meta connected to a MediaItem", - "fields": [ + "defaultValue": null + }, { - "name": "aperture", - "description": null, - "args": [], + "name": "authorUrl", + "description": "Comment author URL.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "camera", - "description": null, - "args": [], + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "caption", - "description": null, - "args": [], + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "copyright", - "description": null, - "args": [], + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "createdTimestamp", - "description": null, - "args": [], + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "credit", - "description": null, - "args": [], + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "focalLength", - "description": null, - "args": [], + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "iso", - "description": null, - "args": [], + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "keywords", - "description": null, - "args": [], + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "orientation", - "description": null, - "args": [], + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shutterSpeed", - "description": null, - "args": [], + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "title", - "description": null, - "args": [], + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MediaSize", - "description": "Details of an available size for a media item", - "fields": [ + "defaultValue": null + }, { - "name": "file", - "description": "The file of the for the referenced size", - "args": [], + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "fileSize", - "description": "The filesize of the resource", - "args": [], + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "height", - "description": "The height of the for the referenced size", - "args": [], + "name": "order", + "description": "The cardinality of the order of the connection", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "OrderEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "mimeType", - "description": "The mime type of the resource", - "args": [], + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "The referenced size name", - "args": [], + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sourceUrl", - "description": "The url of the for the referenced size", - "args": [], + "name": "status", + "description": "Comment status to limit results by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "width", - "description": "The width of the for the referenced size", - "args": [], + "name": "userId", + "description": "Include comments for a specific user ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "description": "The template assigned to a node of content", + "kind": "OBJECT", + "name": "CommentToParentCommentConnectionEdge", + "description": "Connection between the Comment type and the Comment type", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "templateName", - "description": "The name of the template", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -15326,130 +14098,19 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "DefaultTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogChequeredTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogCompoundTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogGalleryTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogHeadlinesTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageSimpleTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageWholePostTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageWithDividersTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryDateInImageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryFullWidthDateInImageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryFullWidthTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryGalleryTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogPinterestTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogSmallImageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "BlogVerticalLoopTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ContactPageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "FullScreenSectionsTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "FullWidthTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "LandingPageTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "WooCommerceTemplate", - "ofType": null - } - ] + "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", - "description": "Arguments for filtering the ContentNodeToTermNodeConnection connection", + "name": "CommentToCommentConnectionWhereArgs", + "description": "Arguments for filtering the CommentToCommentConnection connection", "fields": null, "inputFields": [ { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "authorEmail", + "description": "Comment author email address.", "type": { "kind": "SCALAR", "name": "String", @@ -15458,28 +14119,36 @@ "defaultValue": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "authorIn", + "description": "Array of author IDs to include comments for.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "authorUrl", + "description": "Comment author URL.", "type": { "kind": "SCALAR", "name": "String", @@ -15488,8 +14157,8 @@ "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { "kind": "LIST", "name": null, @@ -15502,8 +14171,8 @@ "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { "kind": "LIST", "name": null, @@ -15516,28 +14185,42 @@ "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", "type": { "kind": "LIST", "name": null, @@ -15550,32 +14233,46 @@ "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -15588,28 +14285,32 @@ "defaultValue": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", "name": "Int", @@ -15618,46 +14319,36 @@ "defaultValue": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "taxonomies", - "description": "The Taxonomy to filter terms by", + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", - "name": "TaxonomyEnum", + "name": "ContentTypeEnum", "ofType": null } }, "defaultValue": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", "type": { "kind": "LIST", "name": null, @@ -15670,159 +14361,123 @@ "defaultValue": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "karma", + "description": "Karma score to retrieve matching comments for.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "description": "Options for ordering the connection by", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "COUNT", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "DESCRIPTION", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "order", + "description": "The cardinality of the order of the connection", + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "NAME", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "SLUG", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TERM_GROUP", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TERM_ID", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TERM_ORDER", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "TaxonomyEnum", - "description": "Allowed taxonomies", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "CATEGORY", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PACOLOR", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PASIZE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "POSTFORMAT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRODUCTCATEGORY", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRODUCTTAG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PRODUCTTYPE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SHIPPINGCLASS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "TAG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "status", + "description": "Comment status to limit results by.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "VISIBLEPRODUCT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "userId", + "description": "Include comments for a specific user ID.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "description": "Connection between the ContentNode type and the TermNode type", + "name": "CommentToCommentConnection", + "description": "Connection between the Comment type and the Comment type", "fields": [ { "name": "edges", - "description": "Edges for the ContentNodeToTermNodeConnection connection", + "description": "Edges for the CommentToCommentConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnectionEdge", + "name": "CommentToCommentConnectionEdge", "ofType": null } }, @@ -15837,8 +14492,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "TermNode", + "kind": "OBJECT", + "name": "Comment", "ofType": null } }, @@ -15865,7 +14520,7 @@ }, { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnectionEdge", + "name": "CommentToCommentConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -15885,8 +14540,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "INTERFACE", - "name": "TermNode", + "kind": "OBJECT", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -15898,333 +14553,21 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INTERFACE", - "name": "TermNode", - "description": "Terms are nodes within a Taxonomy, used to group and relate other nodes.", - "fields": [ - { - "name": "count", - "description": "The number of objects connected to the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "The description of the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "Unique identifier for the term", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": "The link to the term", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Category", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PostFormat", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Tag", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PaColor", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "PaSize", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductTag", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ProductType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ShippingClass", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "VisibleProduct", - "ofType": null - } - ] - }, { "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", - "description": "Connection between the TermNode type and the EnqueuedScript type", + "name": "UserToEnqueuedScriptConnection", + "description": "Connection between the User type and the EnqueuedScript type", "fields": [ { "name": "edges", - "description": "Edges for the TermNodeToEnqueuedScriptConnection connection", + "description": "Edges for the UserToEnqueuedScriptConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnectionEdge", + "name": "UserToEnqueuedScriptConnectionEdge", "ofType": null } }, @@ -16267,7 +14610,7 @@ }, { "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnectionEdge", + "name": "UserToEnqueuedScriptConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -16302,19 +14645,19 @@ }, { "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "name": "UserToEnqueuedStylesheetConnection", + "description": "Connection between the User type and the EnqueuedStylesheet type", "fields": [ { "name": "edges", - "description": "Edges for the TermNodeToEnqueuedStylesheetConnection connection", + "description": "Edges for the UserToEnqueuedStylesheetConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnectionEdge", + "name": "UserToEnqueuedStylesheetConnectionEdge", "ofType": null } }, @@ -16357,7 +14700,7 @@ }, { "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnectionEdge", + "name": "UserToEnqueuedStylesheetConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -16392,8 +14735,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "UserToPageConnectionWhereArgs", - "description": "Arguments for filtering the UserToPageConnection connection", + "name": "UserToMediaItemConnectionWhereArgs", + "description": "Arguments for filtering the UserToMediaItemConnection connection", "fields": null, "inputFields": [ { @@ -16649,19 +14992,19 @@ }, { "kind": "OBJECT", - "name": "UserToPageConnection", - "description": "Connection between the User type and the page type", + "name": "UserToMediaItemConnection", + "description": "Connection between the User type and the mediaItem type", "fields": [ { "name": "edges", - "description": "Edges for the UserToPageConnection connection", + "description": "Edges for the UserToMediaItemConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToPageConnectionEdge", + "name": "UserToMediaItemConnectionEdge", "ofType": null } }, @@ -16677,7 +15020,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Page", + "name": "MediaItem", "ofType": null } }, @@ -16704,7 +15047,7 @@ }, { "kind": "OBJECT", - "name": "UserToPageConnectionEdge", + "name": "UserToMediaItemConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -16725,7 +15068,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Page", + "name": "MediaItem", "ofType": null }, "isDeprecated": false, @@ -16739,19 +15082,31 @@ }, { "kind": "OBJECT", - "name": "Page", - "description": "The page type", + "name": "MediaItem", + "description": "The mediaItem type", "fields": [ { - "name": "ancestors", - "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "altText", + "description": "Alternative text to display when resource is not displayed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ancestors", + "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null @@ -16791,7 +15146,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -16799,7 +15154,7 @@ ], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnection", "ofType": null }, "isDeprecated": false, @@ -16841,6 +15196,29 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "caption", + "description": "The caption for the resource", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "children", "description": "Connection between the HierarchicalContentNode type and the ContentNode type", @@ -16890,7 +15268,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionWhereArgs", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -16898,7 +15276,7 @@ ], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnection", + "name": "HierarchicalContentNodeToContentNodeChildrenConnection", "ofType": null }, "isDeprecated": false, @@ -16906,7 +15284,7 @@ }, { "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", "args": [], "type": { "kind": "SCALAR", @@ -16930,7 +15308,7 @@ }, { "name": "comments", - "description": "Connection between the page type and the Comment type", + "description": "Connection between the mediaItem type and the Comment type", "args": [ { "name": "first", @@ -16977,7 +15355,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "PageToCommentConnectionWhereArgs", + "name": "MediaItemToCommentConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -16985,30 +15363,7 @@ ], "type": { "kind": "OBJECT", - "name": "PageToCommentConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "MediaItemToCommentConnection", "ofType": null }, "isDeprecated": false, @@ -17016,11 +15371,11 @@ }, { "name": "contentType", - "description": "Connection between the page type and the ContentType type", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { "kind": "OBJECT", - "name": "PageToContentTypeConnectionEdge", + "name": "ContentNodeToContentTypeConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -17066,6 +15421,29 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "description", + "description": "Description of the image (stored as post_content)", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "desiredSlug", "description": "The desired slug of the post", @@ -17080,7 +15458,7 @@ }, { "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", + "description": "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", "args": [], "type": { "kind": "OBJECT", @@ -17209,21 +15587,20 @@ "deprecationReason": null }, { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", - "args": [], + "name": "fileSize", + "description": "The filesize in bytes of the resource", + "args": [ + { + "name": "size", + "description": "Size of the MediaItem to return", + "type": { + "kind": "ENUM", + "name": "MediaItemSizeEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "Int", @@ -17232,21 +15609,9 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -17258,7 +15623,7 @@ }, { "name": "id", - "description": "The globally unique identifier of the page object.", + "description": "The globally unique identifier of the attachment object.", "args": [], "type": { "kind": "NON_NULL", @@ -17273,88 +15638,84 @@ "deprecationReason": null }, { - "name": "isFrontPage", - "description": "Whether this page is set to the static front page.", + "name": "isPreview", + "description": "Whether the object is a node in the preview state", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isPostsPage", - "description": "Whether this page is set to the blog posts page.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "link", + "description": "The permalink of the post", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRevision", - "description": "True if the node is a revision of another node", + "name": "mediaDetails", + "description": "Details about the mediaItem", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "MediaDetails", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", + "name": "mediaItemId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of the databaseId field" }, { - "name": "link", - "description": "The permalink of the post", + "name": "mediaItemUrl", + "description": "Url of the mediaItem", "args": [], "type": { "kind": "SCALAR", @@ -17365,20 +15726,20 @@ "deprecationReason": null }, { - "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "name": "mediaType", + "description": "Type of resource", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modified", - "description": "The local modified time for a post. If a post was recently updated the\nmodified field will change to match the corresponding time.", + "name": "mimeType", + "description": "The mime type of the mediaItem", "args": [], "type": { "kind": "SCALAR", @@ -17389,8 +15750,8 @@ "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "name": "modified", + "description": "The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time.", "args": [], "type": { "kind": "SCALAR", @@ -17401,20 +15762,16 @@ "deprecationReason": null }, { - "name": "pageId", - "description": "The id field matches the WP_Post->ID field.", + "name": "modifiedGmt", + "description": "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.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of the databaseId field" + "isDeprecated": false, + "deprecationReason": null }, { "name": "parent", @@ -17422,7 +15779,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "HierarchicalContentNodeToContentNodeConnectionEdge", + "name": "HierarchicalContentNodeToParentContentNodeConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -17453,120 +15810,102 @@ "deprecationReason": null }, { - "name": "preview", - "description": "Connection between the page type and the page type", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", "args": [], "type": { - "kind": "OBJECT", - "name": "PageToPreviewConnectionEdge", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", - "args": [], + "name": "sizes", + "description": "The sizes attribute value for an image.", + "args": [ + { + "name": "size", + "description": "Size of the MediaItem to calculate sizes with", + "type": { + "kind": "ENUM", + "name": "MediaItemSizeEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisionOf", - "description": "If the current node is a revision, this field exposes the node this is a\nrevision of. Returns null if the node is not a revision of another node.", + "name": "slug", + "description": "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.", "args": [], "type": { - "kind": "OBJECT", - "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisions", - "description": "Connection between the page type and the page type", + "name": "sourceUrl", + "description": "Url of the mediaItem", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "size", + "description": "Size of the MediaItem to return", "type": { - "kind": "INPUT_OBJECT", - "name": "PageToRevisionConnectionWhereArgs", + "kind": "ENUM", + "name": "MediaItemSizeEnum", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "PageToRevisionConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "The uri slug for the post. This is equivalent to the WP_Post->post_name\nfield and the post_name column in the database for the\n"post_objects" table.", - "args": [], + "name": "srcSet", + "description": "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.", + "args": [ + { + "name": "size", + "description": "Size of the MediaItem to calculate srcSet with", + "type": { + "kind": "ENUM", + "name": "MediaItemSizeEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -17589,7 +15928,7 @@ }, { "name": "template", - "description": "The template assigned to the node", + "description": "The template assigned to a node of content", "args": [], "type": { "kind": "INTERFACE", @@ -17599,69 +15938,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "title", "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", @@ -17714,11 +15990,6 @@ "name": "ContentNode", "ofType": null }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, { "kind": "INTERFACE", "name": "DatabaseIdentifier", @@ -17726,22 +15997,22 @@ }, { "kind": "INTERFACE", - "name": "NodeWithTitle", + "name": "NodeWithTemplate", "ofType": null }, { "kind": "INTERFACE", - "name": "NodeWithContentEditor", + "name": "UniformResourceIdentifiable", "ofType": null }, { "kind": "INTERFACE", - "name": "NodeWithAuthor", + "name": "NodeWithTitle", "ofType": null }, { "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", + "name": "NodeWithAuthor", "ofType": null }, { @@ -17751,48 +16022,61 @@ }, { "kind": "INTERFACE", - "name": "NodeWithRevisions", + "name": "HierarchicalContentNode", "ofType": null - }, + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithTemplate", + "description": "A node that can have a template associated with it", + "fields": [ { - "kind": "INTERFACE", - "name": "NodeWithPageAttributes", + "name": "template", + "description": "The template assigned to the node", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "MediaItem", "ofType": null }, { - "kind": "INTERFACE", - "name": "HierarchicalContentNode", + "kind": "OBJECT", + "name": "Page", "ofType": null }, { - "kind": "INTERFACE", - "name": "MenuItemLinkable", + "kind": "OBJECT", + "name": "Post", "ofType": null } - ], - "enumValues": null, - "possibleTypes": null + ] }, { "kind": "INTERFACE", - "name": "NodeWithContentEditor", - "description": "A node that supports the content editor", + "name": "ContentTemplate", + "description": "The template assigned to a node of content", "fields": [ { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "templateName", + "description": "The name of the template", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -17803,136 +16087,144 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", - "name": "Page", + "name": "DefaultTemplate", "ofType": null }, { "kind": "OBJECT", - "name": "Post", + "name": "Template_BlogChequered", "ofType": null }, { "kind": "OBJECT", - "name": "VariableProduct", + "name": "Template_BlogCompound", "ofType": null }, { "kind": "OBJECT", - "name": "ExternalProduct", + "name": "Template_BlogGallery", "ofType": null }, { "kind": "OBJECT", - "name": "GroupProduct", + "name": "Template_BlogHeadlines", "ofType": null }, { "kind": "OBJECT", - "name": "SimpleProduct", + "name": "Template_BlogLargeImageSimple", "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "description": "A node that can have a featured image set", - "fields": [ + }, { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Template_BlogLargeImageWholePost", + "ofType": null }, { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Template_BlogLargeImageWithDividers", + "ofType": null }, { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + "kind": "OBJECT", + "name": "Template_BlogLargeImage", + "ofType": null + }, { "kind": "OBJECT", - "name": "Page", + "name": "Template_BlogMasonryDateInImage", "ofType": null }, { "kind": "OBJECT", - "name": "Post", + "name": "Template_BlogMasonryFullWidthDateInImage", "ofType": null }, { "kind": "OBJECT", - "name": "ProductVariation", + "name": "Template_BlogMasonryFullWidth", "ofType": null }, { "kind": "OBJECT", - "name": "VariableProduct", + "name": "Template_BlogMasonryGallery", "ofType": null }, { "kind": "OBJECT", - "name": "ExternalProduct", + "name": "Template_BlogMasonry", "ofType": null }, { "kind": "OBJECT", - "name": "GroupProduct", + "name": "Template_BlogPinterest", "ofType": null }, { "kind": "OBJECT", - "name": "SimpleProduct", + "name": "Template_BlogSmallImage", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogVerticalLoop", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_ContactPage", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_FullScreenSections", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_FullWidth", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_LandingPage", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Template_WooCommerce", "ofType": null } ] }, { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "kind": "INTERFACE", + "name": "NodeWithTitle", + "description": "A node that NodeWith a title", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "title", + "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "OBJECT", - "name": "MediaItem", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -17942,32 +16234,60 @@ "inputFields": null, "interfaces": [], "enumValues": null, - "possibleTypes": null + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + } + ] }, { "kind": "INTERFACE", - "name": "NodeWithRevisions", - "description": "A node that can have revisions", + "name": "NodeWithAuthor", + "description": "A node that can have an author assigned to it", "fields": [ { - "name": "isRevision", - "description": "True if the node is a revision of another node", + "name": "author", + "description": "Connection between the NodeWithAuthor type and the User type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithAuthorToUserConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "authorDatabaseId", + "description": "The database identifier of the author of the node", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisionOf", - "description": "If the current node is a revision, this field exposes the node this is a\nrevision of. Returns null if the node is not a revision of another node.", + "name": "authorId", + "description": "The globally unique identifier of the author of the node", "args": [], "type": { - "kind": "OBJECT", - "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, @@ -17975,9 +16295,14 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ + { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, { "kind": "OBJECT", "name": "Page", @@ -17992,16 +16317,16 @@ }, { "kind": "OBJECT", - "name": "NodeWithRevisionsToContentNodeConnectionEdge", - "description": "Connection between the NodeWithRevisions type and the ContentNode type", + "name": "NodeWithAuthorToUserConnectionEdge", + "description": "Connection between the NodeWithAuthor type and the User type", "fields": [ { "name": "node", "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentNode", + "kind": "OBJECT", + "name": "User", "ofType": null }, "isDeprecated": false, @@ -18015,12 +16340,12 @@ }, { "kind": "INTERFACE", - "name": "NodeWithPageAttributes", - "description": "A node that can have page attributes", + "name": "NodeWithComments", + "description": "A node that can have comments associated with it", "fields": [ { - "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", "args": [], "type": { "kind": "SCALAR", @@ -18029,77 +16354,29 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "MenuItemLinkable", - "description": "Nodes that can be linked to as Menu Items", - "fields": [ - { - "name": "databaseId", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ + { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, { "kind": "OBJECT", "name": "Page", @@ -18112,216 +16389,254 @@ }, { "kind": "OBJECT", - "name": "Category", + "name": "VariableProduct", "ofType": null }, { "kind": "OBJECT", - "name": "PostFormat", + "name": "Order", "ofType": null }, { "kind": "OBJECT", - "name": "Tag", + "name": "ExternalProduct", "ofType": null }, { "kind": "OBJECT", - "name": "ProductCategory", + "name": "SimpleProduct", "ofType": null }, { "kind": "OBJECT", - "name": "ProductTag", + "name": "GroupProduct", "ofType": null } ] }, { - "kind": "INPUT_OBJECT", - "name": "PageToCommentConnectionWhereArgs", - "description": "Arguments for filtering the PageToCommentConnection connection", - "fields": null, - "inputFields": [ - { - "name": "authorEmail", - "description": "Comment author email address.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, + "kind": "INTERFACE", + "name": "HierarchicalContentNode", + "description": "Content node with hierarchical (parent/child) relationships", + "fields": [ { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "ancestors", + "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "authorUrl", - "description": "Comment author URL.", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "children", + "description": "Connection between the HierarchicalContentNode type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "HierarchicalContentNodeToContentNodeChildrenConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentType", - "description": "Include comments of a given type.", + "name": "parent", + "description": "The parent of the node. The parent object can be of various types", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "HierarchicalContentNodeToParentContentNodeConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", + "name": "parentDatabaseId", + "description": "Database id of the parent node", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", + "name": "parentId", + "description": "The globally unique identifier of the parent node.", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, + "kind": "OBJECT", + "name": "Page", + "ofType": null + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs", + "description": "Arguments for filtering the HierarchicalContentNodeToContentNodeAncestorsConnection connection", + "fields": null, + "inputFields": [ { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null }, "defaultValue": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "id", + "description": "Specific ID of the object", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, @@ -18334,110 +16649,80 @@ "defaultValue": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, "defaultValue": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, "defaultValue": null }, - { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "order", - "description": "The cardinality of the order of the connection", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field to order the comments by.", - "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, { "name": "parent", - "description": "Parent ID of comment to retrieve children of.", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, @@ -18451,7 +16736,7 @@ }, { "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, @@ -18464,8 +16749,8 @@ "defaultValue": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", @@ -18474,8 +16759,8 @@ "defaultValue": null }, { - "name": "status", - "description": "Comment status to limit results by.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", @@ -18484,11 +16769,35 @@ "defaultValue": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "defaultValue": null @@ -18500,19 +16809,19 @@ }, { "kind": "OBJECT", - "name": "PageToCommentConnection", - "description": "Connection between the page type and the Comment type", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnection", + "description": "Connection between the HierarchicalContentNode type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the PageToCommentConnection connection", + "description": "Edges for the HierarchicalContentNodeToContentNodeAncestorsConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageToCommentConnectionEdge", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionEdge", "ofType": null } }, @@ -18527,8 +16836,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Comment", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -18555,7 +16864,7 @@ }, { "kind": "OBJECT", - "name": "PageToCommentConnectionEdge", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -18575,54 +16884,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageToContentTypeConnectionEdge", - "description": "Connection between the page type and the ContentType type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageToPreviewConnectionEdge", - "description": "Connection between the page type and the page type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Page", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -18636,58 +16899,10 @@ }, { "kind": "INPUT_OBJECT", - "name": "PageToRevisionConnectionWhereArgs", - "description": "Arguments for filtering the pageToRevisionConnection connection", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs", + "description": "Arguments for filtering the HierarchicalContentNodeToContentNodeChildrenConnection connection", "fields": null, "inputFields": [ - { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "dateQuery", "description": "Filter the connection based on dates", @@ -18893,19 +17108,19 @@ }, { "kind": "OBJECT", - "name": "PageToRevisionConnection", - "description": "Connection between the page type and the page type", + "name": "HierarchicalContentNodeToContentNodeChildrenConnection", + "description": "Connection between the HierarchicalContentNode type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the pageToRevisionConnection connection", + "description": "Edges for the HierarchicalContentNodeToContentNodeChildrenConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageToRevisionConnectionEdge", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionEdge", "ofType": null } }, @@ -18920,8 +17135,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Page", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -18948,7 +17163,7 @@ }, { "kind": "OBJECT", - "name": "PageToRevisionConnectionEdge", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -18968,8 +17183,31 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "Page", + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "HierarchicalContentNodeToParentContentNodeConnectionEdge", + "description": "Connection between the HierarchicalContentNode type and the ContentNode type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -18983,23 +17221,23 @@ }, { "kind": "INPUT_OBJECT", - "name": "UserToPostConnectionWhereArgs", - "description": "Arguments for filtering the UserToPostConnection connection", + "name": "MediaItemToCommentConnectionWhereArgs", + "description": "Arguments for filtering the MediaItemToCommentConnection connection", "fields": null, "inputFields": [ { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", + "name": "authorEmail", + "description": "Comment author email address.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", + "description": "Array of author IDs to include comments for.", "type": { "kind": "LIST", "name": null, @@ -19011,19 +17249,9 @@ }, "defaultValue": null }, - { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", + "description": "Array of author IDs to exclude comments for.", "type": { "kind": "LIST", "name": null, @@ -19036,18 +17264,18 @@ "defaultValue": null }, { - "name": "categoryId", - "description": "Category ID", + "name": "authorUrl", + "description": "Comment author URL.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "categoryIn", - "description": "Array of category IDs, used to display objects from one category OR another", + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { "kind": "LIST", "name": null, @@ -19060,18 +17288,8 @@ "defaultValue": null }, { - "name": "categoryName", - "description": "Use Category Slug", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryNotIn", - "description": "Array of category IDs, used to display objects from one category OR another", + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { "kind": "LIST", "name": null, @@ -19084,62 +17302,32 @@ "defaultValue": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "id", - "description": "Specific ID of the object", + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", - "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Slug / post_name of the object", + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", "type": { "kind": "SCALAR", "name": "String", @@ -19148,22 +17336,22 @@ "defaultValue": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { "kind": "LIST", "name": null, @@ -19176,22 +17364,22 @@ "defaultValue": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { "kind": "SCALAR", "name": "ID", @@ -19200,8 +17388,8 @@ "defaultValue": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -19214,8 +17402,8 @@ "defaultValue": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -19228,8 +17416,8 @@ "defaultValue": null }, { - "name": "password", - "description": "Show posts with a specific password.", + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", "type": { "kind": "SCALAR", "name": "String", @@ -19238,18 +17426,18 @@ "defaultValue": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "stati", - "description": null, + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", "type": { "kind": "LIST", "name": null, @@ -19262,38 +17450,76 @@ "defaultValue": null }, { - "name": "status", - "description": null, + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "order", + "description": "The cardinality of the order of the connection", "type": { "kind": "ENUM", - "name": "PostStatusEnum", + "name": "OrderEnum", "ofType": null }, "defaultValue": null }, { - "name": "tag", - "description": "Tag Slug", + "name": "orderby", + "description": "Field to order the comments by.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", "ofType": null }, "defaultValue": null }, { - "name": "tagId", - "description": "Use Tag ID", + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "tagIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", "type": { "kind": "LIST", "name": null, @@ -19306,8 +17532,8 @@ "defaultValue": null }, { - "name": "tagNotIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", "type": { "kind": "LIST", "name": null, @@ -19320,39 +17546,31 @@ "defaultValue": null }, { - "name": "tagSlugAnd", - "description": "Array of tag slugs, used to display objects from one tag OR another", + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "tagSlugIn", - "description": "Array of tag slugs, used to exclude objects in specified tags", + "name": "status", + "description": "Comment status to limit results by.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "title", - "description": "Title of the object", + "name": "userId", + "description": "Include comments for a specific user ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null @@ -19364,19 +17582,19 @@ }, { "kind": "OBJECT", - "name": "UserToPostConnection", - "description": "Connection between the User type and the post type", + "name": "MediaItemToCommentConnection", + "description": "Connection between the mediaItem type and the Comment type", "fields": [ { "name": "edges", - "description": "Edges for the UserToPostConnection connection", + "description": "Edges for the MediaItemToCommentConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToPostConnectionEdge", + "name": "MediaItemToCommentConnectionEdge", "ofType": null } }, @@ -19392,7 +17610,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Post", + "name": "Comment", "ofType": null } }, @@ -19419,7 +17637,7 @@ }, { "kind": "OBJECT", - "name": "UserToPostConnectionEdge", + "name": "MediaItemToCommentConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -19440,7 +17658,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Post", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -19454,123 +17672,67 @@ }, { "kind": "OBJECT", - "name": "Post", - "description": "The post type", + "name": "ContentNodeToEnqueuedScriptConnection", + "description": "Connection between the ContentNode type and the EnqueuedScript type", "fields": [ { - "name": "author", - "description": "Connection between the NodeWithAuthor type and the User type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithAuthorToUserConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "authorDatabaseId", - "description": "The database identifier of the author of the node", + "name": "edges", + "description": "Edges for the ContentNodeToEnqueuedScriptConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "authorId", - "description": "The globally unique identifier of the author of the node", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": "Connection between the post type and the category type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PostToCategoryConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnqueuedScript", + "ofType": null } - ], - "type": { - "kind": "OBJECT", - "name": "PostToCategoryConnection", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -19581,113 +17743,54 @@ "deprecationReason": null }, { - "name": "comments", - "description": "Connection between the post type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PostToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { "kind": "OBJECT", - "name": "PostToCommentConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "EnqueuedScript", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedStylesheetConnection", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "fields": [ { - "name": "contentType", - "description": "Connection between the post type and the ContentType type", + "name": "edges", + "description": "Edges for the ContentNodeToEnqueuedStylesheetConnection connection", "args": [], "type": { - "kind": "OBJECT", - "name": "PostToContentTypeConnectionEdge", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedStylesheetConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "The ID of the node in the database.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "EnqueuedStylesheet", "ofType": null } }, @@ -19695,20 +17798,31 @@ "deprecationReason": null }, { - "name": "date", - "description": "Post publishing date.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedStylesheetConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "dateGmt", - "description": "The publishing date set in GMT.", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -19719,228 +17833,252 @@ "deprecationReason": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "EnqueuedStylesheet", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "MediaItemSizeEnum", + "description": "The size of the media item object.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", - "ofType": null - }, + "name": "LARGE", + "description": "MediaItem with the large size", "isDeprecated": false, "deprecationReason": null }, { - "name": "enclosure", - "description": "The RSS enclosure for the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "LATEST_POST_BOXES", + "description": "MediaItem with the latest_post_boxes size", "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", - "ofType": null - }, + "name": "MEDIUM", + "description": "MediaItem with the medium size", "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", - "ofType": null - }, + "name": "MEDIUM_LARGE", + "description": "MediaItem with the medium_large size", "isDeprecated": false, "deprecationReason": null }, { - "name": "excerpt", - "description": "The excerpt of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MENU_FEATURED_POST", + "description": "MediaItem with the menu-featured-post size", "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "name": "PORTFOLIO_LANDSCAPE", + "description": "MediaItem with the portfolio-landscape size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_MASONRY_LARGE", + "description": "MediaItem with the portfolio_masonry_large size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_MASONRY_REGULAR", + "description": "MediaItem with the portfolio_masonry_regular size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_MASONRY_TALL", + "description": "MediaItem with the portfolio_masonry_tall size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_MASONRY_WIDE", + "description": "MediaItem with the portfolio_masonry_wide size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_MASONRY_WITH_SPACE", + "description": "MediaItem with the portfolio_masonry_with_space size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_PORTRAIT", + "description": "MediaItem with the portfolio-portrait size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_SLIDER", + "description": "MediaItem with the portfolio_slider size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PORTFOLIO_SQUARE", + "description": "MediaItem with the portfolio-square size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QODE_CAROUSEL_SLIDER", + "description": "MediaItem with the qode-carousel_slider size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SHOP_CATALOG", + "description": "MediaItem with the shop_catalog size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SHOP_SINGLE", + "description": "MediaItem with the shop_single size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SHOP_THUMBNAIL", + "description": "MediaItem with the shop_thumbnail size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THUMBNAIL", + "description": "MediaItem with the thumbnail size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WOOCOMMERCE_GALLERY_THUMBNAIL", + "description": "MediaItem with the woocommerce_gallery_thumbnail size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WOOCOMMERCE_SINGLE", + "description": "MediaItem with the woocommerce_single size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WOOCOMMERCE_THUMBNAIL", + "description": "MediaItem with the woocommerce_thumbnail size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "_1536X1536", + "description": "MediaItem with the 1536x1536 size", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "_2048X2048", + "description": "MediaItem with the 2048x2048 size", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", + "description": "Connection between the ContentNode type and the User type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MediaDetails", + "description": "File details for a Media Item", + "fields": [ { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", + "name": "file", + "description": "The height of the mediaItem", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", + "name": "height", + "description": "The height of the mediaItem", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "name": "meta", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "MediaItemMeta", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier of the post object.", + "name": "sizes", + "description": "The available sizes of the mediaItem", "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "MediaSize", "ofType": null } }, @@ -19948,56 +18086,67 @@ "deprecationReason": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", + "name": "width", + "description": "The width of the mediaItem", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MediaItemMeta", + "description": "Meta connected to a MediaItem", + "fields": [ { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "aperture", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRevision", - "description": "True if the node is a revision of another node", + "name": "camera", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", + "name": "caption", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", - "description": "The permalink of the post", + "name": "copyright", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -20008,20 +18157,20 @@ "deprecationReason": null }, { - "name": "modified", - "description": "The local modified time for a post. If a post was recently updated the\nmodified field will change to match the corresponding time.", + "name": "createdTimestamp", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "name": "credit", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -20032,20 +18181,32 @@ "deprecationReason": null }, { - "name": "pingStatus", - "description": "Whether the pings are open or closed for this particular post.", + "name": "focalLength", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pinged", - "description": "URLs that have been pinged.", + "name": "iso", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "keywords", + "description": null, "args": [], "type": { "kind": "LIST", @@ -20060,99 +18221,67 @@ "deprecationReason": null }, { - "name": "postFormats", - "description": "Connection between the post type and the postFormat type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PostToPostFormatConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "orientation", + "description": null, + "args": [], "type": { - "kind": "OBJECT", - "name": "PostToPostFormatConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "postId", - "description": "The id field matches the WP_Post->ID field.", + "name": "shutterSpeed", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of the databaseId field" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "preview", - "description": "Connection between the post type and the post type", + "name": "title", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "PostToPreviewConnectionEdge", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MediaSize", + "description": "Details of an available size for a media item", + "fields": [ + { + "name": "file", + "description": "The file of the for the referenced size", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", + "name": "fileSize", + "description": "The filesize of the resource", "args": [], "type": { "kind": "SCALAR", @@ -20163,51 +18292,445 @@ "deprecationReason": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", + "name": "height", + "description": "The height of the for the referenced size", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisionOf", - "description": "If the current node is a revision, this field exposes the node this is a\nrevision of. Returns null if the node is not a revision of another node.", + "name": "mimeType", + "description": "The mime type of the resource", "args": [], "type": { - "kind": "OBJECT", - "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisions", - "description": "Connection between the post type and the post type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "name", + "description": "The referenced size name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceUrl", + "description": "The url of the for the referenced size", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "width", + "description": "The width of the for the referenced size", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UserToPageConnectionWhereArgs", + "description": "Arguments for filtering the UserToPageConnection connection", + "fields": null, + "inputFields": [ + { + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorIn", + "description": "Find objects connected to author(s) in the array of author's userIds", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorNotIn", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Slug / post_name of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UserToPageConnection", + "description": "Connection between the User type and the page type", + "fields": [ + { + "name": "edges", + "description": "Edges for the UserToPageConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UserToPageConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UserToPageConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Page", + "description": "The page type", + "fields": [ + { + "name": "ancestors", + "description": "Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "defaultValue": null }, { @@ -20235,7 +18758,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "PostToRevisionConnectionWhereArgs", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -20243,39 +18766,51 @@ ], "type": { "kind": "OBJECT", - "name": "PostToRevisionConnection", + "name": "HierarchicalContentNodeToContentNodeAncestorsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "The uri slug for the post. This is equivalent to the WP_Post->post_name\nfield and the post_name column in the database for the\n"post_objects" table.", + "name": "author", + "description": "Connection between the NodeWithAuthor type and the User type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithAuthorToUserConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "authorDatabaseId", + "description": "The database identifier of the author of the node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": "The current status of the object", + "name": "authorId", + "description": "The globally unique identifier of the author of the node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "tags", - "description": "Connection between the post type and the tag type", + "name": "children", + "description": "Connection between the HierarchicalContentNode type and the ContentNode type", "args": [ { "name": "first", @@ -20322,7 +18857,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "PostToTagConnectionWhereArgs", + "name": "HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -20330,27 +18865,39 @@ ], "type": { "kind": "OBJECT", - "name": "PostToTagConnection", + "name": "HierarchicalContentNodeToContentNodeChildrenConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "template", - "description": "The template assigned to the node", + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", "args": [], "type": { - "kind": "INTERFACE", - "name": "ContentTemplate", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "comments", + "description": "Connection between the page type and the Comment type", "args": [ { "name": "first", @@ -20397,7 +18944,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", + "name": "PageToCommentConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -20405,15 +18952,15 @@ ], "type": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", + "name": "PageToCommentConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "title", - "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", + "name": "content", + "description": "The content of the post.", "args": [ { "name": "format", @@ -20435,129 +18982,49 @@ "deprecationReason": null }, { - "name": "toPing", - "description": "URLs queued to be pinged.", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", + "name": "databaseId", + "description": "The ID of the node in the database.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "date", + "description": "Post publishing date.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithTitle", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithContentEditor", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithAuthor", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithExcerpt", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithComments", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithTrackbacks", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithRevisions", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "MenuItemLinkable", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithExcerpt", - "description": "A node that can have an excerpt", - "fields": [ - { - "name": "excerpt", - "description": "The excerpt of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "dateGmt", + "description": "The publishing date set in GMT.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -20565,27 +19032,10 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "NodeWithTrackbacks", - "description": "A node that can have trackbacks and pingbacks", - "fields": [ + }, { - "name": "pingStatus", - "description": "Whether the pings are open or closed for this particular post.", + "name": "desiredSlug", + "description": "The desired slug of the post", "args": [], "type": { "kind": "SCALAR", @@ -20596,100 +19046,189 @@ "deprecationReason": null }, { - "name": "pinged", - "description": "URLs that have been pinged.", + "name": "editingLockedBy", + "description": "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", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "toPing", - "description": "URLs queued to be pinged.", + "name": "enclosure", + "description": "The RSS enclosure for the object", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "Post", - "ofType": null - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "PostToCategoryConnectionWhereArgs", - "description": "Arguments for filtering the PostToCategoryConnection connection", - "fields": null, - "inputFields": [ + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedStylesheetConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "guid", + "description": "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.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "id", + "description": "The globally unique identifier of the page object.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -20697,340 +19236,240 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "isFrontPage", + "description": "Whether this page is set to the static front page.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, - "defaultValue": null - }, - { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "isPostsPage", + "description": "Whether this page is set to the blog posts page.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "isPreview", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "isRevision", + "description": "True if the node is a revision of another node", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "link", + "description": "The permalink of the post", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "menuOrder", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "modified", + "description": "The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "modifiedGmt", + "description": "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.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "pageId", + "description": "The id field matches the WP_Post->ID field.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of the databaseId field" }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "parent", + "description": "The parent of the node. The parent object can be of various types", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "HierarchicalContentNodeToParentContentNodeConnectionEdge", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostToCategoryConnection", - "description": "Connection between the post type and the category type", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "Edges for the PostToCategoryConnection connection", + "name": "parentDatabaseId", + "description": "Database id of the parent node", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PostToCategoryConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "parentId", + "description": "The globally unique identifier of the parent node.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Category", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "preview", + "description": "Connection between the page type and the page type", "args": [], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "PageToPreviewConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostToCategoryConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", "args": [], "type": { - "kind": "OBJECT", - "name": "Category", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Category", - "description": "The category type", - "fields": [ + }, { - "name": "ancestors", - "description": "The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "revisionOf", + "description": "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.", + "args": [], "type": { "kind": "OBJECT", - "name": "CategoryToAncestorsCategoryConnection", + "name": "NodeWithRevisionsToContentNodeConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "categoryId", - "description": "The id field matches the WP_Post->ID field.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" - }, - { - "name": "children", - "description": "Connection between the category type and the category type", + "name": "revisions", + "description": "Connection between the page type and the page type", "args": [ { "name": "first", @@ -21077,7 +19516,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "CategoryToCategoryConnectionWhereArgs", + "name": "PageToRevisionConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -21085,43 +19524,27 @@ ], "type": { "kind": "OBJECT", - "name": "CategoryToCategoryConnection", + "name": "PageToRevisionConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", - "description": "The number of objects connected to the object", + "name": "slug", + "description": "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.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "The description of the object", + "name": "status", + "description": "The current status of the object", "args": [], "type": { "kind": "SCALAR", @@ -21132,352 +19555,122 @@ "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "template", + "description": "The template assigned to a node of content", + "args": [], "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "kind": "INTERFACE", + "name": "ContentTemplate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "name": "title", + "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "format", + "description": "Format of the field output", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique ID for the object", + "name": "uri", + "description": "URI path for the resource", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": "The link to the term", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "parent", - "description": "Connection between the category type and the category type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CategoryToParentCategoryConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "parentDatabaseId", - "description": "Database id of the parent node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null }, { - "name": "parentId", - "description": "The globally unique identifier of the parent node.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null }, { - "name": "posts", - "description": "Connection between the category type and the post type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CategoryToPostConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CategoryToPostConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithTemplate", + "ofType": null }, { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null }, { - "name": "taxonomy", - "description": "Connection between the category type and the Taxonomy type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CategoryToTaxonomyConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithTitle", + "ofType": null }, { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithContentEditor", + "ofType": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithAuthor", + "ofType": null }, - { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ { "kind": "INTERFACE", - "name": "Node", + "name": "NodeWithFeaturedImage", "ofType": null }, { "kind": "INTERFACE", - "name": "TermNode", + "name": "NodeWithComments", "ofType": null }, { "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", + "name": "NodeWithRevisions", "ofType": null }, { "kind": "INTERFACE", - "name": "DatabaseIdentifier", + "name": "NodeWithPageAttributes", "ofType": null }, { "kind": "INTERFACE", - "name": "HierarchicalTermNode", + "name": "HierarchicalContentNode", "ofType": null }, { @@ -21491,28 +19684,27 @@ }, { "kind": "INTERFACE", - "name": "HierarchicalTermNode", - "description": "Term node with hierarchical (parent/child) relationships", + "name": "NodeWithContentEditor", + "description": "A node that supports the content editor", "fields": [ { - "name": "parentDatabaseId", - "description": "Database id of the parent node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parentId", - "description": "The globally unique identifier of the parent node.", - "args": [], + "name": "content", + "description": "The content of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -21520,65 +19712,136 @@ } ], "inputFields": null, - "interfaces": null, + "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", - "name": "Category", + "name": "Page", "ofType": null }, { "kind": "OBJECT", - "name": "ProductCategory", + "name": "Post", "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "CategoryToAncestorsCategoryConnection", - "description": "Connection between the category type and the category type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the CategoryToAncestorsCategoryConnection connection", + "kind": "OBJECT", + "name": "VariableProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ExternalProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "SimpleProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "description": "A node that can have a featured image set", + "fields": [ + { + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CategoryToAncestorsCategoryConnectionEdge", - "ofType": null - } + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Category", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "VariableProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ExternalProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "SimpleProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "MediaItem", "ofType": null }, "isDeprecated": false, @@ -21591,29 +19854,63 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CategoryToAncestorsCategoryConnectionEdge", - "description": "An edge in a connection", + "kind": "INTERFACE", + "name": "NodeWithRevisions", + "description": "A node that can have revisions", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "isRevision", + "description": "True if the node is a revision of another node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "revisionOf", + "description": "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.", "args": [], "type": { "kind": "OBJECT", - "name": "Category", + "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "description": "Connection between the NodeWithRevisions type and the ContentNode type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -21625,15 +19922,44 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INTERFACE", + "name": "NodeWithPageAttributes", + "description": "A node that can have page attributes", + "fields": [ + { + "name": "menuOrder", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + } + ] + }, { "kind": "INPUT_OBJECT", - "name": "CategoryToCategoryConnectionWhereArgs", - "description": "Arguments for filtering the CategoryToCategoryConnection connection", + "name": "PageToCommentConnectionWhereArgs", + "description": "Arguments for filtering the PageToCommentConnection connection", "fields": null, "inputFields": [ { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "authorEmail", + "description": "Comment author email address.", "type": { "kind": "SCALAR", "name": "String", @@ -21642,28 +19968,36 @@ "defaultValue": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "authorIn", + "description": "Array of author IDs to include comments for.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "authorUrl", + "description": "Comment author URL.", "type": { "kind": "SCALAR", "name": "String", @@ -21672,8 +20006,8 @@ "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { "kind": "LIST", "name": null, @@ -21686,8 +20020,8 @@ "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { "kind": "LIST", "name": null, @@ -21700,28 +20034,42 @@ "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", "type": { "kind": "LIST", "name": null, @@ -21734,32 +20082,46 @@ "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -21772,28 +20134,84 @@ "defaultValue": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", "type": { "kind": "SCALAR", "name": "Int", @@ -21802,32 +20220,52 @@ "defaultValue": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "order", + "description": "The cardinality of the order of the connection", + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", "type": { "kind": "LIST", "name": null, @@ -21840,11 +20278,31 @@ "defaultValue": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Comment status to limit results by.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userId", + "description": "Include comments for a specific user ID.", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null }, "defaultValue": null @@ -21856,19 +20314,19 @@ }, { "kind": "OBJECT", - "name": "CategoryToCategoryConnection", - "description": "Connection between the category type and the category type", + "name": "PageToCommentConnection", + "description": "Connection between the page type and the Comment type", "fields": [ { "name": "edges", - "description": "Edges for the CategoryToCategoryConnection connection", + "description": "Edges for the PageToCommentConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CategoryToCategoryConnectionEdge", + "name": "PageToCommentConnectionEdge", "ofType": null } }, @@ -21884,7 +20342,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Category", + "name": "Comment", "ofType": null } }, @@ -21911,7 +20369,7 @@ }, { "kind": "OBJECT", - "name": "CategoryToCategoryConnectionEdge", + "name": "PageToCommentConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -21932,7 +20390,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Category", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -21946,8 +20404,8 @@ }, { "kind": "OBJECT", - "name": "CategoryToParentCategoryConnectionEdge", - "description": "Connection between the category type and the category type", + "name": "PageToPreviewConnectionEdge", + "description": "Connection between the page type and the page type", "fields": [ { "name": "node", @@ -21955,7 +20413,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Category", + "name": "Page", "ofType": null }, "isDeprecated": false, @@ -21969,8 +20427,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "CategoryToPostConnectionWhereArgs", - "description": "Arguments for filtering the CategoryToPostConnection connection", + "name": "PageToRevisionConnectionWhereArgs", + "description": "Arguments for filtering the pageToRevisionConnection connection", "fields": null, "inputFields": [ { @@ -22021,54 +20479,6 @@ }, "defaultValue": null }, - { - "name": "categoryId", - "description": "Category ID", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryIn", - "description": "Array of category IDs, used to display objects from one category OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryName", - "description": "Use Category Slug", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryNotIn", - "description": "Array of category IDs, used to display objects from one category OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "dateQuery", "description": "Filter the connection based on dates", @@ -22257,82 +20667,6 @@ }, "defaultValue": null }, - { - "name": "tag", - "description": "Tag Slug", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tagId", - "description": "Use Tag ID", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tagIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagNotIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagSlugAnd", - "description": "Array of tag slugs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagSlugIn", - "description": "Array of tag slugs, used to exclude objects in specified tags", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "title", "description": "Title of the object", @@ -22350,19 +20684,19 @@ }, { "kind": "OBJECT", - "name": "CategoryToPostConnection", - "description": "Connection between the category type and the post type", + "name": "PageToRevisionConnection", + "description": "Connection between the page type and the page type", "fields": [ { "name": "edges", - "description": "Edges for the CategoryToPostConnection connection", + "description": "Edges for the pageToRevisionConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CategoryToPostConnectionEdge", + "name": "PageToRevisionConnectionEdge", "ofType": null } }, @@ -22378,7 +20712,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Post", + "name": "Page", "ofType": null } }, @@ -22405,7 +20739,7 @@ }, { "kind": "OBJECT", - "name": "CategoryToPostConnectionEdge", + "name": "PageToRevisionConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -22426,30 +20760,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CategoryToTaxonomyConnectionEdge", - "description": "Connection between the category type and the Taxonomy type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Taxonomy", + "name": "Page", "ofType": null }, "isDeprecated": false, @@ -22463,23 +20774,23 @@ }, { "kind": "INPUT_OBJECT", - "name": "PostToCommentConnectionWhereArgs", - "description": "Arguments for filtering the PostToCommentConnection connection", + "name": "UserToPostConnectionWhereArgs", + "description": "Arguments for filtering the UserToPostConnection connection", "fields": null, "inputFields": [ { - "name": "authorEmail", - "description": "Comment author email address.", + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "authorIn", - "description": "Array of author IDs to include comments for.", + "description": "Find objects connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, @@ -22491,9 +20802,19 @@ }, "defaultValue": null }, + { + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, @@ -22506,18 +20827,18 @@ "defaultValue": null }, { - "name": "authorUrl", - "description": "Comment author URL.", + "name": "categoryId", + "description": "Category ID", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", + "name": "categoryIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, @@ -22530,8 +20851,18 @@ "defaultValue": null }, { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + "name": "categoryName", + "description": "Use Category Slug", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryNotIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, @@ -22544,32 +20875,62 @@ "defaultValue": null }, { - "name": "commentType", - "description": "Include comments of a given type.", + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", @@ -22578,22 +20939,22 @@ "defaultValue": null }, { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { "kind": "LIST", "name": null, @@ -22606,22 +20967,22 @@ "defaultValue": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", "name": "ID", @@ -22630,8 +20991,8 @@ "defaultValue": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, @@ -22644,8 +21005,8 @@ "defaultValue": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, @@ -22658,8 +21019,8 @@ "defaultValue": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", @@ -22668,18 +21029,18 @@ "defaultValue": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, @@ -22692,76 +21053,38 @@ "defaultValue": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "order", - "description": "The cardinality of the order of the connection", + "name": "status", + "description": null, "type": { "kind": "ENUM", - "name": "OrderEnum", + "name": "PostStatusEnum", "ofType": null }, "defaultValue": null }, { - "name": "orderby", - "description": "Field to order the comments by.", + "name": "tag", + "description": "Tag Slug", "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", + "name": "tagId", + "description": "Use Tag ID", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", + "name": "tagIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, @@ -22774,8 +21097,8 @@ "defaultValue": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", + "name": "tagNotIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, @@ -22788,31 +21111,39 @@ "defaultValue": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", + "name": "tagSlugAnd", + "description": "Array of tag slugs, used to display objects from one tag OR another", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "status", - "description": "Comment status to limit results by.", + "name": "tagSlugIn", + "description": "Array of tag slugs, used to exclude objects in specified tags", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "defaultValue": null @@ -22824,19 +21155,19 @@ }, { "kind": "OBJECT", - "name": "PostToCommentConnection", - "description": "Connection between the post type and the Comment type", + "name": "UserToPostConnection", + "description": "Connection between the User type and the post type", "fields": [ { "name": "edges", - "description": "Edges for the PostToCommentConnection connection", + "description": "Edges for the UserToPostConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PostToCommentConnectionEdge", + "name": "UserToPostConnectionEdge", "ofType": null } }, @@ -22852,7 +21183,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Comment", + "name": "Post", "ofType": null } }, @@ -22879,7 +21210,7 @@ }, { "kind": "OBJECT", - "name": "PostToCommentConnectionEdge", + "name": "UserToPostConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -22900,7 +21231,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Comment", + "name": "Post", "ofType": null }, "isDeprecated": false, @@ -22914,287 +21245,240 @@ }, { "kind": "OBJECT", - "name": "PostToContentTypeConnectionEdge", - "description": "Connection between the post type and the ContentType type", + "name": "Post", + "description": "The post type", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "author", + "description": "Connection between the NodeWithAuthor type and the User type", "args": [], "type": { "kind": "OBJECT", - "name": "ContentType", + "name": "NodeWithAuthorToUserConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PostToPostFormatConnectionWhereArgs", - "description": "Arguments for filtering the PostToPostFormatConnection connection", - "fields": null, - "inputFields": [ - { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "authorDatabaseId", + "description": "The database identifier of the author of the node", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "authorId", + "description": "The globally unique identifier of the author of the node", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "categories", + "description": "Connection between the post type and the category type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostToCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "PostToCategoryConnection", "ofType": null }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "name": "comments", + "description": "Connection between the post type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "PostToCommentConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "content", + "description": "The content of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostToPostFormatConnection", - "description": "Connection between the post type and the postFormat type", - "fields": [ - { - "name": "edges", - "description": "Edges for the PostToPostFormatConnection connection", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PostToPostFormatConnectionEdge", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "databaseId", + "description": "The ID of the node in the database.", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PostFormat", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -23202,31 +21486,8 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostToPostFormatConnectionEdge", - "description": "An edge in a connection", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "date", + "description": "Post publishing date.", "args": [], "type": { "kind": "SCALAR", @@ -23237,59 +21498,44 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "dateGmt", + "description": "The publishing date set in GMT.", "args": [], "type": { - "kind": "OBJECT", - "name": "PostFormat", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostFormat", - "description": "The postFormat type", - "fields": [ + }, { - "name": "count", - "description": "The number of objects connected to the object", + "name": "desiredSlug", + "description": "The desired slug of the post", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", + "name": "editingLockedBy", + "description": "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", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "The description of the object", + "name": "enclosure", + "description": "The RSS enclosure for the object", "args": [], "type": { "kind": "SCALAR", @@ -23301,7 +21547,7 @@ }, { "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", + "description": "Connection between the ContentNode type and the EnqueuedScript type", "args": [ { "name": "first", @@ -23346,7 +21592,7 @@ ], "type": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "name": "ContentNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, @@ -23354,7 +21600,7 @@ }, { "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -23399,7 +21645,78 @@ ], "type": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", + "name": "ContentNodeToEnqueuedStylesheetConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "excerpt", + "description": "The excerpt of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "guid", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -23407,7 +21724,7 @@ }, { "name": "id", - "description": "The globally unique ID for the object", + "description": "The globally unique identifier of the post object.", "args": [], "type": { "kind": "NON_NULL", @@ -23421,6 +21738,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "isPreview", + "description": "Whether the object is a node in the preview state", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "isRestricted", "description": "Whether the object is restricted from the current viewer", @@ -23433,9 +21762,49 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "isRevision", + "description": "True if the node is a revision of another node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isSticky", + "description": "Whether this page is sticky", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "link", - "description": "The link to the term", + "description": "The permalink of the post", "args": [], "type": { "kind": "SCALAR", @@ -23446,8 +21815,8 @@ "deprecationReason": null }, { - "name": "name", - "description": "The human friendly name of the object.", + "name": "modified", + "description": "The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time.", "args": [], "type": { "kind": "SCALAR", @@ -23458,20 +21827,48 @@ "deprecationReason": null }, { - "name": "postFormatId", - "description": "The id field matches the WP_Post->ID field.", + "name": "modifiedGmt", + "description": "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.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "posts", - "description": "Connection between the postFormat type and the post type", + "name": "pingStatus", + "description": "Whether the pings are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pinged", + "description": "URLs that have been pinged.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postFormats", + "description": "Connection between the post type and the postFormat type", "args": [ { "name": "first", @@ -23518,7 +21915,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "PostFormatToPostConnectionWhereArgs", + "name": "PostToPostFormatConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -23526,39 +21923,43 @@ ], "type": { "kind": "OBJECT", - "name": "PostFormatToPostConnection", + "name": "PostToPostFormatConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", + "name": "postId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of the databaseId field" }, { - "name": "taxonomy", - "description": "Connection between the postFormat type and the Taxonomy type", + "name": "preview", + "description": "Connection between the post type and the post type", "args": [], "type": { "kind": "OBJECT", - "name": "PostFormatToTaxonomyConnectionEdge", + "name": "PostToPreviewConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", "args": [], "type": { "kind": "SCALAR", @@ -23569,20 +21970,296 @@ "deprecationReason": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "revisionOf", + "description": "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.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithRevisionsToContentNodeConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "revisions", + "description": "Connection between the post type and the post type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostToRevisionConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PostToRevisionConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": "The current status of the object", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": "Connection between the post type and the tag type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostToTagConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PostToTagConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": "The template assigned to a node of content", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "terms", + "description": "Connection between the post type and the TermNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostToTermNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PostToTermNodeConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "toPing", + "description": "URLs queued to be pinged.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "uri", - "description": "The unique resource identifier path", + "description": "URI path for the resource", "args": [], "type": { "kind": "NON_NULL", @@ -23606,7 +22283,17 @@ }, { "kind": "INTERFACE", - "name": "TermNode", + "name": "ContentNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithTemplate", "ofType": null }, { @@ -23616,7 +22303,42 @@ }, { "kind": "INTERFACE", - "name": "DatabaseIdentifier", + "name": "NodeWithTitle", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithContentEditor", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithAuthor", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithExcerpt", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithComments", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithTrackbacks", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithRevisions", "ofType": null }, { @@ -23629,62 +22351,125 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "PostFormatToPostConnectionWhereArgs", - "description": "Arguments for filtering the PostFormatToPostConnection connection", - "fields": null, - "inputFields": [ + "kind": "INTERFACE", + "name": "NodeWithExcerpt", + "description": "A node that can have an excerpt", + "fields": [ { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", + "name": "excerpt", + "description": "The excerpt of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "NodeWithTrackbacks", + "description": "A node that can have trackbacks and pingbacks", + "fields": [ + { + "name": "pingStatus", + "description": "Whether the pings are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", + "name": "pinged", + "description": "URLs that have been pinged.", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "defaultValue": null - }, - { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", + "name": "toPing", + "description": "URLs queued to be pinged.", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "PostToCategoryConnectionWhereArgs", + "description": "Arguments for filtering the PostToCategoryConnection connection", + "fields": null, + "inputFields": [ + { + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "defaultValue": null }, { - "name": "categoryId", - "description": "Category ID", + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", "name": "Int", @@ -23693,22 +22478,18 @@ "defaultValue": null }, { - "name": "categoryIn", - "description": "Array of category IDs, used to display objects from one category OR another", + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null }, { - "name": "categoryName", - "description": "Use Category Slug", + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", @@ -23717,8 +22498,8 @@ "defaultValue": null }, { - "name": "categoryNotIn", - "description": "Array of category IDs, used to display objects from one category OR another", + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { "kind": "LIST", "name": null, @@ -23731,18 +22512,22 @@ "defaultValue": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates", + "name": "excludeTree", + "description": "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.", "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", "name": "Boolean", @@ -23751,18 +22536,18 @@ "defaultValue": null }, { - "name": "id", - "description": "Specific ID of the object", + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { "kind": "LIST", "name": null, @@ -23775,18 +22560,22 @@ "defaultValue": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "name", - "description": "Slug / post_name of the object", + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", @@ -23795,22 +22584,8 @@ "defaultValue": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { "kind": "LIST", "name": null, @@ -23824,113 +22599,37 @@ }, { "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "password", - "description": "Show posts with a specific password.", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, "defaultValue": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "stati", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "status", - "description": null, - "type": { - "kind": "ENUM", - "name": "PostStatusEnum", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "tag", - "description": "Tag Slug", + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "tagId", - "description": "Use Tag ID", + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", "name": "String", @@ -23939,36 +22638,8 @@ "defaultValue": null }, { - "name": "tagIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagNotIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagSlugAnd", - "description": "Array of tag slugs, used to display objects from one tag OR another", + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, @@ -23981,25 +22652,25 @@ "defaultValue": null }, { - "name": "tagSlugIn", - "description": "Array of tag slugs, used to exclude objects in specified tags", + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "title", - "description": "Title of the object", + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null @@ -24011,19 +22682,19 @@ }, { "kind": "OBJECT", - "name": "PostFormatToPostConnection", - "description": "Connection between the postFormat type and the post type", + "name": "PostToCategoryConnection", + "description": "Connection between the post type and the category type", "fields": [ { "name": "edges", - "description": "Edges for the PostFormatToPostConnection connection", + "description": "Edges for the PostToCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PostFormatToPostConnectionEdge", + "name": "PostToCategoryConnectionEdge", "ofType": null } }, @@ -24039,7 +22710,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Post", + "name": "Category", "ofType": null } }, @@ -24066,7 +22737,7 @@ }, { "kind": "OBJECT", - "name": "PostFormatToPostConnectionEdge", + "name": "PostToCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -24087,7 +22758,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Post", + "name": "Category", "ofType": null }, "isDeprecated": false, @@ -24101,187 +22772,352 @@ }, { "kind": "OBJECT", - "name": "PostFormatToTaxonomyConnectionEdge", - "description": "Connection between the postFormat type and the Taxonomy type", + "name": "Category", + "description": "The category type", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "ancestors", + "description": "The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "Taxonomy", + "name": "CategoryToAncestorsCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostToPreviewConnectionEdge", - "description": "Connection between the post type and the post type", - "fields": [ + }, { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "categoryId", + "description": "The id field matches the WP_Post->ID field.", "args": [], - "type": { - "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PostToRevisionConnectionWhereArgs", - "description": "Arguments for filtering the postToRevisionConnection connection", - "fields": null, - "inputFields": [ - { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "children", + "description": "Connection between the category type and the category type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CategoryToCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CategoryToCategoryConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "contentNodes", + "description": "Connection between the category type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CategoryToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "CategoryToContentNodeConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryId", - "description": "Category ID", + "name": "count", + "description": "The number of objects connected to the object", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIn", - "description": "Array of category IDs, used to display objects from one category OR another", + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryName", - "description": "Use Category Slug", + "name": "description", + "description": "The description of the object", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryNotIn", - "description": "Array of category IDs, used to display objects from one category OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "dateQuery", - "description": "Filter the connection based on dates", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "Specific ID of the object", + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", + "name": "id", + "description": "The globally unique ID for the object", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -24289,258 +23125,260 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Slug / post_name of the object", + "name": "link", + "description": "The link to the term", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", + "name": "name", + "description": "The human friendly name of the object.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "name": "parent", + "description": "Connection between the category type and the category type", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "CategoryToParentCategoryConnectionEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "parentDatabaseId", + "description": "Database id of the parent node", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", + "name": "parentId", + "description": "The globally unique identifier of the parent node.", + "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "posts", + "description": "Connection between the category type and the post type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CategoryToPostConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "password", - "description": "Show posts with a specific password.", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CategoryToPostConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "stati", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": null, + "name": "taxonomy", + "description": "Connection between the category type and the Taxonomy type", + "args": [], "type": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "OBJECT", + "name": "CategoryToTaxonomyConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tag", - "description": "Tag Slug", + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagId", - "description": "Use Tag ID", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", + "name": "uri", + "description": "The unique resource identifier path", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "tagNotIn", - "description": "Array of tag IDs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null }, { - "name": "tagSlugAnd", - "description": "Array of tag slugs, used to display objects from one tag OR another", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null }, { - "name": "tagSlugIn", - "description": "Array of tag slugs, used to exclude objects in specified tags", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null }, { - "name": "title", - "description": "Title of the object", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "HierarchicalTermNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "MenuItemLinkable", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "PostToRevisionConnection", - "description": "Connection between the post type and the post type", + "name": "CategoryToAncestorsCategoryConnection", + "description": "Connection between the category type and the category type", "fields": [ { "name": "edges", - "description": "Edges for the postToRevisionConnection connection", + "description": "Edges for the CategoryToAncestorsCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PostToRevisionConnectionEdge", + "name": "CategoryToAncestorsCategoryConnectionEdge", "ofType": null } }, @@ -24556,7 +23394,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Post", + "name": "Category", "ofType": null } }, @@ -24583,7 +23421,7 @@ }, { "kind": "OBJECT", - "name": "PostToRevisionConnectionEdge", + "name": "CategoryToAncestorsCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -24604,7 +23442,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Post", + "name": "Category", "ofType": null }, "isDeprecated": false, @@ -24618,8 +23456,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "PostToTagConnectionWhereArgs", - "description": "Arguments for filtering the PostToTagConnection connection", + "name": "CategoryToCategoryConnectionWhereArgs", + "description": "Arguments for filtering the CategoryToCategoryConnection connection", "fields": null, "inputFields": [ { @@ -24644,7 +23482,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -24678,7 +23516,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -24847,19 +23685,19 @@ }, { "kind": "OBJECT", - "name": "PostToTagConnection", - "description": "Connection between the post type and the tag type", + "name": "CategoryToCategoryConnection", + "description": "Connection between the category type and the category type", "fields": [ { "name": "edges", - "description": "Edges for the PostToTagConnection connection", + "description": "Edges for the CategoryToCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PostToTagConnectionEdge", + "name": "CategoryToCategoryConnectionEdge", "ofType": null } }, @@ -24875,7 +23713,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Tag", + "name": "Category", "ofType": null } }, @@ -24902,7 +23740,7 @@ }, { "kind": "OBJECT", - "name": "PostToTagConnectionEdge", + "name": "CategoryToCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -24923,7 +23761,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Tag", + "name": "Category", "ofType": null }, "isDeprecated": false, @@ -24936,162 +23774,94 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Tag", - "description": "The tag type", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CategoryToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the CategoryToContentNodeConnection connection", + "fields": null, + "inputFields": [ { - "name": "count", - "description": "The number of objects connected to the object", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "The description of the object", - "args": [], + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "Slug / post_name of the object", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique ID for the object", - "args": [], + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -25099,220 +23869,236 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "link", - "description": "The link to the term", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "posts", - "description": "Connection between the tag type and the post type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "TagToPostConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, "type": { - "kind": "OBJECT", - "name": "TagToPostConnection", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CategoryToContentNodeConnection", + "description": "Connection between the category type and the ContentNode type", + "fields": [ + { + "name": "edges", + "description": "Edges for the CategoryToContentNodeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CategoryToContentNodeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "tagId", - "description": "The id field matches the WP_Post->ID field.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + } }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "taxonomy", - "description": "Connection between the tag type and the Taxonomy type", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { "kind": "OBJECT", - "name": "TagToTaxonomyConnectionEdge", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CategoryToContentNodeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CategoryToParentCategoryConnectionEdge", + "description": "Connection between the category type and the category type", + "fields": [ { - "name": "uri", - "description": "The unique resource identifier path", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "Category", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "MenuItemLinkable", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "TagToPostConnectionWhereArgs", - "description": "Arguments for filtering the TagToPostConnection connection", + "name": "CategoryToPostConnectionWhereArgs", + "description": "Arguments for filtering the CategoryToPostConnection connection", "fields": null, "inputFields": [ { @@ -25692,19 +24478,19 @@ }, { "kind": "OBJECT", - "name": "TagToPostConnection", - "description": "Connection between the tag type and the post type", + "name": "CategoryToPostConnection", + "description": "Connection between the category type and the post type", "fields": [ { "name": "edges", - "description": "Edges for the TagToPostConnection connection", + "description": "Edges for the CategoryToPostConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "TagToPostConnectionEdge", + "name": "CategoryToPostConnectionEdge", "ofType": null } }, @@ -25747,7 +24533,7 @@ }, { "kind": "OBJECT", - "name": "TagToPostConnectionEdge", + "name": "CategoryToPostConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -25782,8 +24568,8 @@ }, { "kind": "OBJECT", - "name": "TagToTaxonomyConnectionEdge", - "description": "Connection between the tag type and the Taxonomy type", + "name": "CategoryToTaxonomyConnectionEdge", + "description": "Connection between the category type and the Taxonomy type", "fields": [ { "name": "node", @@ -25805,43 +24591,61 @@ }, { "kind": "INPUT_OBJECT", - "name": "UserToContentRevisionUnionConnectionWhereArgs", - "description": "Arguments for filtering the UserToContentRevisionUnionConnection connection", + "name": "PostToCommentConnectionWhereArgs", + "description": "Arguments for filtering the PostToCommentConnection connection", "fields": null, "inputFields": [ { - "name": "dateQuery", - "description": "Filter the connection based on dates", + "name": "authorEmail", + "description": "Comment author email address.", "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "name": "authorIn", + "description": "Array of author IDs to include comments for.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "id", - "description": "Specific ID of the object", + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "authorUrl", + "description": "Comment author URL.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { "kind": "LIST", "name": null, @@ -25854,18 +24658,22 @@ "defaultValue": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "name", - "description": "Slug / post_name of the object", + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", "name": "String", @@ -25874,8 +24682,8 @@ "defaultValue": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", "type": { "kind": "LIST", "name": null, @@ -25888,8 +24696,18 @@ "defaultValue": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", "type": { "kind": "LIST", "name": null, @@ -25902,22 +24720,36 @@ "defaultValue": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { "kind": "SCALAR", "name": "ID", @@ -25926,8 +24758,8 @@ "defaultValue": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -25940,8 +24772,8 @@ "defaultValue": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", "type": { "kind": "LIST", "name": null, @@ -25954,8 +24786,8 @@ "defaultValue": null }, { - "name": "password", - "description": "Show posts with a specific password.", + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", "type": { "kind": "SCALAR", "name": "String", @@ -25964,18 +24796,18 @@ "defaultValue": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "stati", - "description": null, + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", "type": { "kind": "LIST", "name": null, @@ -25988,156 +24820,151 @@ "defaultValue": null }, { - "name": "status", - "description": null, + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "order", + "description": "The cardinality of the order of the connection", "type": { "kind": "ENUM", - "name": "PostStatusEnum", + "name": "OrderEnum", "ofType": null }, "defaultValue": null }, { - "name": "title", - "description": "Title of the object", + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UserToContentRevisionUnionConnection", - "description": "Connection between the User type and the ContentRevisionUnion type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the UserToContentRevisionUnionConnection connection", - "args": [], + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UserToContentRevisionUnionConnectionEdge", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "UNION", - "name": "ContentRevisionUnion", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UserToContentRevisionUnionConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "status", + "description": "Comment status to limit results by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "userId", + "description": "Include comments for a specific user ID.", "type": { - "kind": "UNION", - "name": "ContentRevisionUnion", + "kind": "SCALAR", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "ContentRevisionUnion", - "description": null, - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Post", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Page", - "ofType": null - } - ] + "possibleTypes": null }, { "kind": "OBJECT", - "name": "UserToUserRoleConnection", - "description": "Connection between the User type and the UserRole type", + "name": "PostToCommentConnection", + "description": "Connection between the post type and the Comment type", "fields": [ { "name": "edges", - "description": "Edges for the UserToUserRoleConnection connection", + "description": "Edges for the PostToCommentConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "UserToUserRoleConnectionEdge", + "name": "PostToCommentConnectionEdge", "ofType": null } }, @@ -26153,7 +24980,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "UserRole", + "name": "Comment", "ofType": null } }, @@ -26180,7 +25007,7 @@ }, { "kind": "OBJECT", - "name": "UserToUserRoleConnectionEdge", + "name": "PostToCommentConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -26201,7 +25028,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "UserRole", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -26214,44 +25041,56 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "UserRole", - "description": "A user role object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PostToPostFormatConnectionWhereArgs", + "description": "Arguments for filtering the PostToPostFormatConnection connection", + "fields": null, + "inputFields": [ { - "name": "capabilities", - "description": "The capabilities that belong to this role", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "displayName", - "description": "The display name of the role", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier for the user role object.", - "args": [], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -26259,547 +25098,110 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], + "name": "excludeTree", + "description": "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.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "The registered name of the role", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostTypeLabelDetails", - "description": "Details for labels of the PostType", - "fields": [ + "defaultValue": null + }, { - "name": "addNew", - "description": "Default is ‘Add New’ for both hierarchical and non-hierarchical types.", - "args": [], + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "addNewItem", - "description": "Label for adding a new singular item.", - "args": [], + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "allItems", - "description": "Label to signify all items in a submenu link.", - "args": [], + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "archives", - "description": "Label for archives in nav menus", - "args": [], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "attributes", - "description": "Label for the attributes meta box.", - "args": [], + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "editItem", - "description": "Label for editing a singular item.", - "args": [], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredImage", - "description": "Label for the Featured Image meta box title.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "filterItemsList", - "description": "Label for the table views hidden heading.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "insertIntoItem", - "description": "Label for the media frame button.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemsList", - "description": "Label for the table hidden heading.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemsListNavigation", - "description": "Label for the table pagination hidden heading.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "menuName", - "description": "Label for the menu name.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "General name for the post type, usually plural.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "newItem", - "description": "Label for the new item page title.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "notFound", - "description": "Label used when no items are found.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "notFoundInTrash", - "description": "Label used when no items are in the trash.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parentItemColon", - "description": "Label used to prefix parents of hierarchical items.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "removeFeaturedImage", - "description": "Label for removing the featured image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "searchItems", - "description": "Label for searching plural items.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "setFeaturedImage", - "description": "Label for setting the featured image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "singularName", - "description": "Name for one object of this post type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uploadedToThisItem", - "description": "Label for the media frame filter.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "useFeaturedImage", - "description": "Label in the media frame for using a featured image.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "viewItem", - "description": "Label for viewing a singular item.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "viewItems", - "description": "Label for viewing post type archives.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "DiscountTypeEnum", - "description": "Coupon discount type enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "FIXED_CART", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIXED_PRODUCT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PERCENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CouponToProductCategoryConnectionWhereArgs", - "description": "Arguments for filtering the CouponToProductCategoryConnection connection", - "fields": null, - "inputFields": [ - { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "Boolean", "ofType": null }, "defaultValue": null @@ -26869,19 +25271,19 @@ }, { "kind": "OBJECT", - "name": "CouponToProductCategoryConnection", - "description": "Connection between the Coupon type and the productCategory type", + "name": "PostToPostFormatConnection", + "description": "Connection between the post type and the postFormat type", "fields": [ { "name": "edges", - "description": "Edges for the CouponToProductCategoryConnection connection", + "description": "Edges for the PostToPostFormatConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CouponToProductCategoryConnectionEdge", + "name": "PostToPostFormatConnectionEdge", "ofType": null } }, @@ -26897,7 +25299,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductCategory", + "name": "PostFormat", "ofType": null } }, @@ -26924,7 +25326,7 @@ }, { "kind": "OBJECT", - "name": "CouponToProductCategoryConnectionEdge", + "name": "PostToPostFormatConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -26945,7 +25347,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "ProductCategory", + "name": "PostFormat", "ofType": null }, "isDeprecated": false, @@ -26959,65 +25361,12 @@ }, { "kind": "OBJECT", - "name": "ProductCategory", - "description": "The productCategory type", + "name": "PostFormat", + "description": "The postFormat type", "fields": [ { - "name": "ancestors", - "description": "The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root).", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductCategoryToAncestorsProductCategoryConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": "Connection between the productCategory type and the productCategory type", + "name": "contentNodes", + "description": "Connection between the postFormat type and the ContentNode type", "args": [ { "name": "first", @@ -27064,7 +25413,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductCategoryToProductCategoryConnectionWhereArgs", + "name": "PostFormatToContentNodeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -27072,7 +25421,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProductCategoryToProductCategoryConnection", + "name": "PostFormatToContentNodeConnection", "ofType": null }, "isDeprecated": false, @@ -27118,18 +25467,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "display", - "description": "Product category display type", - "args": [], - "type": { - "kind": "ENUM", - "name": "ProductCategoryDisplay", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "enqueuedScripts", "description": "Connection between the TermNode type and the EnqueuedScript type", @@ -27252,18 +25589,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "image", - "description": "Product category image", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "isRestricted", "description": "Whether the object is restricted from the current viewer", @@ -27288,18 +25613,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "menuOrder", - "description": "Product category menu order", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "name", "description": "The human friendly name of the object.", @@ -27313,43 +25626,7 @@ "deprecationReason": null }, { - "name": "parent", - "description": "Connection between the productCategory type and the productCategory type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductCategoryToParentProductCategoryConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parentDatabaseId", - "description": "Database id of the parent node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parentId", - "description": "The globally unique identifier of the parent node.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "productCategoryId", + "name": "postFormatId", "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { @@ -27361,8 +25638,8 @@ "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "products", - "description": "Connection between the ProductCategory type and the Product type", + "name": "posts", + "description": "Connection between the postFormat type and the post type", "args": [ { "name": "first", @@ -27409,7 +25686,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductCategoryToProductConnectionWhereArgs", + "name": "PostFormatToPostConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -27417,7 +25694,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProductCategoryToProductConnection", + "name": "PostFormatToPostConnection", "ofType": null }, "isDeprecated": false, @@ -27437,11 +25714,11 @@ }, { "name": "taxonomy", - "description": "Connection between the productCategory type and the Taxonomy type", + "description": "Connection between the postFormat type and the Taxonomy type", "args": [], "type": { "kind": "OBJECT", - "name": "ProductCategoryToTaxonomyConnectionEdge", + "name": "PostFormatToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -27500,11 +25777,6 @@ "name": "TermNode", "ofType": null }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, { "kind": "INTERFACE", "name": "DatabaseIdentifier", @@ -27512,7 +25784,7 @@ }, { "kind": "INTERFACE", - "name": "HierarchicalTermNode", + "name": "UniformResourceIdentifiable", "ofType": null }, { @@ -27524,125 +25796,25 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "OBJECT", - "name": "ProductCategoryToAncestorsProductCategoryConnection", - "description": "Connection between the productCategory type and the productCategory type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductCategoryToAncestorsProductCategoryConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductCategoryToAncestorsProductCategoryConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductCategoryToAncestorsProductCategoryConnectionEdge", - "description": "An edge in a connection", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", - "name": "ProductCategoryToProductCategoryConnectionWhereArgs", - "description": "Arguments for filtering the ProductCategoryToProductCategoryConnection connection", + "name": "PostFormatToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the PostFormatToContentNodeConnection connection", "fields": null, "inputFields": [ { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", "name": "Boolean", @@ -27651,18 +25823,18 @@ "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, @@ -27675,42 +25847,42 @@ "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null }, "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { "kind": "LIST", "name": null, @@ -27723,32 +25895,32 @@ "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, @@ -27761,38 +25933,32 @@ "defaultValue": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", @@ -27801,39 +25967,35 @@ "defaultValue": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "status", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null }, "defaultValue": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null @@ -27845,19 +26007,19 @@ }, { "kind": "OBJECT", - "name": "ProductCategoryToProductCategoryConnection", - "description": "Connection between the productCategory type and the productCategory type", + "name": "PostFormatToContentNodeConnection", + "description": "Connection between the postFormat type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the ProductCategoryToProductCategoryConnection connection", + "description": "Edges for the PostFormatToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductCategoryToProductCategoryConnectionEdge", + "name": "PostFormatToContentNodeConnectionEdge", "ofType": null } }, @@ -27872,8 +26034,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProductCategory", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -27900,7 +26062,7 @@ }, { "kind": "OBJECT", - "name": "ProductCategoryToProductCategoryConnectionEdge", + "name": "PostFormatToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -27920,66 +26082,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProductCategoryDisplay", - "description": "Product category display type enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "BOTH", - "description": "Display both products and subcategories of this category.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DEFAULT", - "description": "Display default content connected to this category.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRODUCTS", - "description": "Display products associated with this category.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBCATEGORIES", - "description": "Display subcategories of this category.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductCategoryToParentProductCategoryConnectionEdge", - "description": "Connection between the productCategory type and the productCategory type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductCategory", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -27993,33 +26097,37 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProductCategoryToProductConnectionWhereArgs", - "description": "Arguments for filtering the ProductCategoryToProductConnection connection", + "name": "PostFormatToPostConnectionWhereArgs", + "description": "Arguments for filtering the PostFormatToPostConnection connection", "fields": null, "inputFields": [ { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "name": "authorIn", + "description": "Find objects connected to author(s) in the array of author's userIds", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", "type": { "kind": "SCALAR", "name": "String", @@ -28028,66 +26136,62 @@ "defaultValue": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", + "name": "authorNotIn", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", + "name": "categoryId", + "description": "Category ID", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, + { + "name": "categoryName", + "description": "Use Category Slug", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -28095,7 +26199,7 @@ }, { "name": "dateQuery", - "description": "Filter the connection based on dates.", + "description": "Filter the connection based on dates", "type": { "kind": "INPUT_OBJECT", "name": "DateQueryInput", @@ -28104,70 +26208,84 @@ "defaultValue": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null }, { - "name": "featured", - "description": "Limit result set to featured products.", + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, "defaultValue": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, @@ -28179,7 +26297,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, @@ -28187,23 +26305,23 @@ }, { "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "parentIn", - "description": "Specify objects whose parent is in an array.", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -28211,51 +26329,21 @@ }, { "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Limit result set to products with a specific slug.", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", @@ -28264,8 +26352,8 @@ "defaultValue": null }, { - "name": "status", - "description": "Limit result set to products assigned a specific status.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", @@ -28274,32 +26362,32 @@ "defaultValue": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", - "name": "StockStatusEnum", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", + "name": "status", + "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null }, "defaultValue": null }, { "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "description": "Tag Slug", "type": { "kind": "SCALAR", "name": "String", @@ -28309,45 +26397,45 @@ }, { "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", + "description": "Use Tag ID", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", + "name": "tagIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "name": "tagNotIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", + "name": "tagSlugAnd", + "description": "Array of tag slugs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, @@ -28360,8 +26448,8 @@ "defaultValue": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", + "name": "tagSlugIn", + "description": "Array of tag slugs, used to exclude objects in specified tags", "type": { "kind": "LIST", "name": null, @@ -28374,524 +26462,552 @@ "defaultValue": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "type", - "description": "Limit result set to products assigned a specific type.", + "name": "title", + "description": "Title of the object", "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostFormatToPostConnection", + "description": "Connection between the postFormat type and the post type", + "fields": [ { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", + "name": "edges", + "description": "Edges for the PostFormatToPostConnection connection", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "kind": "OBJECT", + "name": "PostFormatToPostConnectionEdge", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "kind": "OBJECT", + "name": "Post", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "description": "Options for ordering the connection", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "PostFormatToPostConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "field", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductsOrderByEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { - "kind": "ENUM", - "name": "OrderEnum", + "kind": "OBJECT", + "name": "Post", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "ProductsOrderByEnum", - "description": "Fields to order the Products connection by", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DATE", - "description": "Order by publish date", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "IN", - "description": "Preserve the ID order given in the IN array", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MENU_ORDER", - "description": "Order by the menu order value", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MODIFIED", - "description": "Order by last modified date", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NAME_IN", - "description": "Preserve slug order given in the NAME_IN array", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ON_SALE_FROM", - "description": "Order by date product sale starts", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ON_SALE_TO", - "description": "Order by date product sale ends", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PARENT", - "description": "Order by parent ID", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRICE", - "description": "Order by product's current price", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "RATING", - "description": "Order by product average rating", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REGULAR_PRICE", - "description": "Order by product's regular price", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REVIEW_COUNT", - "description": "Order by number of reviews on product", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SALE_PRICE", - "description": "Order by product's sale price", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SLUG", - "description": "Order by slug", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "PostFormatToTaxonomyConnectionEdge", + "description": "Connection between the postFormat type and the Taxonomy type", + "fields": [ { - "name": "TOTAL_SALES", - "description": "Order by total sales of products sold", + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Taxonomy", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "StockStatusEnum", - "description": "Product stock status enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "IN_STOCK", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ON_BACKORDER", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "PostToPreviewConnectionEdge", + "description": "Connection between the post type and the post type", + "fields": [ { - "name": "OUT_OF_STOCK", - "description": null, + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "description": "Product taxonomy filter type", + "name": "PostToRevisionConnectionWhereArgs", + "description": "Arguments for filtering the postToRevisionConnection connection", "fields": null, "inputFields": [ { - "name": "and", - "description": null, + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "or", - "description": null, + "name": "authorIn", + "description": "Find objects connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterInput", - "description": "Product filter", - "fields": null, - "inputFields": [ + }, { - "name": "ids", - "description": "A list of term ids", + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorNotIn", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "operator", - "description": "Filter operation type", + "name": "categoryId", + "description": "Category ID", "type": { - "kind": "ENUM", - "name": "TaxonomyOperatorEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "taxonomy", - "description": "Which field to select taxonomy term by.", + "name": "categoryIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ProductTaxonomyEnum", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "terms", - "description": "A list of term slugs", + "name": "categoryName", + "description": "Use Category Slug", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryNotIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "TaxonomyOperatorEnum", - "description": "Taxonomy query operators", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "AND", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "EXISTS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null }, { - "name": "IN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "NOT_EXISTS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "NOT_IN", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProductTaxonomyEnum", - "description": "Product taxonomies", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "PACOLOR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PASIZE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRODUCTCATEGORY", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "name", + "description": "Slug / post_name of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRODUCTTAG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PRODUCTTYPE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SHIPPINGCLASS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "VISIBLEPRODUCT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProductTypesEnum", - "description": "Product type enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "EXTERNAL", - "description": "An external product", - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null }, { - "name": "GROUPED", - "description": "A product group", - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SIMPLE", - "description": "A simple product", - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "VARIABLE", - "description": "A variable product", - "isDeprecated": false, - "deprecationReason": null + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "VARIATION", - "description": "A product variation", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", - "description": "Product catalog visibility enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { - "name": "CATALOG", + "name": "stati", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "HIDDEN", + "name": "status", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "SEARCH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tag", + "description": "Tag Slug", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "VISIBLE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagId", + "description": "Use Tag ID", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagNotIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagSlugAnd", + "description": "Array of tag slugs, used to display objects from one tag OR another", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagSlugIn", + "description": "Array of tag slugs, used to exclude objects in specified tags", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProductCategoryToProductConnection", - "description": "Connection between the ProductCategory type and the Product type", + "name": "PostToRevisionConnection", + "description": "Connection between the post type and the post type", "fields": [ { "name": "edges", - "description": "Edges for the ProductCategoryToProductConnection connection", + "description": "Edges for the postToRevisionConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductCategoryToProductConnectionEdge", + "name": "PostToRevisionConnectionEdge", "ofType": null } }, @@ -28906,8 +27022,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "Post", "ofType": null } }, @@ -28934,7 +27050,7 @@ }, { "kind": "OBJECT", - "name": "ProductCategoryToProductConnectionEdge", + "name": "PostToRevisionConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -28954,8 +27070,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "Post", "ofType": null }, "isDeprecated": false, @@ -28968,332 +27084,265 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "Product", - "description": "Product object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PostToTagConnectionWhereArgs", + "description": "Arguments for filtering the PostToTagConnection connection", + "fields": null, + "inputFields": [ { - "name": "attributes", - "description": "Connection between the Product type and the ProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "averageRating", - "description": "Product average count", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "catalogVisibility", - "description": "Catalog visibility", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentType", - "description": "Connection between the Product type and the ContentType type", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { - "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the product in the database", - "args": [], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Date product created", - "args": [], + "name": "excludeTree", + "description": "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.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleFrom", - "description": "Date on sale from", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleTo", - "description": "Date on sale to", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "Product description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "featured", - "description": "If the product is featured", - "args": [], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "galleryImages", - "description": "Connection between the Product type and the MediaItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToMediaItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { - "kind": "OBJECT", - "name": "ProductToMediaItemConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "globalAttributes", - "description": "Connection between the Product type and the GlobalProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToGlobalProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { - "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnection", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostToTagConnection", + "description": "Connection between the post type and the tag type", + "fields": [ + { + "name": "edges", + "description": "Edges for the PostToTagConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PostToTagConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the product", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "Tag", "ofType": null } }, @@ -29301,20 +27350,31 @@ "deprecationReason": null }, { - "name": "image", - "description": "Main image", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { "kind": "OBJECT", - "name": "MediaItem", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostToTagConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "link", - "description": "The permalink of the post", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -29325,8 +27385,31 @@ "deprecationReason": null }, { - "name": "localAttributes", - "description": "Connection between the Product type and the LocalProductAttribute type", + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Tag", + "description": "The tag type", + "fields": [ + { + "name": "contentNodes", + "description": "Connection between the tag type and the ContentNode type", "args": [ { "name": "first", @@ -29373,7 +27456,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToLocalProductAttributeConnectionWhereArgs", + "name": "TagToContentNodeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -29381,15 +27464,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnection", + "name": "TagToContentNodeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "menuOrder", - "description": "Menu order", + "name": "count", + "description": "The number of objects connected to the object", "args": [], "type": { "kind": "SCALAR", @@ -29400,20 +27483,24 @@ "deprecationReason": null }, { - "name": "modified", - "description": "Date product last updated", + "name": "databaseId", + "description": "Identifies the primary key from the database.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Product name", + "name": "description", + "description": "The description of the object", "args": [], "type": { "kind": "SCALAR", @@ -29424,20 +27511,8 @@ "deprecationReason": null }, { - "name": "onSale", - "description": "Is product on sale?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paColors", - "description": "Connection between the Product type and the paColor type", + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", "args": [ { "name": "first", @@ -29478,29 +27553,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaColorConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductToPaColorConnection", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paSizes", - "description": "Connection between the Product type and the paSize type", + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -29541,104 +27606,71 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaSizeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductToPaSizeConnection", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parent", - "description": "Parent product", + "name": "id", + "description": "The globally unique ID for the object", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productCategories", - "description": "Connection between the Product type and the productCategory type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductCategoryConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "link", + "description": "The link to the term", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTags", - "description": "Connection between the Product type and the productTag type", + "name": "name", + "description": "The human friendly name of the object.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "posts", + "description": "Connection between the tag type and the post type", "args": [ { "name": "first", @@ -29685,7 +27717,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductTagConnectionWhereArgs", + "name": "TagToPostConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -29693,165 +27725,63 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductTagConnection", + "name": "TagToPostConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTypes", - "description": "Connection between the Product type and the productType type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTypeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToProductTypeConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "purchasable", - "description": "Can product be purchased?", + "name": "tagId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "purchaseNote", - "description": "Purchase note", + "name": "taxonomy", + "description": "Connection between the tag type and the Taxonomy type", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "TagToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "related", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reviewCount", - "description": "Product review count", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", "args": [], "type": { "kind": "SCALAR", @@ -29862,467 +27792,306 @@ "deprecationReason": null }, { - "name": "reviews", - "description": "Connection between the Product type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "uri", + "description": "The unique resource identifier path", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToCommentConnection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "reviewsAllowed", - "description": "If reviews are allowed", - "args": [], + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "MenuItemLinkable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the TagToContentNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shippingClasses", - "description": "Connection between the Product type and the shippingClass type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "id", + "description": "Specific ID of the object", "type": { - "kind": "OBJECT", - "name": "ProductToShippingClassConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shortDescription", - "description": "Product short description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sku", - "description": "Product SKU", - "args": [], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "slug", - "description": "Product slug", - "args": [], + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { "name": "status", - "description": "Product status", - "args": [], + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TagToContentNodeConnection", + "description": "Connection between the tag type and the ContentNode type", + "fields": [ + { + "name": "edges", + "description": "Edges for the TagToContentNodeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TagToContentNodeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalSales", - "description": "Number total of sales", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": "Product type", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "upsell", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visibleProducts", - "description": "Connection between the Product type and the visibleProduct type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToVisibleProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToVisibleProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "VariableProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ExternalProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GroupProduct", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "SimpleProduct", - "ofType": null - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToProductAttributeConnectionWhereArgs", - "description": "Arguments for filtering the ProductToProductAttributeConnection connection", - "fields": null, - "inputFields": [ - { - "name": "type", - "description": "Filter results by attribute scope.", - "type": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", - "description": "Product attribute type enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "GLOBAL", - "description": "A global product attribute", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LOCAL", - "description": "A local product attribute", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnection", - "description": "Connection between the Product type and the ProductAttribute type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductToProductAttributeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductAttribute", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, @@ -30336,7 +28105,7 @@ }, { "kind": "OBJECT", - "name": "ProductToProductAttributeConnectionEdge", + "name": "TagToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -30357,7 +28126,7 @@ "args": [], "type": { "kind": "INTERFACE", - "name": "ProductAttribute", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -30370,32 +28139,26 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "ProductAttribute", - "description": "Product attribute object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "TagToPostConnectionWhereArgs", + "description": "Arguments for filtering the TagToPostConnection connection", + "fields": null, + "inputFields": [ { - "name": "attributeId", - "description": "Attribute ID", - "args": [], + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "Attribute Global ID", - "args": [], + "name": "authorIn", + "description": "Find objects connected to author(s) in the array of author's userIds", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -30403,170 +28166,35 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "Attribute label", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "Attribute name", - "args": [], + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "options", - "description": "Attribute options", - "args": [], + "name": "authorNotIn", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "position", - "description": "Attribute position", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scope", - "description": "Product attribute scope.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "variation", - "description": "Is attribute on product variation", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visible", - "description": "Is attribute visible", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "GlobalProductAttribute", - "ofType": null + "defaultValue": null }, { - "kind": "OBJECT", - "name": "LocalProductAttribute", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", - "description": "Connection between the Product type and the ContentType type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToMediaItemConnectionWhereArgs", - "description": "Arguments for filtering the ProductToMediaItemConnection connection", - "fields": null, - "inputFields": [ - { - "name": "author", - "description": "The user that's connected as the author of the object. Use the userId for the author object.", + "name": "categoryId", + "description": "Category ID", "type": { "kind": "SCALAR", "name": "Int", @@ -30575,8 +28203,8 @@ "defaultValue": null }, { - "name": "authorIn", - "description": "Find objects connected to author(s) in the array of author's userIds", + "name": "categoryIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, @@ -30589,8 +28217,8 @@ "defaultValue": null }, { - "name": "authorName", - "description": "Find objects connected to the author by the author's nicename", + "name": "categoryName", + "description": "Use Category Slug", "type": { "kind": "SCALAR", "name": "String", @@ -30599,8 +28227,8 @@ "defaultValue": null }, { - "name": "authorNotIn", - "description": "Find objects NOT connected to author(s) in the array of author's userIds", + "name": "categoryNotIn", + "description": "Array of category IDs, used to display objects from one category OR another", "type": { "kind": "LIST", "name": null, @@ -30801,122 +28429,87 @@ "defaultValue": null }, { - "name": "title", - "description": "Title of the object", + "name": "tag", + "description": "Tag Slug", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToMediaItemConnection", - "description": "Connection between the Product type and the MediaItem type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the ProductToMediaItemConnection connection", - "args": [], + "name": "tagId", + "description": "Use Tag ID", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProductToMediaItemConnectionEdge", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "tagNotIn", + "description": "Array of tag IDs, used to display objects from one tag OR another", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MediaItem", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "tagSlugAnd", + "description": "Array of tag slugs, used to display objects from one tag OR another", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToMediaItemConnectionEdge", - "description": "An edge in a connection", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "tagSlugIn", + "description": "Array of tag slugs, used to exclude objects in specified tags", "type": { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToGlobalProductAttributeConnectionWhereArgs", - "description": "Arguments for filtering the ProductToGlobalProductAttributeConnection connection", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "type", - "description": "Filter results by attribute scope.", + "name": "title", + "description": "Title of the object", "type": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null @@ -30928,19 +28521,19 @@ }, { "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnection", - "description": "Connection between the Product type and the GlobalProductAttribute type", + "name": "TagToPostConnection", + "description": "Connection between the tag type and the post type", "fields": [ { "name": "edges", - "description": "Edges for the ProductToGlobalProductAttributeConnection connection", + "description": "Edges for the TagToPostConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnectionEdge", + "name": "TagToPostConnectionEdge", "ofType": null } }, @@ -30956,7 +28549,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "GlobalProductAttribute", + "name": "Post", "ofType": null } }, @@ -30983,7 +28576,7 @@ }, { "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnectionEdge", + "name": "TagToPostConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -31004,7 +28597,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "GlobalProductAttribute", + "name": "Post", "ofType": null }, "isDeprecated": false, @@ -31018,248 +28611,31 @@ }, { "kind": "OBJECT", - "name": "GlobalProductAttribute", - "description": "A product attribute object", + "name": "TagToTaxonomyConnectionEdge", + "description": "Connection between the tag type and the Taxonomy type", "fields": [ { - "name": "attributeId", - "description": "Attribute ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "Attribute Global ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "Attribute label", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "Product attribute name", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": "Attribute options", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "position", - "description": "Attribute position", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scope", - "description": "Product attribute scope.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "Product attribute slug", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "terms", - "description": "Connection between the GlobalProductAttribute type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "GlobalProductAttributeToTermNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], "type": { "kind": "OBJECT", - "name": "GlobalProductAttributeToTermNodeConnection", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "variation", - "description": "Is attribute on product variation", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visible", - "description": "Is attribute visible", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ProductAttribute", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "GlobalProductAttributeToTermNodeConnectionWhereArgs", - "description": "Arguments for filtering the GlobalProductAttributeToTermNodeConnection connection", + "name": "PostToTermNodeConnectionWhereArgs", + "description": "Arguments for filtering the PostToTermNodeConnection connection", "fields": null, "inputFields": [ { @@ -31284,7 +28660,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -31318,7 +28694,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -31456,6 +28832,20 @@ }, "defaultValue": null }, + { + "name": "taxonomies", + "description": "The Taxonomy to filter terms by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TaxonomyEnum", + "ofType": null + } + }, + "defaultValue": null + }, { "name": "termTaxonomId", "description": "Array of term taxonomy IDs, to match when querying terms.", @@ -31485,21 +28875,92 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "TaxonomyEnum", + "description": "Allowed taxonomies", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CATEGORY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PACOLOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PASIZE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "POSTFORMAT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRODUCTCATEGORY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRODUCTTAG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRODUCTTYPE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SHIPPINGCLASS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VISIBLEPRODUCT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "GlobalProductAttributeToTermNodeConnection", - "description": "Connection between the GlobalProductAttribute type and the TermNode type", + "name": "PostToTermNodeConnection", + "description": "Connection between the post type and the TermNode type", "fields": [ { "name": "edges", - "description": "Edges for the GlobalProductAttributeToTermNodeConnection connection", + "description": "Edges for the PostToTermNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "GlobalProductAttributeToTermNodeConnectionEdge", + "name": "PostToTermNodeConnectionEdge", "ofType": null } }, @@ -31542,7 +29003,7 @@ }, { "kind": "OBJECT", - "name": "GlobalProductAttributeToTermNodeConnectionEdge", + "name": "PostToTermNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -31577,188 +29038,77 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProductToLocalProductAttributeConnectionWhereArgs", - "description": "Arguments for filtering the ProductToLocalProductAttributeConnection connection", + "name": "UserToContentRevisionUnionConnectionWhereArgs", + "description": "Arguments for filtering the UserToContentRevisionUnionConnection connection", "fields": null, "inputFields": [ { - "name": "type", - "description": "Filter results by attribute scope.", + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnection", - "description": "Connection between the Product type and the LocalProductAttribute type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the ProductToLocalProductAttributeConnection connection", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "LocalProductAttribute", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LocalProductAttribute", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LocalProductAttribute", - "description": "A product attribute object", - "fields": [ - { - "name": "attributeId", - "description": "Attribute ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "Attribute Global ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "Attribute label", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "Attribute name", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": "Attribute options", - "args": [], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { "kind": "LIST", "name": null, @@ -31768,134 +29118,49 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "position", - "description": "Attribute position", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scope", - "description": "Product attribute scope.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductAttributeTypesEnum", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "variation", - "description": "Is attribute on product variation", - "args": [], + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "visible", - "description": "Is attribute visible", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ProductAttribute", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToPaColorConnectionWhereArgs", - "description": "Arguments for filtering the ProductToPaColorConnection connection", - "fields": null, - "inputFields": [ - { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, @@ -31908,8 +29173,8 @@ "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, @@ -31922,175 +29187,190 @@ "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "status", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UserToContentRevisionUnionConnection", + "description": "Connection between the User type and the ContentRevisionUnion type", + "fields": [ { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "edges", + "description": "Edges for the UserToContentRevisionUnionConnection connection", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "UserToContentRevisionUnionConnectionEdge", "ofType": null } }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "UNION", + "name": "ContentRevisionUnion", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UserToContentRevisionUnionConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "UNION", + "name": "ContentRevisionUnion", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, + { + "kind": "UNION", + "name": "ContentRevisionUnion", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + } + ] + }, { "kind": "OBJECT", - "name": "ProductToPaColorConnection", - "description": "Connection between the Product type and the paColor type", + "name": "UserToUserRoleConnection", + "description": "Connection between the User type and the UserRole type", "fields": [ { "name": "edges", - "description": "Edges for the ProductToPaColorConnection connection", + "description": "Edges for the UserToUserRoleConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToPaColorConnectionEdge", + "name": "UserToUserRoleConnectionEdge", "ofType": null } }, @@ -32106,7 +29386,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaColor", + "name": "UserRole", "ofType": null } }, @@ -32133,7 +29413,7 @@ }, { "kind": "OBJECT", - "name": "ProductToPaColorConnectionEdge", + "name": "UserToUserRoleConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -32154,7 +29434,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "PaColor", + "name": "UserRole", "ofType": null }, "isDeprecated": false, @@ -32168,31 +29448,47 @@ }, { "kind": "OBJECT", - "name": "PaColor", - "description": "The paColor type", + "name": "UserRole", + "description": "A user role object", "fields": [ { - "name": "count", - "description": "The number of objects connected to the object", + "name": "capabilities", + "description": "The capabilities that belong to this role", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": "The display name of the role", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", + "name": "id", + "description": "The globally unique identifier for the user role object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -32200,372 +29496,88 @@ "deprecationReason": null }, { - "name": "description", - "description": "The description of the object", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "The registered name of the role", + "args": [], "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The globally unique ID for the object", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": "The link to the term", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paColorId", - "description": "The id field matches the WP_Post->ID field.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" - }, - { - "name": "products", - "description": "Connection between the PaColor type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaColorToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "PaColorToProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProductCategoryDisplay", + "description": "Product category display type enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "BOTH", + "description": "Display both products and subcategories of this category.", "isDeprecated": false, "deprecationReason": null }, { - "name": "taxonomy", - "description": "Connection between the paColor type and the Taxonomy type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "PaColorToTaxonomyConnectionEdge", - "ofType": null - }, + "name": "DEFAULT", + "description": "Display default content connected to this category.", "isDeprecated": false, "deprecationReason": null }, { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "PRODUCTS", + "description": "Display products associated with this category.", "isDeprecated": false, "deprecationReason": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "SUBCATEGORIES", + "description": "Display subcategories of this category.", "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductCategoryToParentProductCategoryConnectionEdge", + "description": "Connection between the productCategory type and the productCategory type", + "fields": [ { - "name": "uri", - "description": "The unique resource identifier path", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "variations", - "description": "Connection between the PaColor type and the ProductVariation type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaColorToProductVariationConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], "type": { "kind": "OBJECT", - "name": "PaColorToProductVariationConnection", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, @@ -32573,35 +29585,14 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "PaColorToProductConnectionWhereArgs", - "description": "Arguments for filtering the PaColorToProductConnection connection", + "name": "ProductCategoryToProductConnectionWhereArgs", + "description": "Arguments for filtering the ProductCategoryToProductConnection connection", "fields": null, "inputFields": [ { @@ -33048,611 +30039,486 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PaColorToProductConnection", - "description": "Connection between the PaColor type and the Product type", - "fields": [ - { - "name": "edges", - "description": "Edges for the PaColorToProductConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PaColorToProductConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "description": "Options for ordering the connection", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "field", + "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "ENUM", + "name": "ProductsOrderByEnum", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "order", + "description": null, "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "ENUM", + "name": "OrderEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PaColorToProductConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "kind": "ENUM", + "name": "ProductsOrderByEnum", + "description": "Fields to order the Products connection by", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "DATE", + "description": "Order by publish date", "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Product", - "ofType": null - }, + "name": "IN", + "description": "Preserve the ID order given in the IN array", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PaColorToTaxonomyConnectionEdge", - "description": "Connection between the paColor type and the Taxonomy type", - "fields": [ + }, { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Taxonomy", - "ofType": null - }, + "name": "MENU_ORDER", + "description": "Order by the menu order value", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PaColorToProductVariationConnectionWhereArgs", - "description": "Arguments for filtering the PaColorToProductVariationConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "MODIFIED", + "description": "Order by last modified date", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "NAME_IN", + "description": "Preserve slug order given in the NAME_IN array", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "ON_SALE_FROM", + "description": "Order by date product sale starts", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "ON_SALE_TO", + "description": "Order by date product sale ends", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "PARENT", + "description": "Order by parent ID", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", + "name": "PRICE", + "description": "Order by product's current price", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RATING", + "description": "Order by product average rating", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REGULAR_PRICE", + "description": "Order by product's regular price", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REVIEW_COUNT", + "description": "Order by number of reviews on product", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SALE_PRICE", + "description": "Order by product's sale price", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SLUG", + "description": "Order by slug", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOTAL_SALES", + "description": "Order by total sales of products sold", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "StockStatusEnum", + "description": "Product stock status enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "IN_STOCK", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ON_BACKORDER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OUT_OF_STOCK", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "description": "Product taxonomy filter type", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterInput", "ofType": null } }, "defaultValue": null }, { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + "name": "or", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterInput", "ofType": null } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterInput", + "description": "Product filter", + "fields": null, + "inputFields": [ { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", + "name": "ids", + "description": "A list of term ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + "name": "operator", + "description": "Filter operation type", "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "ENUM", + "name": "TaxonomyOperatorEnum", "ofType": null }, "defaultValue": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "taxonomy", + "description": "Which field to select taxonomy term by.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "ProductTaxonomyEnum", "ofType": null } }, "defaultValue": null }, { - "name": "featured", - "description": "Limit result set to featured products.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "terms", + "description": "A list of term slugs", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TaxonomyOperatorEnum", + "description": "Taxonomy query operators", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null + "name": "AND", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null + "name": "EXISTS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "IN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null - } - }, - "defaultValue": null + "name": "NOT_EXISTS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, + "name": "NOT_IN", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProductTaxonomyEnum", + "description": "Product taxonomies", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "PACOLOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "PASIZE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PRODUCTCATEGORY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "PRODUCTTAG", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PRODUCTTYPE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Limit result set to products with a specific slug.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "SHIPPINGCLASS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Limit result set to products assigned a specific status.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, + "name": "VISIBLEPRODUCT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProductTypesEnum", + "description": "Product type enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "EXTERNAL", + "description": "An external product", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "GROUPED", + "description": "A product group", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "SIMPLE", + "description": "A simple product", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "VARIABLE", + "description": "A variable product", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "VARIATION", + "description": "A product variation", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "description": "Product catalog visibility enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CATALOG", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "HIDDEN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "SEARCH", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", + "name": "VISIBLE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductCategoryToProductConnection", + "description": "Connection between the ProductCategory type and the Product type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductCategoryToProductConnection connection", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductCategoryToProductConnectionEdge", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", + "kind": "INTERFACE", + "name": "Product", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "type", - "description": "Limit result set to products assigned a specific type.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", - "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PaColorToProductVariationConnection", - "description": "Connection between the PaColor type and the ProductVariation type", - "fields": [ - { - "name": "edges", - "description": "Edges for the PaColorToProductVariationConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PaColorToProductVariationConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductVariation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, @@ -33666,7 +30532,7 @@ }, { "kind": "OBJECT", - "name": "PaColorToProductVariationConnectionEdge", + "name": "ProductCategoryToProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -33686,8 +30552,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "ProductVariation", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, @@ -33700,13 +30566,13 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProductVariation", - "description": "A product variation object", + "kind": "INTERFACE", + "name": "Product", + "description": "Product object", "fields": [ { "name": "attributes", - "description": "Connection between the ProductVariation type and the VariationAttribute type", + "description": "Connection between the Product type and the ProductAttribute type", "args": [ { "name": "first", @@ -33747,35 +30613,33 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductVariationToVariationAttributeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "backorders", - "description": "Product variation backorders", - "args": [], - "type": { - "kind": "ENUM", - "name": "BackordersEnum", + "name": "ProductToProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "backordersAllowed", - "description": "Can product be backordered?", + "name": "averageRating", + "description": "Product average count", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, "isDeprecated": false, @@ -33783,7 +30647,7 @@ }, { "name": "catalogVisibility", - "description": "Product variation catalog visibility", + "description": "Catalog visibility", "args": [], "type": { "kind": "ENUM", @@ -33793,21 +30657,9 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "contentType", - "description": "Connection between the ProductVariation type and the ContentType type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductVariationToContentTypeConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "databaseId", - "description": "The ID of the refund in the database", + "description": "The ID of the product in the database", "args": [], "type": { "kind": "NON_NULL", @@ -33823,19 +30675,7 @@ }, { "name": "date", - "description": "Date variation created", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dateGmt", - "description": "The publishing date set in GMT.", + "description": "Date product created", "args": [], "type": { "kind": "SCALAR", @@ -33872,19 +30712,18 @@ { "name": "description", "description": "Product description", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "desiredSlug", - "description": "The desired slug of the post", - "args": [], + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -33894,32 +30733,8 @@ "deprecationReason": null }, { - "name": "downloadExpiry", - "description": "Download expiry", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "downloadLimit", - "description": "Download limit", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "downloadable", - "description": "Is downloadable?", + "name": "featured", + "description": "If the product is featured", "args": [], "type": { "kind": "SCALAR", @@ -33930,48 +30745,8 @@ "deprecationReason": null }, { - "name": "downloads", - "description": "Product downloads", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductDownload", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enclosure", - "description": "The RSS enclosure for the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", + "name": "galleryImages", + "description": "Connection between the Product type and the MediaItem type", "args": [ { "name": "first", @@ -34012,19 +30787,29 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToMediaItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", + "name": "ProductToMediaItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "name": "globalAttributes", + "description": "Connection between the Product type and the GlobalProductAttribute type", "args": [ { "name": "first", @@ -34065,83 +30850,21 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToGlobalProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasAttributes", - "description": "Does product variation have any visible attributes", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": "Product variation height", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "ProductToGlobalProductAttributeConnection", "ofType": null }, "isDeprecated": false, @@ -34149,7 +30872,7 @@ }, { "name": "id", - "description": "The globally unique identifier for the product variation", + "description": "The globally unique identifier for the product", "args": [], "type": { "kind": "NON_NULL", @@ -34165,7 +30888,7 @@ }, { "name": "image", - "description": "Product variation main image", + "description": "Main image", "args": [], "type": { "kind": "OBJECT", @@ -34175,54 +30898,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "length", - "description": "Product variation length", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "link", "description": "The permalink of the post", @@ -34236,95 +30911,83 @@ "deprecationReason": null }, { - "name": "manageStock", - "description": "if/how product variation stock is managed", - "args": [], - "type": { - "kind": "ENUM", - "name": "ManageStockEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "menuOrder", - "description": "Menu order", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metaData", - "description": "Object meta data", + "name": "localAttributes", + "description": "Connection between the Product type and the LocalProductAttribute type", "args": [ { - "name": "key", - "description": "Retrieve meta by key", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "keysIn", - "description": "Retrieve multiple metas by key", + "name": "last", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "multiple", - "description": "Retrieve meta with matching keys", + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToLocalProductAttributeConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } + "kind": "OBJECT", + "name": "ProductToLocalProductAttributeConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modified", - "description": "Date variation last updated", + "name": "menuOrder", + "description": "Menu order", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "name": "modified", + "description": "Date product last updated", "args": [], "type": { "kind": "SCALAR", @@ -34348,7 +31011,7 @@ }, { "name": "onSale", - "description": "Is variation on sale?", + "description": "Is product on sale?", "args": [], "type": { "kind": "SCALAR", @@ -34359,149 +31022,272 @@ "deprecationReason": null }, { - "name": "parent", - "description": "The parent of the node. The parent object can be of various types", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductVariationToVariableProductConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "price", - "description": "Product variation's active price", + "name": "paColors", + "description": "Connection between the Product type and the paColor type", "args": [ { - "name": "format", - "description": "Format of the price", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaColorConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToPaColorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "purchasable", - "description": "If product variation can be bought", - "args": [], + "name": "paSizes", + "description": "Connection between the Product type and the paSize type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaSizeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ProductToPaSizeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "purchaseNote", - "description": "Product variation purchase_note", + "name": "parent", + "description": "Parent product", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "regularPrice", - "description": "Product variation's regular price", + "name": "productCategories", + "description": "Connection between the Product type and the productCategory type", "args": [ { - "name": "format", - "description": "Format of the price", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductCategoryConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToProductCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "salePrice", - "description": "Product variation's sale price", + "name": "productTags", + "description": "Connection between the Product type and the productTag type", "args": [ { - "name": "format", - "description": "Format of the price", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTagConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shippingClass", - "description": "Product variation shipping class", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToProductTagConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingClasses", - "description": "Connection between the ProductVariation type and the shippingClass type", + "name": "productTypes", + "description": "Connection between the Product type and the productType type", "args": [ { "name": "first", @@ -34548,7 +31334,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductVariationToShippingClassConnectionWhereArgs", + "name": "ProductToProductTypeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -34556,27 +31342,27 @@ ], "type": { "kind": "OBJECT", - "name": "ProductVariationToShippingClassConnection", + "name": "ProductToProductTypeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sku", - "description": "Product variation SKU (Stock-keeping unit)", + "name": "purchasable", + "description": "Can product be purchased?", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "The uri slug for the post. This is equivalent to the WP_Post->post_name\nfield and the post_name column in the database for the\n"post_objects" table.", + "name": "purchaseNote", + "description": "Purchase note", "args": [], "type": { "kind": "SCALAR", @@ -34587,20 +31373,71 @@ "deprecationReason": null }, { - "name": "status", - "description": "Variation status", - "args": [], + "name": "related", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToProductConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "stockQuantity", - "description": "Product variation stock quantity", + "name": "reviewCount", + "description": "Product review count", "args": [], "type": { "kind": "SCALAR", @@ -34611,44 +31448,8 @@ "deprecationReason": null }, { - "name": "stockStatus", - "description": "Product stock status", - "args": [], - "type": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxClass", - "description": "Product variation tax class", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxStatus", - "description": "Tax status", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", + "name": "reviews", + "description": "Connection between the Product type and the Comment type", "args": [ { "name": "first", @@ -34695,7 +31496,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", + "name": "ProductToCommentConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -34703,43 +31504,15 @@ ], "type": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": "Product type", - "args": [], - "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "name": "ProductToCommentConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "virtual", - "description": "Is product virtual?", + "name": "reviewsAllowed", + "description": "If reviews are allowed", "args": [], "type": { "kind": "SCALAR", @@ -34750,8 +31523,8 @@ "deprecationReason": null }, { - "name": "visibleProducts", - "description": "Connection between the ProductVariation type and the visibleProduct type", + "name": "shippingClasses", + "description": "Connection between the Product type and the shippingClass type", "args": [ { "name": "first", @@ -34798,7 +31571,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductVariationToVisibleProductConnectionWhereArgs", + "name": "ProductToShippingClassConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -34806,16 +31579,27 @@ ], "type": { "kind": "OBJECT", - "name": "ProductVariationToVisibleProductConnection", + "name": "ProductToShippingClassConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "weight", - "description": "Product variation weight", - "args": [], + "name": "shortDescription", + "description": "Product short description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -34825,8 +31609,8 @@ "deprecationReason": null }, { - "name": "width", - "description": "Product variation width", + "name": "sku", + "description": "Product SKU", "args": [], "type": { "kind": "SCALAR", @@ -34835,97 +31619,22 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "ofType": null }, { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductVariationToVariationAttributeConnection", - "description": "Connection between the ProductVariation type and the VariationAttribute type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductVariationToVariationAttributeConnection connection", + "name": "slug", + "description": "Product slug", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductVariationToVariationAttributeConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "VariationAttribute", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductVariationToVariationAttributeConnectionEdge", - "description": "An edge in a connection", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "status", + "description": "Product status", "args": [], "type": { "kind": "SCALAR", @@ -34936,31 +31645,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "VariationAttribute", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariationAttribute", - "description": "A product variation attribute object", - "fields": [ - { - "name": "attributeId", - "description": "The Id of the order. Equivalent to WP_Post->ID", + "name": "totalSales", + "description": "Number total of sales", "args": [], "type": { "kind": "SCALAR", @@ -34971,86 +31657,208 @@ "deprecationReason": null }, { - "name": "id", - "description": "The Id of the order. Equivalent to WP_Post->ID", + "name": "type", + "description": "Product type", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "label", - "description": "Label of attribute", - "args": [], + "name": "upsell", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToUpsellConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToUpsellConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Name of attribute", - "args": [], + "name": "visibleProducts", + "description": "Connection between the Product type and the visibleProduct type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToVisibleProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToVisibleProductConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "VariableProduct", + "ofType": null }, { - "name": "value", - "description": "Selected value of attribute", - "args": [], + "kind": "OBJECT", + "name": "ExternalProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "SimpleProduct", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "GroupProduct", + "ofType": null + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToProductAttributeConnectionWhereArgs", + "description": "Arguments for filtering the ProductToProductAttributeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "type", + "description": "Filter results by attribute scope.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", - "name": "BackordersEnum", - "description": "Product backorder enumeration", + "name": "ProductAttributeTypesEnum", + "description": "Product attribute type enumeration", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "NO", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NOTIFY", - "description": null, + "name": "GLOBAL", + "description": "A global product attribute", "isDeprecated": false, "deprecationReason": null }, { - "name": "YES", - "description": null, + "name": "LOCAL", + "description": "A local product attribute", "isDeprecated": false, "deprecationReason": null } @@ -35059,16 +31867,48 @@ }, { "kind": "OBJECT", - "name": "ProductVariationToContentTypeConnectionEdge", - "description": "Connection between the ProductVariation type and the ContentType type", + "name": "ProductToProductAttributeConnection", + "description": "Connection between the Product type and the ProductAttribute type", "fields": [ { - "name": "node", + "name": "edges", + "description": "Edges for the ProductToProductAttributeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToProductAttributeConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", "description": "The nodes of the connection, without the edges", "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ProductAttribute", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { "kind": "OBJECT", - "name": "ContentType", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, @@ -35082,31 +31922,54 @@ }, { "kind": "OBJECT", - "name": "ProductDownload", - "description": "A product object", + "name": "ProductToProductAttributeConnectionEdge", + "description": "An edge in a connection", "fields": [ { - "name": "allowedFileType", - "description": "Is file allowed", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "downloadId", - "description": "Product download ID", + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ProductAttribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "ProductAttribute", + "description": "Product attribute object", + "fields": [ + { + "name": "attributeId", + "description": "Attribute ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -35114,127 +31977,111 @@ "deprecationReason": null }, { - "name": "file", - "description": "Download file", + "name": "id", + "description": "Attribute Global ID", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fileExists", - "description": "Validate file exists", + "name": "label", + "description": "Attribute label", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fileExt", - "description": "File extension", + "name": "name", + "description": "Attribute name", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "filePathType", - "description": "Type of file path set", + "name": "options", + "description": "Attribute options", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fileType", - "description": "File type", + "name": "position", + "description": "Attribute position", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Product download name", + "name": "scope", + "description": "Product attribute scope.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ManageStockEnum", - "description": "Product manage stock enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "FALSE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PARENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "TRUE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MetaData", - "description": "Extra data defined on the WC object", - "fields": [ - { - "name": "id", - "description": "Meta ID.", + "name": "variation", + "description": "Is attribute on product variation", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -35242,467 +32089,358 @@ "deprecationReason": null }, { - "name": "key", - "description": "Meta key.", + "name": "visible", + "description": "Is attribute visible", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "value", - "description": "Meta value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, - "possibleTypes": null + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "GlobalProductAttribute", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "LocalProductAttribute", + "ofType": null + } + ] }, { - "kind": "OBJECT", - "name": "ProductVariationToVariableProductConnectionEdge", - "description": "Connection between the ProductVariation type and the VariableProduct type", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "ProductToMediaItemConnectionWhereArgs", + "description": "Arguments for filtering the ProductToMediaItemConnection connection", + "fields": null, + "inputFields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "author", + "description": "The user that's connected as the author of the object. Use the userId for the author object.", "type": { - "kind": "OBJECT", - "name": "VariableProduct", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariableProduct", - "description": "A variable product object", - "fields": [ + "defaultValue": null + }, { - "name": "attributes", - "description": "Connection between the Product type and the ProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "authorIn", + "description": "Find objects connected to author(s) in the array of author's userIds", "type": { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "averageRating", - "description": "Product average count", - "args": [], + "name": "authorName", + "description": "Find objects connected to the author by the author's nicename", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "backorders", - "description": "Product backorders status", - "args": [], + "name": "authorNotIn", + "description": "Find objects NOT connected to author(s) in the array of author's userIds", "type": { - "kind": "ENUM", - "name": "BackordersEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "backordersAllowed", - "description": "Can product be backordered?", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "catalogVisibility", - "description": "Catalog visibility", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", - "args": [], + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", - "args": [], + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentType", - "description": "Connection between the Product type and the ContentType type", - "args": [], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "crossSell", - "description": "Connection between the VariableProduct type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "VariableProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { - "kind": "OBJECT", - "name": "VariableProductToProductConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the product in the database", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Date product created", - "args": [], + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateGmt", - "description": "The publishing date set in GMT.", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleFrom", - "description": "Date on sale from", - "args": [], + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleTo", - "description": "Date on sale to", - "args": [], + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "defaultAttributes", - "description": "Connection between the VariableProduct type and the VariationAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, "type": { - "kind": "OBJECT", - "name": "VariableProductToVariationAttributeConnection", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "Product description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToMediaItemConnection", + "description": "Connection between the Product type and the MediaItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductToMediaItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToMediaItemConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToMediaItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "enclosure", - "description": "The RSS enclosure for the object", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -35713,312 +32451,158 @@ "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", + "name": "MediaItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToGlobalProductAttributeConnectionWhereArgs", + "description": "Arguments for filtering the ProductToGlobalProductAttributeConnection connection", + "fields": null, + "inputFields": [ { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "type", + "description": "Filter results by attribute scope.", "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToGlobalProductAttributeConnection", + "description": "Connection between the Product type and the GlobalProductAttribute type", + "fields": [ { - "name": "featured", - "description": "If the product is featured", + "name": "edges", + "description": "Edges for the ProductToGlobalProductAttributeConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToGlobalProductAttributeConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "GlobalProductAttribute", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToGlobalProductAttributeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "galleryImages", - "description": "Connection between the Product type and the MediaItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToMediaItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToMediaItemConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "globalAttributes", - "description": "Connection between the Product type and the GlobalProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToGlobalProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnection", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "GlobalProductAttribute", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GlobalProductAttribute", + "description": "A product attribute object", + "fields": [ { - "name": "height", - "description": "Product's height", + "name": "attributeId", + "description": "Attribute ID", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", - "description": "The globally unique identifier for the product", + "description": "Attribute Global ID", "args": [], "type": { "kind": "NON_NULL", @@ -36033,80 +32617,104 @@ "deprecationReason": null }, { - "name": "image", - "description": "Main image", + "name": "label", + "description": "Attribute label", "args": [], "type": { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", + "name": "name", + "description": "Product attribute name", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "options", + "description": "Attribute options", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", + "name": "position", + "description": "Attribute position", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "length", - "description": "Product's length", + "name": "scope", + "description": "Product attribute scope.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", - "description": "The permalink of the post", + "name": "slug", + "description": "Product attribute slug", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "localAttributes", - "description": "Connection between the Product type and the LocalProductAttribute type", + "name": "terms", + "description": "Connection between the GlobalProductAttribute type and the TermNode type", "args": [ { "name": "first", @@ -36153,7 +32761,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToLocalProductAttributeConnectionWhereArgs", + "name": "GlobalProductAttributeToTermNodeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -36161,81 +32769,22 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "manageStock", - "description": "If product manage stock", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "GlobalProductAttributeToTermNodeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "menuOrder", - "description": "Menu order", + "name": "variation", + "description": "Is attribute on product variation", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MetaData", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -36243,639 +32792,326 @@ "deprecationReason": null }, { - "name": "modified", - "description": "Date product last updated", + "name": "visible", + "description": "Is attribute visible", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", - "args": [], - "type": { - "kind": "SCALAR", + "kind": "INTERFACE", + "name": "ProductAttribute", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "GlobalProductAttributeToTermNodeConnectionWhereArgs", + "description": "Arguments for filtering the GlobalProductAttributeToTermNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "type": { + "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "Product name", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "onSale", - "description": "Is product on sale?", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "paColors", - "description": "Connection between the Product type and the paColor type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaColorConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { - "kind": "OBJECT", - "name": "ProductToPaColorConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "paSizes", - "description": "Connection between the Product type and the paSize type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaSizeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "OBJECT", - "name": "ProductToPaSizeConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "parent", - "description": "Parent product", - "args": [], + "name": "excludeTree", + "description": "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.", "type": { - "kind": "INTERFACE", - "name": "Product", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "price", - "description": "Product's active price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productCategories", - "description": "Connection between the Product type and the productCategory type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductCategoryConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productTags", - "description": "Connection between the Product type and the productTag type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTagConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "OBJECT", - "name": "ProductToProductTagConnection", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productTypes", - "description": "Connection between the Product type and the productType type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTypeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { - "kind": "OBJECT", - "name": "ProductToProductTypeConnection", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "purchasable", - "description": "Can product be purchased?", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "purchaseNote", - "description": "Purchase note", - "args": [], + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "regularPrice", - "description": "Product's regular price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "related", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GlobalProductAttributeToTermNodeConnection", + "description": "Connection between the GlobalProductAttribute type and the TermNode type", + "fields": [ { - "name": "reviewCount", - "description": "Product review count", + "name": "edges", + "description": "Edges for the GlobalProductAttributeToTermNodeConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "GlobalProductAttributeToTermNodeConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reviews", - "description": "Connection between the Product type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToCommentConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reviewsAllowed", - "description": "If reviews are allowed", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GlobalProductAttributeToTermNodeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "salePrice", - "description": "Product's sale price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -36885,130 +33121,107 @@ "deprecationReason": null }, { - "name": "shippingClassId", - "description": "shipping class ID", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INTERFACE", + "name": "TermNode", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToLocalProductAttributeConnectionWhereArgs", + "description": "Arguments for filtering the ProductToLocalProductAttributeConnection connection", + "fields": null, + "inputFields": [ { - "name": "shippingClasses", - "description": "Connection between the Product type and the shippingClass type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "type", + "description": "Filter results by attribute scope.", "type": { - "kind": "OBJECT", - "name": "ProductToShippingClassConnection", + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToLocalProductAttributeConnection", + "description": "Connection between the Product type and the LocalProductAttribute type", + "fields": [ { - "name": "shippingRequired", - "description": "Does product need to be shipped?", + "name": "edges", + "description": "Edges for the ProductToLocalProductAttributeConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToLocalProductAttributeConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingTaxable", - "description": "Is product shipping taxable?", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "LocalProductAttribute", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shortDescription", - "description": "Product short description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToLocalProductAttributeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "sku", - "description": "Product SKU", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -37019,237 +33232,150 @@ "deprecationReason": null }, { - "name": "slug", - "description": "Product slug", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "LocalProductAttribute", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LocalProductAttribute", + "description": "A product attribute object", + "fields": [ { - "name": "soldIndividually", - "description": "If should be sold individually", + "name": "attributeId", + "description": "Attribute ID", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": "Product status", + "name": "id", + "description": "Attribute Global ID", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "stockQuantity", - "description": "Number of items available for sale", + "name": "label", + "description": "Attribute label", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "taxClass", - "description": "Tax class", + "name": "name", + "description": "Attribute name", "args": [], "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "taxStatus", - "description": "Tax status", + "name": "options", + "description": "Attribute options", "args": [], "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "position", + "description": "Attribute position", + "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalSales", - "description": "Number total of sales", + "name": "scope", + "description": "Product attribute scope.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": "Product type", - "args": [], - "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "upsell", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductAttributeTypesEnum", + "ofType": null } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", + "name": "variation", + "description": "Is attribute on product variation", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -37257,151 +33383,17 @@ "deprecationReason": null }, { - "name": "variations", - "description": "Connection between the VariableProduct type and the ProductVariation type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "VariableProductToProductVariationConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "VariableProductToProductVariationConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visibleProducts", - "description": "Connection between the Product type and the visibleProduct type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToVisibleProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToVisibleProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "weight", - "description": "Product's weight", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": "Product's width", + "name": "visible", + "description": "Is attribute visible", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -37411,37 +33403,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Product", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithComments", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithContentEditor", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", + "name": "ProductAttribute", "ofType": null } ], @@ -37450,13 +33412,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "VariableProductToProductConnectionWhereArgs", - "description": "Arguments for filtering the VariableProductToProductConnection connection", + "name": "ProductToPaColorConnectionWhereArgs", + "description": "Arguments for filtering the ProductToPaColorConnection connection", "fields": null, "inputFields": [ { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", "name": "String", @@ -37465,334 +33427,394 @@ "defaultValue": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", + "name": "excludeTree", + "description": "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.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null }, { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "featured", - "description": "Limit result set to featured products.", + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, "defaultValue": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToPaColorConnection", + "description": "Connection between the Product type and the paColor type", + "fields": [ { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", + "name": "edges", + "description": "Edges for the ProductToPaColorConnection connection", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToPaColorConnectionEdge", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PaColor", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Limit result set to products with a specific slug.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToPaColorConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "status", - "description": "Limit result set to products assigned a specific status.", + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "PaColor", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PaColor", + "description": "The paColor type", + "fields": [ { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "name": "contentNodes", + "description": "Connection between the paColor type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaColorToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "PaColorToContentNodeConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", + "name": "count", + "description": "The number of objects connected to the object", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null - }, - { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -37800,134 +33822,137 @@ "ofType": null } }, - "defaultValue": null - }, - { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", + "name": "description", + "description": "The description of the object", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "ofType": null + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "type", - "description": "Limit result set to products assigned a specific type.", + ], "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, - "defaultValue": null - }, - { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", + ], "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariableProductToProductConnection", - "description": "Connection between the VariableProduct type and the Product type", - "fields": [ - { - "name": "edges", - "description": "Edges for the VariableProductToProductConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "VariableProductToProductConnectionEdge", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "id", + "description": "The globally unique ID for the object", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, @@ -37935,31 +33960,20 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariableProductToProductConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "link", + "description": "The link to the term", "args": [], "type": { "kind": "SCALAR", @@ -37970,142 +33984,260 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "name", + "description": "The human friendly name of the object.", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariableProductToVariationAttributeConnection", - "description": "Connection between the VariableProduct type and the VariationAttribute type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the VariableProductToVariationAttributeConnection connection", + "name": "paColorId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "VariableProductToVariationAttributeConnectionEdge", - "ofType": null + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" + }, + { + "name": "products", + "description": "Connection between the PaColor type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaColorToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "PaColorToProductConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "VariationAttribute", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "taxonomy", + "description": "Connection between the paColor type and the Taxonomy type", "args": [], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "PaColorToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VariableProductToVariationAttributeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", "args": [], "type": { - "kind": "OBJECT", - "name": "VariationAttribute", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToPaSizeConnectionWhereArgs", - "description": "Arguments for filtering the ProductToPaSizeConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "uri", + "description": "The unique resource identifier path", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "variations", + "description": "Connection between the PaColor type and the ProductVariation type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaColorToProductVariationConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PaColorToProductVariationConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PaColorToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the PaColorToContentNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", "name": "Boolean", @@ -38114,18 +34246,18 @@ "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, @@ -38138,42 +34270,42 @@ "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null }, "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { "kind": "LIST", "name": null, @@ -38186,32 +34318,32 @@ "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "defaultValue": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, @@ -38224,38 +34356,32 @@ "defaultValue": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", "name": "String", @@ -38264,39 +34390,35 @@ "defaultValue": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "status", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null }, "defaultValue": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null @@ -38308,19 +34430,19 @@ }, { "kind": "OBJECT", - "name": "ProductToPaSizeConnection", - "description": "Connection between the Product type and the paSize type", + "name": "PaColorToContentNodeConnection", + "description": "Connection between the paColor type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the ProductToPaSizeConnection connection", + "description": "Edges for the PaColorToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToPaSizeConnectionEdge", + "name": "PaColorToContentNodeConnectionEdge", "ofType": null } }, @@ -38335,8 +34457,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PaSize", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -38363,7 +34485,7 @@ }, { "kind": "OBJECT", - "name": "ProductToPaSizeConnectionEdge", + "name": "PaColorToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -38383,8 +34505,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "PaSize", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -38397,28 +34519,56 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PaSize", - "description": "The paSize type", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PaColorToProductConnectionWhereArgs", + "description": "Arguments for filtering the PaColorToProductConnection connection", + "fields": null, + "inputFields": [ { - "name": "count", - "description": "The number of objects connected to the object", - "args": [], + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -38426,574 +34576,114 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "The description of the object", - "args": [], + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique ID for the object", - "args": [], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], + "name": "featured", + "description": "Limit result set to featured products.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "link", - "description": "The link to the term", - "args": [], + "name": "include", + "description": "Limit result set to specific ids.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "paSizeId", - "description": "The id field matches the WP_Post->ID field.", - "args": [], + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", "type": { "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" - }, - { - "name": "products", - "description": "Connection between the PaSize type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaSizeToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "PaSizeToProductConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Connection between the paSize type and the Taxonomy type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "PaSizeToTaxonomyConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "variations", - "description": "Connection between the PaSize type and the ProductVariation type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaSizeToProductVariationConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "PaSizeToProductVariationConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PaSizeToProductConnectionWhereArgs", - "description": "Arguments for filtering the PaSizeToProductConnection connection", - "fields": null, - "inputFields": [ - { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "dateQuery", - "description": "Filter the connection based on dates.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "featured", - "description": "Limit result set to featured products.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", - "type": { - "kind": "SCALAR", - "name": "Float", + "name": "Float", "ofType": null }, "defaultValue": null @@ -39279,19 +34969,19 @@ }, { "kind": "OBJECT", - "name": "PaSizeToProductConnection", - "description": "Connection between the PaSize type and the Product type", + "name": "PaColorToProductConnection", + "description": "Connection between the PaColor type and the Product type", "fields": [ { "name": "edges", - "description": "Edges for the PaSizeToProductConnection connection", + "description": "Edges for the PaColorToProductConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PaSizeToProductConnectionEdge", + "name": "PaColorToProductConnectionEdge", "ofType": null } }, @@ -39334,7 +35024,7 @@ }, { "kind": "OBJECT", - "name": "PaSizeToProductConnectionEdge", + "name": "PaColorToProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -39369,8 +35059,8 @@ }, { "kind": "OBJECT", - "name": "PaSizeToTaxonomyConnectionEdge", - "description": "Connection between the paSize type and the Taxonomy type", + "name": "PaColorToTaxonomyConnectionEdge", + "description": "Connection between the paColor type and the Taxonomy type", "fields": [ { "name": "node", @@ -39392,8 +35082,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "PaSizeToProductVariationConnectionWhereArgs", - "description": "Arguments for filtering the PaSizeToProductVariationConnection connection", + "name": "PaColorToProductVariationConnectionWhereArgs", + "description": "Arguments for filtering the PaColorToProductVariationConnection connection", "fields": null, "inputFields": [ { @@ -39841,19 +35531,19 @@ }, { "kind": "OBJECT", - "name": "PaSizeToProductVariationConnection", - "description": "Connection between the PaSize type and the ProductVariation type", + "name": "PaColorToProductVariationConnection", + "description": "Connection between the PaColor type and the ProductVariation type", "fields": [ { "name": "edges", - "description": "Edges for the PaSizeToProductVariationConnection connection", + "description": "Edges for the PaColorToProductVariationConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "PaSizeToProductVariationConnectionEdge", + "name": "PaColorToProductVariationConnectionEdge", "ofType": null } }, @@ -39896,7 +35586,7 @@ }, { "kind": "OBJECT", - "name": "PaSizeToProductVariationConnectionEdge", + "name": "PaColorToProductVariationConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -39930,412 +35620,459 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "description": "Pricing field format enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "FORMATTED", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "RAW", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToProductCategoryConnectionWhereArgs", - "description": "Arguments for filtering the ProductToProductCategoryConnection connection", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "ProductVariation", + "description": "A product variation object", + "fields": [ { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "attributes", + "description": "Connection between the ProductVariation type and the VariationAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductVariationToVariationAttributeConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "backorders", + "description": "Product variation backorders", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "BackordersEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "backordersAllowed", + "description": "Can product be backordered?", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "catalogVisibility", + "description": "Product variation catalog visibility", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "CatalogVisibilityEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "databaseId", + "description": "The ID of the refund in the database", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "date", + "description": "Date variation created", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "dateGmt", + "description": "The publishing date set in GMT.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "dateOnSaleFrom", + "description": "Date on sale from", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "dateOnSaleTo", + "description": "Date on sale to", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "description", + "description": "Product description", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "desiredSlug", + "description": "The desired slug of the post", + "args": [], "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "downloadExpiry", + "description": "Download expiry", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "downloadLimit", + "description": "Download limit", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "downloadable", + "description": "Is downloadable?", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "downloads", + "description": "Product downloads", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductDownload", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "editingLockedBy", + "description": "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", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "enclosure", + "description": "The RSS enclosure for the object", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnection", - "description": "Connection between the Product type and the productCategory type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductToProductCategoryConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnectionEdge", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "ContentNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", "args": [], "type": { - "kind": "OBJECT", - "name": "ProductCategory", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTagConnectionWhereArgs", - "description": "Arguments for filtering the ProductToProductTagConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "guid", + "description": "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.", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "hasAttributes", + "description": "Does product variation have any visible attributes", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "height", + "description": "Product variation height", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "id", + "description": "The globally unique identifier for the product variation", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -40343,194 +36080,150 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "image", + "description": "Product variation main image", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "MediaItem", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "isPreview", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "length", + "description": "Product variation length", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "link", + "description": "The permalink of the post", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "manageStock", + "description": "if/how product variation stock is managed", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "ManageStockEnum", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "menuOrder", + "description": "Menu order", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductTagConnection", - "description": "Connection between the Product type and the productTag type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductToProductTagConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToProductTagConnectionEdge", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductTag", + "name": "MetaData", "ofType": null } }, @@ -40538,31 +36231,20 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "modified", + "description": "Date variation last updated", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductTagConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "modifiedGmt", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -40573,206 +36255,127 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "name", + "description": "Product name", "args": [], "type": { - "kind": "OBJECT", - "name": "ProductTag", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductTag", - "description": "The productTag type", - "fields": [ + }, { - "name": "count", - "description": "The number of objects connected to the object", + "name": "onSale", + "description": "Is variation on sale?", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", + "name": "parent", + "description": "The parent of the node. The parent object can be of various types", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "ProductVariationToVariableProductConnectionEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "The description of the object", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "name": "price", + "description": "Product variation's active price", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "format", + "description": "Format of the price", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "PricingFieldFormatEnum", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique ID for the object", + "name": "purchasable", + "description": "If product variation can be bought", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "purchaseNote", + "description": "Product variation purchase_note", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", - "description": "The link to the term", - "args": [], + "name": "regularPrice", + "description": "Product variation's regular price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -40782,9 +36385,20 @@ "deprecationReason": null }, { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], + "name": "salePrice", + "description": "Product variation's sale price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -40794,20 +36408,20 @@ "deprecationReason": null }, { - "name": "productTagId", - "description": "The id field matches the WP_Post->ID field.", + "name": "shippingClass", + "description": "Product variation shipping class", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "products", - "description": "Connection between the ProductTag type and the Product type", + "name": "shippingClasses", + "description": "Connection between the ProductVariation type and the shippingClass type", "args": [ { "name": "first", @@ -40854,7 +36468,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductTagToProductConnectionWhereArgs", + "name": "ProductVariationToShippingClassConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -40862,15 +36476,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductTagToProductConnection", + "name": "ProductVariationToShippingClassConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", + "name": "sku", + "description": "Product variation SKU (Stock-keeping unit)", "args": [], "type": { "kind": "SCALAR", @@ -40881,32 +36495,32 @@ "deprecationReason": null }, { - "name": "taxonomy", - "description": "Connection between the productTag type and the Taxonomy type", + "name": "slug", + "description": "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.", "args": [], "type": { - "kind": "OBJECT", - "name": "ProductTagToTaxonomyConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", + "name": "status", + "description": "Variation status", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", + "name": "stockQuantity", + "description": "Product variation stock quantity", "args": [], "type": { "kind": "SCALAR", @@ -40917,517 +36531,556 @@ "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", + "name": "stockStatus", + "description": "Product stock status", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "taxClass", + "description": "Product variation tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null + "name": "taxStatus", + "description": "Tax status", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null + "name": "template", + "description": "The template assigned to a node of content", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null + "name": "type", + "description": "Product type", + "args": [], + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "MenuItemLinkable", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductTagToProductConnectionWhereArgs", - "description": "Arguments for filtering the ProductTagToProductConnection connection", - "fields": null, - "inputFields": [ + "name": "uri", + "description": "URI path for the resource", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "name": "virtual", + "description": "Is product virtual?", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "name": "visibleProducts", + "description": "Connection between the ProductVariation type and the visibleProduct type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductVariationToVisibleProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductVariationToVisibleProductConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", + "name": "weight", + "description": "Product variation weight", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", + "name": "width", + "description": "Product variation width", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "ofType": null }, { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductVariationToVariationAttributeConnection", + "description": "Connection between the ProductVariation type and the VariationAttribute type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductVariationToVariationAttributeConnection connection", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProductVariationToVariationAttributeConnectionEdge", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "VariationAttribute", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductVariationToVariationAttributeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "VariationAttribute", + "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VariationAttribute", + "description": "A product variation attribute object", + "fields": [ { - "name": "featured", - "description": "Limit result set to featured products.", + "name": "attributeId", + "description": "The Id of the order. Equivalent to WP_Post->ID", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "id", + "description": "The Id of the order. Equivalent to WP_Post->ID", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", + "name": "label", + "description": "Label of attribute", + "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + "name": "name", + "description": "Name of attribute", + "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "value", + "description": "Selected value of attribute", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "BackordersEnum", + "description": "Product backorder enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NO", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null - } - }, - "defaultValue": null + "name": "NOTIFY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "name": "YES", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductDownload", + "description": "A product object", + "fields": [ + { + "name": "allowedFileType", + "description": "Is file allowed", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "name": "downloadId", + "description": "Product download ID", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", + "name": "file", + "description": "Download file", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", + "name": "fileExists", + "description": "Validate file exists", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "name": "fileExt", + "description": "File extension", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Limit result set to products with a specific slug.", + "name": "filePathType", + "description": "Type of file path set", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Limit result set to products assigned a specific status.", + "name": "fileType", + "description": "File type", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "name": "name", + "description": "Product download name", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "type", - "description": "Limit result set to products assigned a specific type.", - "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ManageStockEnum", + "description": "Product manage stock enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "FALSE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "PARENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", - "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", - "ofType": null - }, - "defaultValue": null + "name": "TRUE", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProductTagToProductConnection", - "description": "Connection between the ProductTag type and the Product type", + "name": "MetaData", + "description": "Extra data defined on the WC object", "fields": [ { - "name": "edges", - "description": "Edges for the ProductTagToProductConnection connection", + "name": "id", + "description": "Meta ID.", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProductTagToProductConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -41435,15 +37088,15 @@ "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "key", + "description": "Meta key.", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -41451,12 +37104,12 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "value", + "description": "Meta value.", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -41470,28 +37123,16 @@ }, { "kind": "OBJECT", - "name": "ProductTagToProductConnectionEdge", - "description": "An edge in a connection", + "name": "ProductVariationToVariableProductConnectionEdge", + "description": "Connection between the ProductVariation type and the VariableProduct type", "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The item at the end of the edge", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "VariableProduct", "ofType": null }, "isDeprecated": false, @@ -41505,354 +37146,551 @@ }, { "kind": "OBJECT", - "name": "ProductTagToTaxonomyConnectionEdge", - "description": "Connection between the productTag type and the Taxonomy type", + "name": "VariableProduct", + "description": "A variable product object", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "attributes", + "description": "Connection between the Product type and the ProductAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "Taxonomy", + "name": "ProductToProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTypeConnectionWhereArgs", - "description": "Arguments for filtering the ProductToProductTypeConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "averageRating", + "description": "Product average count", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "backorders", + "description": "Product backorders status", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "BackordersEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "backordersAllowed", + "description": "Can product be backordered?", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "catalogVisibility", + "description": "Catalog visibility", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "CatalogVisibilityEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "content", + "description": "The content of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "name": "crossSell", + "description": "Connection between the VariableProduct type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "VariableProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "VariableProductToProductConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "databaseId", + "description": "The ID of the product in the database", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "date", + "description": "Date product created", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "dateGmt", + "description": "The publishing date set in GMT.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "dateOnSaleFrom", + "description": "Date on sale from", + "args": [], "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "dateOnSaleTo", + "description": "Date on sale to", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "defaultAttributes", + "description": "Connection between the VariableProduct type and the VariationAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "VariableProductToVariationAttributeConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "description", + "description": "Product description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "name": "desiredSlug", + "description": "The desired slug of the post", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "editingLockedBy", + "description": "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", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "enclosure", + "description": "The RSS enclosure for the object", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductTypeConnection", - "description": "Connection between the Product type and the productType type", - "fields": [ - { - "name": "edges", - "description": "Edges for the ProductToProductTypeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToProductTypeConnectionEdge", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductType", - "ofType": null + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "ContentNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductTypeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "featured", + "description": "If the product is featured", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", "args": [], "type": { "kind": "OBJECT", - "name": "ProductType", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductType", - "description": "The productType type", - "fields": [ + }, { - "name": "count", - "description": "The number of objects connected to the object", + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", "args": [], "type": { "kind": "SCALAR", @@ -41863,36 +37701,20 @@ "deprecationReason": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "The description of the object", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", + "name": "galleryImages", + "description": "Connection between the Product type and the MediaItem type", "args": [ { "name": "first", @@ -41933,19 +37755,29 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToMediaItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "name": "ProductToMediaItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "name": "globalAttributes", + "description": "Connection between the Product type and the GlobalProductAttribute type", "args": [ { "name": "first", @@ -41986,11 +37818,45 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToGlobalProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", + "name": "ProductToGlobalProductAttributeConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "guid", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "height", + "description": "Product's height", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -41998,7 +37864,7 @@ }, { "name": "id", - "description": "The globally unique ID for the object", + "description": "The globally unique identifier for the product", "args": [], "type": { "kind": "NON_NULL", @@ -42013,8 +37879,20 @@ "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "image", + "description": "Main image", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isPreview", + "description": "Whether the object is a node in the preview state", "args": [], "type": { "kind": "SCALAR", @@ -42025,44 +37903,44 @@ "deprecationReason": null }, { - "name": "link", - "description": "The link to the term", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "The human friendly name of the object.", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTypeId", - "description": "The id field matches the WP_Post->ID field.", + "name": "length", + "description": "Product's length", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", + "name": "link", + "description": "The permalink of the post", "args": [], "type": { "kind": "SCALAR", @@ -42073,32 +37951,83 @@ "deprecationReason": null }, { - "name": "taxonomy", - "description": "Connection between the productType type and the Taxonomy type", - "args": [], + "name": "localAttributes", + "description": "Connection between the Product type and the LocalProductAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToLocalProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "ProductTypeToTaxonomyConnectionEdge", + "name": "ProductToLocalProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", + "name": "manageStock", + "description": "If product manage stock", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", + "name": "menuOrder", + "description": "Menu order", "args": [], "type": { "kind": "SCALAR", @@ -42109,561 +38038,1025 @@ "deprecationReason": null }, { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "MetaData", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null }, { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductTypeToTaxonomyConnectionEdge", - "description": "Connection between the productType type and the Taxonomy type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", + "name": "modified", + "description": "Date product last updated", "args": [], - "type": { - "kind": "OBJECT", - "name": "Taxonomy", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "description": "Arguments for filtering the ProductToProductConnection connection", - "fields": null, - "inputFields": [ - { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "name": "modifiedGmt", + "description": "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.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", + "name": "name", + "description": "Product name", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", + "name": "onSale", + "description": "Is product on sale?", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "paColors", + "description": "Connection between the Product type and the paColor type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaColorConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "ProductToPaColorConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "name": "paSizes", + "description": "Connection between the Product type and the paSize type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaSizeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + ], "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "OBJECT", + "name": "ProductToPaSizeConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "parent", + "description": "Parent product", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INTERFACE", + "name": "Product", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "featured", - "description": "Limit result set to featured products.", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null - }, - { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", + "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + "name": "price", + "description": "Product's active price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "productCategories", + "description": "Connection between the Product type and the productCategory type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ProductToProductCategoryConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null + "name": "productTags", + "description": "Connection between the Product type and the productTag type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTagConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProductToProductTagConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "productTypes", + "description": "Connection between the Product type and the productType type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTypeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductTypeConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "name": "purchasable", + "description": "Can product be purchased?", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", + "name": "purchaseNote", + "description": "Purchase note", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", + "name": "regularPrice", + "description": "Product's regular price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "related", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reviewCount", + "description": "Product review count", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shuffle", - "description": "Shuffle results? (Pagination currently not support by this argument)", + "name": "reviews", + "description": "Connection between the Product type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToCommentConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reviewsAllowed", + "description": "If reviews are allowed", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "name": "salePrice", + "description": "Product's sale price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Limit result set to products with a specific slug.", + "name": "shippingClassId", + "description": "shipping class ID", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Limit result set to products assigned a specific status.", + "name": "shippingClasses", + "description": "Connection between the Product type and the shippingClass type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToShippingClassConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToShippingClassConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", + "name": "shippingRequired", + "description": "Does product need to be shipped?", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", + "name": "shippingTaxable", + "description": "Is product shipping taxable?", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "name": "shortDescription", + "description": "Product short description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", + "name": "sku", + "description": "Product SKU", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", + "name": "slug", + "description": "Product slug", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "name": "soldIndividually", + "description": "If should be sold individually", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", + "name": "status", + "description": "Product status", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", + "name": "stockQuantity", + "description": "Number of items available for sale", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", + "name": "stockStatus", + "description": "Product stock status", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "ofType": null - } + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "type", - "description": "Limit result set to products assigned a specific type.", + "name": "taxClass", + "description": "Tax class", + "args": [], "type": { "kind": "ENUM", - "name": "ProductTypesEnum", + "name": "TaxClassEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", + "name": "taxStatus", + "description": "Tax status", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } + "kind": "ENUM", + "name": "TaxStatusEnum", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", + "name": "template", + "description": "The template assigned to a node of content", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", + "name": "totalSales", + "description": "Number total of sales", + "args": [], "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductConnection", - "description": "Connection between the Product type and the Product type", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "Edges for the ProductToProductConnection connection", + "name": "type", + "description": "Product type", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductToProductConnectionEdge", - "ofType": null + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "upsell", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToUpsellConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToUpsellConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "uri", + "description": "URI path for the resource", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -42671,31 +39064,134 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "variations", + "description": "Connection between the VariableProduct type and the ProductVariation type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "VariableProductToProductVariationConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "VariableProductToProductVariationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProductToProductConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "visibleProducts", + "description": "Connection between the Product type and the visibleProduct type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToVisibleProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToVisibleProductConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "weight", + "description": "Product's weight", "args": [], "type": { "kind": "SCALAR", @@ -42706,12 +39202,12 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "width", + "description": "Product's width", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -42719,19 +39215,55 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithComments", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithContentEditor", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ProductToCommentConnectionWhereArgs", - "description": "Arguments for filtering the ProductToCommentConnection connection", + "name": "VariableProductToProductConnectionWhereArgs", + "description": "Arguments for filtering the VariableProductToProductConnection connection", "fields": null, "inputFields": [ { - "name": "authorEmail", - "description": "Comment author email address.", + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", "name": "String", @@ -42740,84 +39272,66 @@ "defaultValue": null }, { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "name": "category", + "description": "Limit result set to products assigned a specific category name.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "authorUrl", - "description": "Comment author URL.", + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "commentType", - "description": "Include comments of a given type.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { "kind": "LIST", "name": null, @@ -42830,190 +39344,236 @@ "defaultValue": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null }, "defaultValue": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "featured", + "description": "Limit result set to featured products.", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "include", + "description": "Limit result set to specific ids.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", + "name": "onSale", + "description": "Limit result set to products on sale.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", + "name": "search", + "description": "Limit result set to products based on a keyword search.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "order", - "description": "The cardinality of the order of the connection", + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", "type": { - "kind": "ENUM", - "name": "OrderEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "orderby", - "description": "Field to order the comments by.", - "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", + "name": "slug", + "description": "Limit result set to products with a specific slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", "type": { "kind": "SCALAR", "name": "Int", @@ -43022,59 +39582,119 @@ "defaultValue": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "status", - "description": "Comment status to limit results by.", + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", "ofType": null }, "defaultValue": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", "ofType": null }, "defaultValue": null @@ -43086,31 +39706,109 @@ }, { "kind": "OBJECT", - "name": "ProductToCommentConnection", - "description": "Connection between the Product type and the Comment type", + "name": "VariableProductToProductConnection", + "description": "Connection between the VariableProduct type and the Product type", "fields": [ { - "name": "averageRating", - "description": "Average review rating for this product.", + "name": "edges", + "description": "Edges for the VariableProductToProductConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "VariableProductToProductConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VariableProductToProductConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VariableProductToVariationAttributeConnection", + "description": "Connection between the VariableProduct type and the VariationAttribute type", + "fields": [ { "name": "edges", - "description": "Edges for the ProductToCommentConnection connection", + "description": "Edges for the VariableProductToVariationAttributeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToCommentConnectionEdge", + "name": "VariableProductToVariationAttributeConnectionEdge", "ofType": null } }, @@ -43126,7 +39824,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Comment", + "name": "VariationAttribute", "ofType": null } }, @@ -43153,7 +39851,7 @@ }, { "kind": "OBJECT", - "name": "ProductToCommentConnectionEdge", + "name": "VariableProductToVariationAttributeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -43174,19 +39872,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Comment", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rating", - "description": "Review rating", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", + "name": "VariationAttribute", "ofType": null }, "isDeprecated": false, @@ -43200,8 +39886,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", - "description": "Arguments for filtering the ProductToShippingClassConnection connection", + "name": "ProductToPaSizeConnectionWhereArgs", + "description": "Arguments for filtering the ProductToPaSizeConnection connection", "fields": null, "inputFields": [ { @@ -43226,7 +39912,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -43260,7 +39946,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -43429,19 +40115,19 @@ }, { "kind": "OBJECT", - "name": "ProductToShippingClassConnection", - "description": "Connection between the Product type and the shippingClass type", + "name": "ProductToPaSizeConnection", + "description": "Connection between the Product type and the paSize type", "fields": [ { "name": "edges", - "description": "Edges for the ProductToShippingClassConnection connection", + "description": "Edges for the ProductToPaSizeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToShippingClassConnectionEdge", + "name": "ProductToPaSizeConnectionEdge", "ofType": null } }, @@ -43457,7 +40143,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ShippingClass", + "name": "PaSize", "ofType": null } }, @@ -43484,7 +40170,7 @@ }, { "kind": "OBJECT", - "name": "ProductToShippingClassConnectionEdge", + "name": "ProductToPaSizeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -43505,7 +40191,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "ShippingClass", + "name": "PaSize", "ofType": null }, "isDeprecated": false, @@ -43519,9 +40205,72 @@ }, { "kind": "OBJECT", - "name": "ShippingClass", - "description": "The shippingClass type", + "name": "PaSize", + "description": "The paSize type", "fields": [ + { + "name": "contentNodes", + "description": "Connection between the paSize type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaSizeToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PaSizeToContentNodeConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "count", "description": "The number of objects connected to the object", @@ -43721,7 +40470,7 @@ "deprecationReason": null }, { - "name": "shippingClassId", + "name": "paSizeId", "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { @@ -43732,6 +40481,69 @@ "isDeprecated": true, "deprecationReason": "Deprecated in favor of databaseId" }, + { + "name": "products", + "description": "Connection between the PaSize type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaSizeToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PaSizeToProductConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "slug", "description": "An alphanumeric identifier for the object unique to its type.", @@ -43746,11 +40558,11 @@ }, { "name": "taxonomy", - "description": "Connection between the shippingClass type and the Taxonomy type", + "description": "Connection between the paSize type and the Taxonomy type", "args": [], "type": { "kind": "OBJECT", - "name": "ShippingClassToTaxonomyConnectionEdge", + "name": "PaSizeToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -43795,6 +40607,69 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "variations", + "description": "Connection between the PaSize type and the ProductVariation type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaSizeToProductVariationConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PaSizeToProductVariationConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -43809,11 +40684,6 @@ "name": "TermNode", "ofType": null }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, { "kind": "INTERFACE", "name": "DatabaseIdentifier", @@ -43824,96 +40694,308 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ShippingClassToTaxonomyConnectionEdge", - "description": "Connection between the shippingClass type and the Taxonomy type", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PaSizeToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the PaSizeToContentNodeConnection connection", + "fields": null, + "inputFields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "OBJECT", - "name": "Taxonomy", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Slug / post_name of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "TaxClassEnum", - "description": "Tax class enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "INHERIT_CART", - "description": "Inherits Tax class from cart", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "PaSizeToContentNodeConnection", + "description": "Connection between the paSize type and the ContentNode type", + "fields": [ { - "name": "REDUCED_RATE", - "description": null, + "name": "edges", + "description": "Edges for the PaSizeToContentNodeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PaSizeToContentNodeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "STANDARD", - "description": "Standard Tax rate", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ZERO_RATE", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "TaxStatusEnum", - "description": "Product tax status enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "NONE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "PaSizeToContentNodeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "SHIPPING", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "TAXABLE", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "VariableProductToProductVariationConnectionWhereArgs", - "description": "Arguments for filtering the VariableProductToProductVariationConnection connection", + "name": "PaSizeToProductConnectionWhereArgs", + "description": "Arguments for filtering the PaSizeToProductConnection connection", "fields": null, "inputFields": [ { @@ -44361,19 +41443,19 @@ }, { "kind": "OBJECT", - "name": "VariableProductToProductVariationConnection", - "description": "Connection between the VariableProduct type and the ProductVariation type", + "name": "PaSizeToProductConnection", + "description": "Connection between the PaSize type and the Product type", "fields": [ { "name": "edges", - "description": "Edges for the VariableProductToProductVariationConnection connection", + "description": "Edges for the PaSizeToProductConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "VariableProductToProductVariationConnectionEdge", + "name": "PaSizeToProductConnectionEdge", "ofType": null } }, @@ -44388,8 +41470,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProductVariation", + "kind": "INTERFACE", + "name": "Product", "ofType": null } }, @@ -44416,7 +41498,7 @@ }, { "kind": "OBJECT", - "name": "VariableProductToProductVariationConnectionEdge", + "name": "PaSizeToProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -44435,9 +41517,32 @@ "name": "node", "description": "The item at the end of the edge", "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PaSizeToTaxonomyConnectionEdge", + "description": "Connection between the paSize type and the Taxonomy type", + "fields": [ + { + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], "type": { "kind": "OBJECT", - "name": "ProductVariation", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, @@ -44451,13 +41556,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProductToVisibleProductConnectionWhereArgs", - "description": "Arguments for filtering the ProductToVisibleProductConnection connection", + "name": "PaSizeToProductVariationConnectionWhereArgs", + "description": "Arguments for filtering the PaSizeToProductVariationConnection connection", "fields": null, "inputFields": [ { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", "name": "String", @@ -44466,76 +41571,118 @@ "defaultValue": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "name": "category", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "featured", + "description": "Limit result set to featured products.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -44545,79 +41692,113 @@ }, { "name": "include", - "description": "Array of term ids to include. Default empty array.", + "description": "Limit result set to specific ids.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "onSale", + "description": "Limit result set to products on sale.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "name": "search", + "description": "Limit result set to products based on a keyword search.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", "type": { "kind": "SCALAR", "name": "Int", @@ -44626,8 +41807,8 @@ "defaultValue": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": { "kind": "SCALAR", "name": "String", @@ -44637,7 +41818,99 @@ }, { "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", + "description": "Limit result set to products with a specific slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", "type": { "kind": "LIST", "name": null, @@ -44650,25 +41923,77 @@ "defaultValue": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", "ofType": null }, "defaultValue": null @@ -44680,19 +42005,19 @@ }, { "kind": "OBJECT", - "name": "ProductToVisibleProductConnection", - "description": "Connection between the Product type and the visibleProduct type", + "name": "PaSizeToProductVariationConnection", + "description": "Connection between the PaSize type and the ProductVariation type", "fields": [ { "name": "edges", - "description": "Edges for the ProductToVisibleProductConnection connection", + "description": "Edges for the PaSizeToProductVariationConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductToVisibleProductConnectionEdge", + "name": "PaSizeToProductVariationConnectionEdge", "ofType": null } }, @@ -44708,7 +42033,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "VisibleProduct", + "name": "ProductVariation", "ofType": null } }, @@ -44735,7 +42060,7 @@ }, { "kind": "OBJECT", - "name": "ProductToVisibleProductConnectionEdge", + "name": "PaSizeToProductVariationConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -44756,7 +42081,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "VisibleProduct", + "name": "ProductVariation", "ofType": null }, "isDeprecated": false, @@ -44769,162 +42094,93 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "VisibleProduct", - "description": "The visibleProduct type", - "fields": [ + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "description": "Pricing field format enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "count", - "description": "The number of objects connected to the object", - "args": [], + "name": "FORMATTED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RAW", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToProductCategoryConnectionWhereArgs", + "description": "Arguments for filtering the ProductToProductCategoryConnection connection", + "fields": null, + "inputFields": [ + { + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "The description of the object", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedScripts", - "description": "Connection between the TermNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedScriptConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the TermNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "OBJECT", - "name": "TermNodeToEnqueuedStylesheetConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique ID for the object", - "args": [], + "name": "excludeTree", + "description": "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.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -44932,248 +42188,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": "The link to the term", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": "The human friendly name of the object.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "An alphanumeric identifier for the object unique to its type.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Connection between the visibleProduct type and the Taxonomy type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "VisibleProductToTaxonomyConnectionEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termGroupId", - "description": "The ID of the term group that this term object belongs to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "termTaxonomyId", - "description": "The taxonomy ID that the object is associated with", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uri", - "description": "The unique resource identifier path", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visibleProductId", - "description": "The id field matches the WP_Post->ID field.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Deprecated in favor of databaseId" - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "TermNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "DatabaseIdentifier", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "VisibleProductToTaxonomyConnectionEdge", - "description": "Connection between the visibleProduct type and the Taxonomy type", - "fields": [ - { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Taxonomy", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProductVariationToShippingClassConnectionWhereArgs", - "description": "Arguments for filtering the ProductVariationToShippingClassConnection connection", - "fields": null, - "inputFields": [ - { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", "name": "Boolean", @@ -45328,19 +42347,19 @@ }, { "kind": "OBJECT", - "name": "ProductVariationToShippingClassConnection", - "description": "Connection between the ProductVariation type and the shippingClass type", + "name": "ProductToProductCategoryConnection", + "description": "Connection between the Product type and the productCategory type", "fields": [ { "name": "edges", - "description": "Edges for the ProductVariationToShippingClassConnection connection", + "description": "Edges for the ProductToProductCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductVariationToShippingClassConnectionEdge", + "name": "ProductToProductCategoryConnectionEdge", "ofType": null } }, @@ -45356,7 +42375,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ShippingClass", + "name": "ProductCategory", "ofType": null } }, @@ -45383,7 +42402,7 @@ }, { "kind": "OBJECT", - "name": "ProductVariationToShippingClassConnectionEdge", + "name": "ProductToProductCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -45404,7 +42423,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "ShippingClass", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, @@ -45418,8 +42437,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProductVariationToVisibleProductConnectionWhereArgs", - "description": "Arguments for filtering the ProductVariationToVisibleProductConnection connection", + "name": "ProductToProductTagConnectionWhereArgs", + "description": "Arguments for filtering the ProductToProductTagConnection connection", "fields": null, "inputFields": [ { @@ -45444,7 +42463,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -45478,7 +42497,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -45647,19 +42666,19 @@ }, { "kind": "OBJECT", - "name": "ProductVariationToVisibleProductConnection", - "description": "Connection between the ProductVariation type and the visibleProduct type", + "name": "ProductToProductTagConnection", + "description": "Connection between the Product type and the productTag type", "fields": [ { "name": "edges", - "description": "Edges for the ProductVariationToVisibleProductConnection connection", + "description": "Edges for the ProductToProductTagConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProductVariationToVisibleProductConnectionEdge", + "name": "ProductToProductTagConnectionEdge", "ofType": null } }, @@ -45675,7 +42694,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "VisibleProduct", + "name": "ProductTag", "ofType": null } }, @@ -45702,7 +42721,7 @@ }, { "kind": "OBJECT", - "name": "ProductVariationToVisibleProductConnectionEdge", + "name": "ProductToProductTagConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -45723,7 +42742,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "VisibleProduct", + "name": "ProductTag", "ofType": null }, "isDeprecated": false, @@ -45737,336 +42756,504 @@ }, { "kind": "OBJECT", - "name": "ProductCategoryToTaxonomyConnectionEdge", - "description": "Connection between the productCategory type and the Taxonomy type", + "name": "ProductTag", + "description": "The productTag type", "fields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "contentNodes", + "description": "Connection between the productTag type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductTagToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "Taxonomy", + "name": "ProductTagToContentNodeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CouponToProductConnectionWhereArgs", - "description": "Arguments for filtering the CouponToProductConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "name": "count", + "description": "The number of objects connected to the object", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", + "name": "description", + "description": "The description of the object", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", + ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", + "name": "id", + "description": "The globally unique ID for the object", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + "name": "link", + "description": "The link to the term", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "name", + "description": "The human friendly name of the object.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "featured", - "description": "Limit result set to featured products.", + "name": "productTagId", + "description": "The id field matches the WP_Post->ID field.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" }, { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "products", + "description": "Connection between the ProductTag type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductTagToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", + ], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "ProductTagToProductConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "taxonomy", + "description": "Connection between the productTag type and the Taxonomy type", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ProductTagToTaxonomyConnectionEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", + "name": "uri", + "description": "The unique resource identifier path", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null }, { - "name": "search", - "description": "Limit result set to products based on a keyword search.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null }, { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null }, { - "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "kind": "INTERFACE", + "name": "MenuItemLinkable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductTagToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the ProductTagToContentNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null }, { - "name": "slug", - "description": "Limit result set to products with a specific slug.", + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "status", - "description": "Limit result set to products assigned a specific status.", + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, "defaultValue": null }, { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", @@ -46075,129 +43262,135 @@ "defaultValue": null }, { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", "ofType": null } }, "defaultValue": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "type", - "description": "Limit result set to products assigned a specific type.", + "name": "password", + "description": "Show posts with a specific password.", "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", + "name": "stati", + "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", - "name": "ProductTypesEnum", + "name": "PostStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", + "name": "status", + "description": null, "type": { "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null @@ -46209,19 +43402,19 @@ }, { "kind": "OBJECT", - "name": "CouponToProductConnection", - "description": "Connection between the Coupon type and the Product type", + "name": "ProductTagToContentNodeConnection", + "description": "Connection between the productTag type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the CouponToProductConnection connection", + "description": "Edges for the ProductTagToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CouponToProductConnectionEdge", + "name": "ProductTagToContentNodeConnectionEdge", "ofType": null } }, @@ -46237,7 +43430,7 @@ "name": null, "ofType": { "kind": "INTERFACE", - "name": "Product", + "name": "ContentNode", "ofType": null } }, @@ -46264,7 +43457,7 @@ }, { "kind": "OBJECT", - "name": "CouponToProductConnectionEdge", + "name": "ProductTagToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -46285,7 +43478,7 @@ "args": [], "type": { "kind": "INTERFACE", - "name": "Product", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -46299,13 +43492,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "CouponToCustomerConnectionWhereArgs", - "description": "Arguments for filtering the CouponToCustomerConnection connection", + "name": "ProductTagToProductConnectionWhereArgs", + "description": "Arguments for filtering the ProductTagToProductConnection connection", "fields": null, "inputFields": [ { - "name": "email", - "description": "Limit result set to resources with a specific email.", + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", "name": "String", @@ -46314,8 +43507,38 @@ "defaultValue": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, @@ -46328,8 +43551,8 @@ "defaultValue": null }, { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, @@ -46342,187 +43565,395 @@ "defaultValue": null }, { - "name": "order", - "description": "Order of results.", + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "orderby", - "description": "Order results by a specific field.", + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", "type": { - "kind": "ENUM", - "name": "CustomerConnectionOrderbyEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "role", - "description": "Limit result set to resources with a specific role.", + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "ENUM", - "name": "UserRoleEnum", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, "defaultValue": null }, { - "name": "roleIn", - "description": "Limit result set to resources with a specific group of roles.", + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "UserRoleEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "roleNotIn", - "description": "Limit result set to resources not within a specific group of roles.", + "name": "featured", + "description": "Limit result set to featured products.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Limit result set to specific ids.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "UserRoleEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "search", - "description": "Limit results to those matching a string.", + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CustomerConnectionOrderbyEnum", - "description": "Field to order the connection by", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "EMAIL", - "description": "Order by customer email", - "isDeprecated": false, - "deprecationReason": null + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "ID", - "description": "Order by customer ID", - "isDeprecated": false, - "deprecationReason": null + "name": "onSale", + "description": "Limit result set to products on sale.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "INCLUDE", - "description": "Order by include field", - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "NAME", - "description": "Order by customer display name", - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "REGISTERED_DATE", - "description": "Order by customer registration date", - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "USERNAME", - "description": "Order by customer username", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "UserRoleEnum", - "description": "Names of available user roles", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, { - "name": "AUTHOR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Limit result set to products based on a keyword search.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CONTRIBUTOR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CUSTOMER", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "EDITOR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "slug", + "description": "Limit result set to products with a specific slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "SHOP_MANAGER", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "SUBSCRIBER", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CouponToCustomerConnection", - "description": "Connection between the Coupon type and the Customer type", + "name": "ProductTagToProductConnection", + "description": "Connection between the ProductTag type and the Product type", "fields": [ { "name": "edges", - "description": "Edges for the CouponToCustomerConnection connection", + "description": "Edges for the ProductTagToProductConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "CouponToCustomerConnectionEdge", + "name": "ProductTagToProductConnectionEdge", "ofType": null } }, @@ -46537,8 +43968,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Customer", + "kind": "INTERFACE", + "name": "Product", "ofType": null } }, @@ -46565,7 +43996,7 @@ }, { "kind": "OBJECT", - "name": "CouponToCustomerConnectionEdge", + "name": "ProductTagToProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -46585,8 +44016,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "Customer", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, @@ -46600,174 +44031,232 @@ }, { "kind": "OBJECT", - "name": "Customer", - "description": "A customer object", + "name": "ProductTagToTaxonomyConnectionEdge", + "description": "Connection between the productTag type and the Taxonomy type", "fields": [ { - "name": "billing", - "description": "Return the date customer billing address properties", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { "kind": "OBJECT", - "name": "CustomerAddress", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTypeConnectionWhereArgs", + "description": "Arguments for filtering the ProductToProductTypeConnection connection", + "fields": null, + "inputFields": [ { - "name": "calculatedShipping", - "description": "Has customer calculated shipping?", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the customer in the database", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Return the date customer was created", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "displayName", - "description": "Return the customer's display name.", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "downloadableItems", - "description": "Connection between the Customer type and the DownloadableItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CustomerToDownloadableItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "excludeTree", + "description": "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.", "type": { - "kind": "OBJECT", - "name": "CustomerToDownloadableItemConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "email", - "description": "Return the customer's email.", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "firstName", - "description": "Return the customer's first name.", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "hasCalculatedShipping", - "description": "Has calculated shipping?", - "args": [], + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier for the customer", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -46775,36 +44264,86 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isPayingCustomer", - "description": "Return the date customer was last updated", - "args": [], + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToProductTypeConnection", + "description": "Connection between the Product type and the productType type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductToProductTypeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToProductTypeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isVatExempt", - "description": "Is customer VAT exempt?", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastName", - "description": "Return the customer's last name.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToProductTypeConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -46815,95 +44354,134 @@ "deprecationReason": null }, { - "name": "lastOrder", - "description": "Gets the customers last order.", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { "kind": "OBJECT", - "name": "Order", + "name": "ProductType", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductType", + "description": "The productType type", + "fields": [ { - "name": "metaData", - "description": "Object meta data", + "name": "contentNodes", + "description": "Connection between the productType type and the ContentNode type", "args": [ { - "name": "key", - "description": "Retrieve meta by key", + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "keysIn", - "description": "Retrieve multiple metas by key", + "name": "last", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "multiple", - "description": "Retrieve meta with matching keys", + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductTypeToContentNodeConnectionWhereArgs", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } + "kind": "OBJECT", + "name": "ProductTypeToContentNodeConnection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "modified", - "description": "Return the date customer was last updated", + "name": "count", + "description": "The number of objects connected to the object", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "orderCount", - "description": "Return the number of orders this customer has.", + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "The description of the object", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "orders", - "description": "Connection between the Customer type and the Order type", + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", "args": [ { "name": "first", @@ -46944,29 +44522,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CustomerToOrderConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "CustomerToOrderConnection", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "refunds", - "description": "Connection between the Customer type and the Refund type", + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -47007,106 +44575,83 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "CustomerToRefundConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "CustomerToRefundConnection", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "role", - "description": "Return the customer's user role.", + "name": "id", + "description": "The globally unique ID for the object", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sessionToken", - "description": "A JWT token that can be used in future requests to for WooCommerce session identification", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shipping", - "description": "Return the date customer shipping address properties", + "name": "link", + "description": "The link to the term", "args": [], "type": { - "kind": "OBJECT", - "name": "CustomerAddress", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalSpent", - "description": "Return how much money this customer has spent.", + "name": "name", + "description": "The human friendly name of the object.", "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "username", - "description": "Return the customer's username.", + "name": "productTypeId", + "description": "The id field matches the WP_Post->ID field.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerAddress", - "description": "A customer address object", - "fields": [ + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" + }, { - "name": "address1", - "description": "Address 1", + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", "args": [], "type": { "kind": "SCALAR", @@ -47117,2046 +44662,3550 @@ "deprecationReason": null }, { - "name": "address2", - "description": "Address 2", + "name": "taxonomy", + "description": "Connection between the productType type and the Taxonomy type", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductTypeToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "city", - "description": "City", + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "company", - "description": "Company", + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "country", - "description": "Country", + "name": "uri", + "description": "The unique resource identifier path", "args": [], "type": { - "kind": "ENUM", - "name": "CountriesEnum", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "email", - "description": "E-mail", - "args": [], + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductTypeToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the ProductTypeToContentNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "firstName", - "description": "First name", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "lastName", - "description": "Last name", - "args": [], + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "phone", - "description": "Phone", - "args": [], + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "postcode", - "description": "Zip Postal Code", - "args": [], + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "state", - "description": "State", - "args": [], + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CountriesEnum", - "description": "Countries enumeration", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "AD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "AE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null }, { - "name": "AL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "AQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "AR", + "name": "stati", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "AS", + "name": "status", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "AT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductTypeToContentNodeConnection", + "description": "Connection between the productType type and the ContentNode type", + "fields": [ { - "name": "AU", - "description": null, + "name": "edges", + "description": "Edges for the ProductTypeToContentNodeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductTypeToContentNodeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "AW", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "AX", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductTypeToContentNodeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "AZ", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "BA", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductTypeToTaxonomyConnectionEdge", + "description": "Connection between the productType type and the Taxonomy type", + "fields": [ { - "name": "BB", - "description": null, + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Taxonomy", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToProductConnectionWhereArgs", + "description": "Arguments for filtering the ProductToProductConnection connection", + "fields": null, + "inputFields": [ + { + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "BD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "BE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "BF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "BG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BJ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null }, { - "name": "BM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "featured", + "description": "Limit result set to featured products.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "BO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "BR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "BS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "onSale", + "description": "Limit result set to products on sale.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "BT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "BW", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BY", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "BZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Limit result set to products based on a keyword search.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "shuffle", + "description": "Shuffle results? (Pagination currently not support by this argument)", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "slug", + "description": "Limit result set to products with a specific slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CK", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CU", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "CW", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CX", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CY", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToProductConnection", + "description": "Connection between the Product type and the Product type", + "fields": [ { - "name": "CZ", - "description": null, + "name": "edges", + "description": "Edges for the ProductToProductConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToProductConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DE", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DJ", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToProductConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "DK", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DM", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToCommentConnectionWhereArgs", + "description": "Arguments for filtering the ProductToCommentConnection connection", + "fields": null, + "inputFields": [ + { + "name": "authorEmail", + "description": "Comment author email address.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "DO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "authorIn", + "description": "Array of author IDs to include comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "DZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "EC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "authorUrl", + "description": "Comment author URL.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "EE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "commentIn", + "description": "Array of comment IDs to include.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "EG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "EH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "commentType", + "description": "Include comments of a given type.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ER", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "ES", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ET", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "FI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "FJ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "FK", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null }, { - "name": "FM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "FO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "FR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "GA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "GB", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "GD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "GE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "GF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "karma", + "description": "Karma score to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "GG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "order", + "description": "The cardinality of the order of the connection", + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "GH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "GI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "GL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "GM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "GN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "GP", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "status", + "description": "Comment status to limit results by.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "GQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "userId", + "description": "Include comments for a specific user ID.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToCommentConnection", + "description": "Connection between the Product type and the Comment type", + "fields": [ { - "name": "GR", - "description": null, + "name": "averageRating", + "description": "Average review rating for this product.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "GS", - "description": null, + "name": "edges", + "description": "Edges for the ProductToCommentConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToCommentConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "GT", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "GU", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToCommentConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "GW", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "GY", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "HK", - "description": null, + "name": "rating", + "description": "Review rating", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToShippingClassConnectionWhereArgs", + "description": "Arguments for filtering the ProductToShippingClassConnection connection", + "fields": null, + "inputFields": [ { - "name": "HM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "HN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "HR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "HT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "HU", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "ID", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "excludeTree", + "description": "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.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "IE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "IL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "IM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "IN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "IO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "IQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "IR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "IS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "IT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "JE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "JM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "JO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "JP", - "description": null, + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToShippingClassConnection", + "description": "Connection between the Product type and the shippingClass type", + "fields": [ + { + "name": "edges", + "description": "Edges for the ProductToShippingClassConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToShippingClassConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KE", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KG", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToShippingClassConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "KH", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KI", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingClass", + "description": "The shippingClass type", + "fields": [ { - "name": "KM", - "description": null, + "name": "contentNodes", + "description": "Connection between the shippingClass type and the ContentNode type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ShippingClassToContentNodeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ShippingClassToContentNodeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KN", - "description": null, + "name": "count", + "description": "The number of objects connected to the object", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KP", - "description": null, + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KR", - "description": null, + "name": "description", + "description": "The description of the object", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KW", - "description": null, + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedScriptConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KY", - "description": null, + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TermNodeToEnqueuedStylesheetConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "KZ", - "description": null, + "name": "id", + "description": "The globally unique ID for the object", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LA", - "description": null, + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LB", - "description": null, + "name": "link", + "description": "The link to the term", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LC", - "description": null, + "name": "name", + "description": "The human friendly name of the object.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LI", - "description": null, + "name": "shippingClassId", + "description": "The id field matches the WP_Post->ID field.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" + }, + { + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LK", - "description": null, + "name": "taxonomy", + "description": "Connection between the shippingClass type and the Taxonomy type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShippingClassToTaxonomyConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LR", - "description": null, + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LS", - "description": null, + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "LT", - "description": null, + "name": "uri", + "description": "The unique resource identifier path", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "LU", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "LV", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "TermNode", + "ofType": null }, { - "name": "LY", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "DatabaseIdentifier", + "ofType": null }, { - "name": "MA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ShippingClassToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the ShippingClassToContentNodeConnection connection", + "fields": null, + "inputFields": [ { - "name": "MC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "dateQuery", + "description": "Filter the connection based on dates", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null }, { - "name": "MD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "ME", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "MF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "mimeType", + "description": "Get objects with a specific mimeType property", + "type": { + "kind": "ENUM", + "name": "MimeTypeEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "MH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "name", + "description": "Slug / post_name of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "MK", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "ML", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null }, { - "name": "MO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MP", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "MR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "MS", + "name": "stati", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "MT", + "name": "status", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "MU", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingClassToContentNodeConnection", + "description": "Connection between the shippingClass type and the ContentNode type", + "fields": [ { - "name": "MV", - "description": null, + "name": "edges", + "description": "Edges for the ShippingClassToContentNodeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShippingClassToContentNodeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MW", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MX", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingClassToContentNodeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "MY", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MZ", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingClassToTaxonomyConnectionEdge", + "description": "Connection between the shippingClass type and the Taxonomy type", + "fields": [ { - "name": "NA", - "description": null, + "name": "node", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Taxonomy", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TaxClassEnum", + "description": "Tax class enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "NC", - "description": null, + "name": "INHERIT_CART", + "description": "Inherits Tax class from cart", "isDeprecated": false, "deprecationReason": null }, { - "name": "NE", + "name": "REDUCED_RATE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NF", - "description": null, + "name": "STANDARD", + "description": "Standard Tax rate", "isDeprecated": false, "deprecationReason": null }, { - "name": "NG", + "name": "ZERO_RATE", "description": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TaxStatusEnum", + "description": "Product tax status enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "NI", + "name": "NONE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NL", + "name": "SHIPPING", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NO", + "name": "TAXABLE", "description": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToUpsellConnectionWhereArgs", + "description": "Arguments for filtering the ProductToUpsellConnection connection", + "fields": null, + "inputFields": [ { - "name": "NP", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "NR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "NU", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "NZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "OM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PF", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null }, { - "name": "PH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PK", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "featured", + "description": "Limit result set to featured products.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "PL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PM", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "PN", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "PR", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "onSale", + "description": "Limit result set to products on sale.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "PS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PT", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "PW", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "PY", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "QA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Limit result set to products based on a keyword search.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "RE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "RO", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "RS", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "slug", + "description": "Limit result set to products with a specific slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "RU", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "RW", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SA", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "SB", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "SC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "SD", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SE", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SG", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SH", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SI", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SJ", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null }, { - "name": "SK", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "SM", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToUpsellConnection", + "description": "Connection between the Product type and the Product type", + "fields": [ { - "name": "SN", - "description": null, + "name": "edges", + "description": "Edges for the ProductToUpsellConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductToUpsellConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SO", - "description": null, + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SR", - "description": null, + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "SS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ST", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SV", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SX", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SY", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TD", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TF", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TG", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TH", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TJ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TK", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TM", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TN", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TO", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TR", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TV", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TW", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UG", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UM", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "US", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UY", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UZ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VG", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VI", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VN", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VU", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "WF", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "WS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "YE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "YT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ZA", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToUpsellConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "ZM", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ZW", - "description": null, + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CustomerToDownloadableItemConnectionWhereArgs", - "description": "Arguments for filtering the CustomerToDownloadableItemConnection connection", + "name": "VariableProductToProductVariationConnectionWhereArgs", + "description": "Arguments for filtering the VariableProductToProductVariationConnection connection", "fields": null, "inputFields": [ { - "name": "active", - "description": "Limit results to downloadable items that can be downloaded now.", + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "expired", - "description": "Limit results to downloadable items that are expired.", + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "hasDownloadsRemaining", - "description": "Limit results to downloadable items that have downloads remaining.", + "name": "category", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerToDownloadableItemConnection", - "description": "Connection between the Customer type and the DownloadableItem type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the CustomerToDownloadableItemConnection connection", - "args": [], + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CustomerToDownloadableItemConnectionEdge", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DownloadableItem", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerToDownloadableItemConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "OBJECT", - "name": "DownloadableItem", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DownloadableItem", - "description": "A downloadable item", - "fields": [ + "defaultValue": null + }, { - "name": "accessExpires", - "description": "The date the downloadable item expires", - "args": [], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "download", - "description": "ProductDownload of the downloadable item", - "args": [], + "name": "featured", + "description": "Limit result set to featured products.", "type": { - "kind": "OBJECT", - "name": "ProductDownload", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "downloadId", - "description": "Downloadable item unique identifier", - "args": [], + "name": "include", + "description": "Limit result set to specific ids.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "downloadsRemaining", - "description": "Number of times the item can be downloaded.", - "args": [], + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "Name of the downloadable item.", - "args": [], + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "product", - "description": "Product of downloadable item.", - "args": [], + "name": "onSale", + "description": "Limit result set to products on sale.", "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "url", - "description": "Download URL of the downloadable item.", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Order", - "description": "A order object", - "fields": [ + "defaultValue": null + }, { - "name": "billing", - "description": "Order billing properties", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", "type": { - "kind": "OBJECT", - "name": "CustomerAddress", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cartHash", - "description": "Cart hash", - "args": [], + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Limit result set to products based on a keyword search.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cartTax", - "description": "Cart tax amount", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", - "args": [], + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", - "args": [], + "name": "slug", + "description": "Limit result set to products with a specific slug.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentType", - "description": "Connection between the Order type and the ContentType type", - "args": [], + "name": "status", + "description": "Limit result set to products assigned a specific status.", "type": { - "kind": "OBJECT", - "name": "OrderToContentTypeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "couponLines", - "description": "Connection between the Order type and the CouponLine type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", "type": { - "kind": "OBJECT", - "name": "OrderToCouponLineConnection", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "createdVia", - "description": "How order was created", - "args": [], + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VariableProductToProductVariationConnection", + "description": "Connection between the VariableProduct type and the ProductVariation type", + "fields": [ + { + "name": "edges", + "description": "Edges for the VariableProductToProductVariationConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "VariableProductToProductVariationConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "currency", - "description": "Order currency", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "customer", - "description": "Order customer", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { "kind": "OBJECT", - "name": "Customer", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VariableProductToProductVariationConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "customerIpAddress", - "description": "Customer IP Address", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -49167,401 +48216,267 @@ "deprecationReason": null }, { - "name": "customerNote", - "description": "Customer note", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductVariation", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProductToVisibleProductConnectionWhereArgs", + "description": "Arguments for filtering the ProductToVisibleProductConnection connection", + "fields": null, + "inputFields": [ { - "name": "customerUserAgent", - "description": "Customer User Agent", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the order in the database", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Date order was created", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateCompleted", - "description": "Date order was completed", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "datePaid", - "description": "Date order was paid", - "args": [], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "discountTax", - "description": "Discount tax amount", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null + "name": "excludeTree", + "description": "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.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "discountTotal", - "description": "Discount total amount", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "downloadableItems", - "description": "Connection between the Order type and the DownloadableItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "OrderToDownloadableItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { - "kind": "OBJECT", - "name": "OrderToDownloadableItemConnection", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "feeLines", - "description": "Connection between the Order type and the FeeLine type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "OBJECT", - "name": "OrderToFeeLineConnection", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "hasBillingAddress", - "description": "Order has a billing address?", - "args": [], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "hasDownloadableItem", - "description": "If order contains a downloadable product", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "hasShippingAddress", - "description": "Order has a shipping address?", - "args": [], + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier for the order", - "args": [], + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isDownloadPermitted", - "description": "Is product download is permitted", - "args": [], + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "lineItems", - "description": "Connection between the Order type and the LineItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { - "kind": "OBJECT", - "name": "OrderToLineItemConnection", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToVisibleProductConnection", + "description": "Connection between the Product type and the visibleProduct type", + "fields": [ { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "edges", + "description": "Edges for the ProductToVisibleProductConnection connection", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "MetaData", + "name": "ProductToVisibleProductConnectionEdge", "ofType": null } }, @@ -49569,68 +48484,82 @@ "deprecationReason": null }, { - "name": "modified", - "description": "Date order was last updated", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "needsPayment", - "description": "If order needs payment", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "VisibleProduct", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "needsProcessing", - "description": "If order needs processing before it can be completed", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductToVisibleProductConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "needsShippingAddress", - "description": "If order needs shipping address", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "orderKey", - "description": "Order key", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "VisibleProduct", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "VisibleProduct", + "description": "The visibleProduct type", + "fields": [ { - "name": "orderNotes", - "description": "Connection between the Order type and the Comment type", + "name": "contentNodes", + "description": "Connection between the visibleProduct type and the ContentNode type", "args": [ { "name": "first", @@ -49677,7 +48606,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "OrderToCommentConnectionWhereArgs", + "name": "VisibleProductToContentNodeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -49685,63 +48614,43 @@ ], "type": { "kind": "OBJECT", - "name": "OrderToCommentConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "orderNumber", - "description": "Order number", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "VisibleProductToContentNodeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "orderVersion", - "description": "Order version", + "name": "count", + "description": "The number of objects connected to the object", "args": [], "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": "Parent order", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Order", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentMethod", - "description": "Payment method", + "name": "databaseId", + "description": "Identifies the primary key from the database.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentMethodTitle", - "description": "Payment method title", + "name": "description", + "description": "The description of the object", "args": [], "type": { "kind": "SCALAR", @@ -49752,20 +48661,8 @@ "deprecationReason": null }, { - "name": "pricesIncludeTax", - "description": "Prices include taxes?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "refunds", - "description": "Connection between the Order type and the Refund type", + "name": "enqueuedScripts", + "description": "Connection between the TermNode type and the EnqueuedScript type", "args": [ { "name": "first", @@ -49806,53 +48703,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "OrderToRefundConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "OrderToRefundConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shipping", - "description": "Order shipping properties", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CustomerAddress", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shippingAddressMapUrl", - "description": "Order customer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "TermNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingLines", - "description": "Connection between the Order type and the ShippingLine type", + "name": "enqueuedStylesheets", + "description": "Connection between the TermNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -49897,50 +48760,44 @@ ], "type": { "kind": "OBJECT", - "name": "OrderToShippingLineConnection", + "name": "TermNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingTax", - "description": "Shipping tax amount", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "id", + "description": "The globally unique ID for the object", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingTotal", - "description": "Shipping total amount", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "link", + "description": "The link to the term", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -49950,32 +48807,21 @@ "deprecationReason": null }, { - "name": "status", - "description": "Order status", + "name": "name", + "description": "The human friendly name of the object.", "args": [], "type": { - "kind": "ENUM", - "name": "OrderStatusEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "subtotal", - "description": "Order subtotal", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "slug", + "description": "An alphanumeric identifier for the object unique to its type.", + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -49985,115 +48831,68 @@ "deprecationReason": null }, { - "name": "taxLines", - "description": "Connection between the Order type and the TaxLine type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "taxonomy", + "description": "Connection between the visibleProduct type and the Taxonomy type", + "args": [], "type": { "kind": "OBJECT", - "name": "OrderToTaxLineConnection", + "name": "VisibleProductToTaxonomyConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "total", - "description": "Order grand total", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "termGroupId", + "description": "The ID of the term group that this term object belongs to", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalTax", - "description": "Order taxes", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "termTaxonomyId", + "description": "The taxonomy ID that the object is associated with", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "transactionId", - "description": "Transaction ID", + "name": "uri", + "description": "The unique resource identifier path", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "visibleProductId", + "description": "The id field matches the WP_Post->ID field.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": true, + "deprecationReason": "Deprecated in favor of databaseId" } ], "inputFields": null, @@ -50105,7 +48904,12 @@ }, { "kind": "INTERFACE", - "name": "NodeWithComments", + "name": "TermNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "DatabaseIdentifier", "ofType": null } ], @@ -50113,284 +48917,205 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OrderToContentTypeConnectionEdge", - "description": "Connection between the Order type and the ContentType type", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "VisibleProductToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the VisibleProductToContentNodeConnection connection", + "fields": null, + "inputFields": [ { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "OBJECT", - "name": "ContentType", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OrderToCouponLineConnection", - "description": "Connection between the Order type and the CouponLine type", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "Edges for the OrderToCouponLineConnection connection", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OrderToCouponLineConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "id", + "description": "Specific ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Array of IDs for the objects to retrieve", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CouponLine", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "ENUM", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OrderToCouponLineConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "name", + "description": "Slug / post_name of the object", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CouponLine", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CouponLine", - "description": "a coupon line object", - "fields": [ - { - "name": "code", - "description": "Line's Coupon code", - "args": [], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "coupon", - "description": "Line's Coupon", - "args": [], + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", "type": { - "kind": "OBJECT", - "name": "Coupon", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the order item in the database", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "discount", - "description": "Line's Discount total", - "args": [], + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "discountTax", - "description": "Line's Discount total tax", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MetaData", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "orderId", - "description": "The Id of the order the order item belongs to.", - "args": [], + "name": "password", + "description": "Show posts with a specific password.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OrderToDownloadableItemConnectionWhereArgs", - "description": "Arguments for filtering the OrderToDownloadableItemConnection connection", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "active", - "description": "Limit results to downloadable items that can be downloaded now.", + "name": "search", + "description": "Show Posts based on a keyword search", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "expired", - "description": "Limit results to downloadable items that are expired.", + "name": "stati", + "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", "ofType": null }, "defaultValue": null }, { - "name": "hasDownloadsRemaining", - "description": "Limit results to downloadable items that have downloads remaining.", + "name": "title", + "description": "Title of the object", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null @@ -50402,19 +49127,19 @@ }, { "kind": "OBJECT", - "name": "OrderToDownloadableItemConnection", - "description": "Connection between the Order type and the DownloadableItem type", + "name": "VisibleProductToContentNodeConnection", + "description": "Connection between the visibleProduct type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToDownloadableItemConnection connection", + "description": "Edges for the VisibleProductToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToDownloadableItemConnectionEdge", + "name": "VisibleProductToContentNodeConnectionEdge", "ofType": null } }, @@ -50429,8 +49154,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DownloadableItem", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -50457,7 +49182,7 @@ }, { "kind": "OBJECT", - "name": "OrderToDownloadableItemConnectionEdge", + "name": "VisibleProductToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -50477,8 +49202,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "DownloadableItem", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -50492,48 +49217,16 @@ }, { "kind": "OBJECT", - "name": "OrderToFeeLineConnection", - "description": "Connection between the Order type and the FeeLine type", + "name": "VisibleProductToTaxonomyConnectionEdge", + "description": "Connection between the visibleProduct type and the Taxonomy type", "fields": [ { - "name": "edges", - "description": "Edges for the OrderToFeeLineConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OrderToFeeLineConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FeeLine", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { "kind": "OBJECT", - "name": "WPPageInfo", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, @@ -50546,375 +49239,249 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OrderToFeeLineConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "ProductVariationToShippingClassConnectionWhereArgs", + "description": "Arguments for filtering the ProductVariationToShippingClassConnection connection", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { - "kind": "OBJECT", - "name": "FeeLine", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FeeLine", - "description": "a fee line object", - "fields": [ + "defaultValue": null + }, { - "name": "amount", - "description": "Fee amount", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the order item in the database", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "excludeTree", + "description": "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.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MetaData", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "Fee name", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "orderId", - "description": "The Id of the order the order item belongs to.", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxClass", - "description": "Line tax class", - "args": [], + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxStatus", - "description": "Tax status of fee", - "args": [], + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxes", - "description": "Line taxes", - "args": [], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OrderItemTax", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "total", - "description": "Line total (after discounts)", - "args": [], + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalTax", - "description": "Line total tax (after discounts)", - "args": [], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OrderItemTax", - "description": "Order item tax statement", - "fields": [ + "defaultValue": null + }, { - "name": "amount", - "description": "Amount taxed", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "subtotal", - "description": "Subtotal", - "args": [], + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxLine", - "description": "Tax line connected to this statement", - "args": [], + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { - "kind": "OBJECT", - "name": "TaxLine", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxLineId", - "description": "Order item ID for tax line connected to this statement", - "args": [], + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "total", - "description": "Total", - "args": [], + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "TaxLine", - "description": "a tax line object", + "name": "ProductVariationToShippingClassConnection", + "description": "Connection between the ProductVariation type and the shippingClass type", "fields": [ { - "name": "databaseId", - "description": "The ID of the order item in the database", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isCompound", - "description": "Is this a compound tax rate?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "Tax rate label", + "name": "edges", + "description": "Edges for the ProductVariationToShippingClassConnection connection", "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "MetaData", + "name": "ProductVariationToShippingClassConnectionEdge", "ofType": null } }, @@ -50922,32 +49489,47 @@ "deprecationReason": null }, { - "name": "orderId", - "description": "The Id of the order the order item belongs to.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "rateCode", - "description": "Tax rate code/name", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductVariationToShippingClassConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "shippingTaxTotal", - "description": "Tax line's shipping tax total", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -50958,24 +49540,12 @@ "deprecationReason": null }, { - "name": "taxRate", - "description": "Tax line's tax rate", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { "kind": "OBJECT", - "name": "TaxRate", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxTotal", - "description": "Tax total (not including shipping taxes)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "ShippingClass", "ofType": null }, "isDeprecated": false, @@ -50988,80 +49558,70 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "TaxRate", - "description": "A Tax rate object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "ProductVariationToVisibleProductConnectionWhereArgs", + "description": "Arguments for filtering the ProductVariationToVisibleProductConnection connection", + "fields": null, + "inputFields": [ { - "name": "city", - "description": "City name.", - "args": [], + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "class", - "description": "Tax class. Default is standard.", - "args": [], + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", "type": { - "kind": "ENUM", - "name": "TaxClassEnum", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "compound", - "description": "Whether or not this is a compound rate.", - "args": [], + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "country", - "description": "Country ISO 3166 code.", - "args": [], + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the customer in the database", - "args": [], + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier for the tax rate.", - "args": [], + "name": "excludeTree", + "description": "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.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -51069,37 +49629,45 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": "Tax rate name.", - "args": [], + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "order", - "description": "Indicates the order that will appear in queries.", - "args": [], + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "postcode", - "description": "Postcode/ZIP.", - "args": [], + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, @@ -51109,84 +49677,130 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "priority", - "description": "Tax priority.", - "args": [], + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "rate", - "description": "Tax rate.", - "args": [], + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shipping", - "description": "Whether or not this tax rate also gets applied to shipping.", - "args": [], + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "state", - "description": "State code.", - "args": [], + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + "defaultValue": null + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "OrderToLineItemConnection", - "description": "Connection between the Order type and the LineItem type", + "name": "ProductVariationToVisibleProductConnection", + "description": "Connection between the ProductVariation type and the visibleProduct type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToLineItemConnection connection", + "description": "Edges for the ProductVariationToVisibleProductConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToLineItemConnectionEdge", + "name": "ProductVariationToVisibleProductConnectionEdge", "ofType": null } }, @@ -51202,7 +49816,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "LineItem", + "name": "VisibleProduct", "ofType": null } }, @@ -51229,7 +49843,7 @@ }, { "kind": "OBJECT", - "name": "OrderToLineItemConnectionEdge", + "name": "ProductVariationToVisibleProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -51250,7 +49864,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "LineItem", + "name": "VisibleProduct", "ofType": null }, "isDeprecated": false, @@ -51264,301 +49878,262 @@ }, { "kind": "OBJECT", - "name": "LineItem", - "description": "a line item object", + "name": "ProductCategoryToTaxonomyConnectionEdge", + "description": "Connection between the productCategory type and the Taxonomy type", "fields": [ { - "name": "databaseId", - "description": "The ID of the order item in the database", + "name": "node", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Taxonomy", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CouponToExcludedProductsConnectionWhereArgs", + "description": "Arguments for filtering the CouponToExcludedProductsConnection connection", + "fields": null, + "inputFields": [ + { + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "itemDownloads", - "description": "Line item's taxes", - "args": [], + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProductDownload", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "category", + "description": "Limit result set to products assigned a specific category name.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "orderId", - "description": "The Id of the order the order item belongs to.", - "args": [], + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "product", - "description": "Line item's product object", - "args": [], + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { - "kind": "INTERFACE", - "name": "Product", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productId", - "description": "Line item's product ID", - "args": [], + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "quantity", - "description": "Line item's product quantity", - "args": [], + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "subtotal", - "description": "Line item's subtotal", - "args": [], + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "subtotalTax", - "description": "Line item's subtotal tax", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxClass", - "description": "Line item's tax class", - "args": [], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxStatus", - "description": "Line item's taxes", - "args": [], + "name": "featured", + "description": "Limit result set to featured products.", "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxes", - "description": "Line item's taxes", - "args": [], + "name": "include", + "description": "Limit result set to specific ids.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OrderItemTax", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "total", - "description": "Line item's total", - "args": [], + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalTax", - "description": "Line item's total tax", - "args": [], + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "variation", - "description": "Line item's product variation object", - "args": [], + "name": "onSale", + "description": "Limit result set to products on sale.", "type": { - "kind": "OBJECT", - "name": "ProductVariation", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "variationId", - "description": "Line item's product variation ID", - "args": [], + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OrderToCommentConnectionWhereArgs", - "description": "Arguments for filtering the OrderToCommentConnection connection", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "authorEmail", - "description": "Comment author email address.", + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "authorUrl", - "description": "Comment author URL.", + "name": "search", + "description": "Limit result set to products based on a keyword search.", "type": { "kind": "SCALAR", "name": "String", @@ -51567,36 +50142,18 @@ "defaultValue": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "commentType", - "description": "Include comments of a given type.", + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": { "kind": "SCALAR", "name": "String", @@ -51605,22 +50162,18 @@ "defaultValue": null }, { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", + "name": "slug", + "description": "Limit result set to products with a specific slug.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", + "name": "status", + "description": "Limit result set to products assigned a specific status.", "type": { "kind": "SCALAR", "name": "String", @@ -51629,241 +50182,163 @@ "defaultValue": null }, { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "StockStatusEnum", "ofType": null } }, "defaultValue": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, "defaultValue": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", "ofType": null } }, "defaultValue": null }, { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "order", - "description": "The cardinality of the order of the connection", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderby", - "description": "Field to order the comments by.", + "name": "type", + "description": "Limit result set to products assigned a specific type.", "type": { "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "ProductTypesEnum", "ofType": null }, "defaultValue": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "ProductTypesEnum", "ofType": null } }, "defaultValue": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "ProductTypesEnum", "ofType": null } }, "defaultValue": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "status", - "description": "Comment status to limit results by.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "userId", - "description": "Include comments for a specific user ID.", + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "CatalogVisibilityEnum", "ofType": null }, "defaultValue": null @@ -51875,19 +50350,19 @@ }, { "kind": "OBJECT", - "name": "OrderToCommentConnection", - "description": "Connection between the Order type and the Comment type", + "name": "CouponToExcludedProductsConnection", + "description": "Connection between the Coupon type and the Product type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToCommentConnection connection", + "description": "Edges for the CouponToExcludedProductsConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToCommentConnectionEdge", + "name": "CouponToExcludedProductsConnectionEdge", "ofType": null } }, @@ -51902,8 +50377,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Comment", + "kind": "INTERFACE", + "name": "Product", "ofType": null } }, @@ -51930,7 +50405,7 @@ }, { "kind": "OBJECT", - "name": "OrderToCommentConnectionEdge", + "name": "CouponToExcludedProductsConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -51945,25 +50420,13 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "isCustomerNote", - "description": "Is this a customer note?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "Comment", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, @@ -51977,117 +50440,183 @@ }, { "kind": "INPUT_OBJECT", - "name": "OrderToRefundConnectionWhereArgs", - "description": "Arguments for filtering the OrderToRefundConnection connection", + "name": "CouponToProductCategoryConnectionWhereArgs", + "description": "Arguments for filtering the CouponToProductCategoryConnection connection", "fields": null, "inputFields": [ { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "exclude", - "description": "Ensure result set excludes specific IDs.", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "include", - "description": "Limit result set to specific ids.", + "name": "excludeTree", + "description": "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.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "orderIn", - "description": "Limit result set to refunds from a specific group of order IDs.", + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Array of term ids to include. Default empty array.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostTypeOrderbyInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { "name": "search", - "description": "Limit results to those matching a string.", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", "type": { "kind": "SCALAR", "name": "String", @@ -52096,8 +50625,8 @@ "defaultValue": null }, { - "name": "statuses", - "description": "Limit result set to refunds assigned a specific status.", + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", "type": { "kind": "LIST", "name": null, @@ -52108,6 +50637,30 @@ } }, "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], "interfaces": null, @@ -52116,19 +50669,19 @@ }, { "kind": "OBJECT", - "name": "OrderToRefundConnection", - "description": "Connection between the Order type and the Refund type", + "name": "CouponToProductCategoryConnection", + "description": "Connection between the Coupon type and the productCategory type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToRefundConnection connection", + "description": "Edges for the CouponToProductCategoryConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToRefundConnectionEdge", + "name": "CouponToProductCategoryConnectionEdge", "ofType": null } }, @@ -52144,7 +50697,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Refund", + "name": "ProductCategory", "ofType": null } }, @@ -52171,7 +50724,7 @@ }, { "kind": "OBJECT", - "name": "OrderToRefundConnectionEdge", + "name": "CouponToProductCategoryConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -52192,7 +50745,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "Refund", + "name": "ProductCategory", "ofType": null }, "isDeprecated": false, @@ -52205,342 +50758,469 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Refund", - "description": "A refund object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CouponToProductConnectionWhereArgs", + "description": "Arguments for filtering the CouponToProductConnection connection", + "fields": null, + "inputFields": [ { - "name": "amount", - "description": "Refunded amount", - "args": [], + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentType", - "description": "Connection between the Refund type and the ContentType type", - "args": [], + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": { - "kind": "OBJECT", - "name": "RefundToContentTypeConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the refund in the database", - "args": [], + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "The globally unique identifier for the refund", - "args": [], + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "lineItems", - "description": "Connection between the Refund type and the LineItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", "type": { - "kind": "OBJECT", - "name": "RefundToLineItemConnection", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "featured", + "description": "Limit result set to featured products.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Limit result set to specific ids.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MetaData", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reason", - "description": "Reason for refund", - "args": [], + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "refundedBy", - "description": "User who completed the refund", - "args": [], + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", "type": { - "kind": "OBJECT", - "name": "User", + "kind": "SCALAR", + "name": "Float", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "title", - "description": "A title for the new post type", - "args": [], + "name": "onSale", + "description": "Limit result set to products on sale.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + "defaultValue": null + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RefundToContentTypeConnectionEdge", - "description": "Connection between the Refund type and the ContentType type", - "fields": [ + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, { - "name": "node", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", "type": { - "kind": "OBJECT", - "name": "ContentType", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RefundToLineItemConnection", - "description": "Connection between the Refund type and the LineItem type", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "Edges for the RefundToLineItemConnection connection", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "RefundToLineItemConnectionEdge", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "LineItem", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], + "name": "search", + "description": "Limit result set to products based on a keyword search.", "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RefundToLineItemConnectionEdge", - "description": "An edge in a connection", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "slug", + "description": "Limit result set to products with a specific slug.", "type": { - "kind": "OBJECT", - "name": "LineItem", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "status", + "description": "Limit result set to products assigned a specific status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "OrderToShippingLineConnection", - "description": "Connection between the Order type and the ShippingLine type", + "name": "CouponToProductConnection", + "description": "Connection between the Coupon type and the Product type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToShippingLineConnection connection", + "description": "Edges for the CouponToProductConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToShippingLineConnectionEdge", + "name": "CouponToProductConnectionEdge", "ofType": null } }, @@ -52555,8 +51235,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ShippingLine", + "kind": "INTERFACE", + "name": "Product", "ofType": null } }, @@ -52583,7 +51263,7 @@ }, { "kind": "OBJECT", - "name": "OrderToShippingLineConnectionEdge", + "name": "CouponToProductConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -52603,8 +51283,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "ShippingLine", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, @@ -52617,286 +51297,209 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ShippingLine", - "description": "a shipping line object", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CouponToCustomerConnectionWhereArgs", + "description": "Arguments for filtering the CouponToCustomerConnection connection", + "fields": null, + "inputFields": [ { - "name": "databaseId", - "description": "The ID of the order item in the database", - "args": [], + "name": "email", + "description": "Limit result set to resources with a specific email.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MetaData", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "methodTitle", - "description": "Shipping Line's shipping method name", - "args": [], + "name": "include", + "description": "Limit result set to specific ids.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "orderId", - "description": "The Id of the order the order item belongs to.", - "args": [], + "name": "order", + "description": "Order of results.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "OrderEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shippingMethod", - "description": "Shipping Line's shipping method", - "args": [], + "name": "orderby", + "description": "Order results by a specific field.", "type": { - "kind": "OBJECT", - "name": "ShippingMethod", + "kind": "ENUM", + "name": "CustomerConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxClass", - "description": "Line tax class", - "args": [], + "name": "role", + "description": "Limit result set to resources with a specific role.", "type": { "kind": "ENUM", - "name": "TaxClassEnum", + "name": "UserRoleEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "taxes", - "description": "Line taxes", - "args": [], + "name": "roleIn", + "description": "Limit result set to resources with a specific group of roles.", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OrderItemTax", + "kind": "ENUM", + "name": "UserRoleEnum", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "total", - "description": "Line total (after discounts)", - "args": [], + "name": "roleNotIn", + "description": "Limit result set to resources not within a specific group of roles.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UserRoleEnum", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalTax", - "description": "Line total tax (after discounts)", - "args": [], + "name": "search", + "description": "Limit results to those matching a string.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ShippingMethod", - "description": "A shipping method object", - "fields": [ + "kind": "ENUM", + "name": "CustomerConnectionOrderbyEnum", + "description": "Field to order the connection by", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "databaseId", - "description": "The ID of the shipping method in the database", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "EMAIL", + "description": "Order by customer email", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Shipping method description.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "ID", + "description": "Order by customer ID", "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the tax rate.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "INCLUDE", + "description": "Order by include field", "isDeprecated": false, "deprecationReason": null }, { - "name": "title", - "description": "Shipping method title.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NAME", + "description": "Order by customer display name", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "REGISTERED_DATE", + "description": "Order by customer registration date", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USERNAME", + "description": "Order by customer username", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", - "name": "OrderStatusEnum", - "description": "Order status enumeration", + "name": "UserRoleEnum", + "description": "Names of available user roles", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { - "name": "CANCELLED", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "COMPLETED", + "name": "AUTHOR", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FAILED", + "name": "CONTRIBUTOR", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ON_HOLD", + "name": "CUSTOMER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PENDING", + "name": "EDITOR", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROCESSING", + "name": "SHOP_MANAGER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REFUNDED", + "name": "SUBSCRIBER", "description": null, "isDeprecated": false, "deprecationReason": null @@ -52906,19 +51509,19 @@ }, { "kind": "OBJECT", - "name": "OrderToTaxLineConnection", - "description": "Connection between the Order type and the TaxLine type", + "name": "CouponToCustomerConnection", + "description": "Connection between the Coupon type and the Customer type", "fields": [ { "name": "edges", - "description": "Edges for the OrderToTaxLineConnection connection", + "description": "Edges for the CouponToCustomerConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "OrderToTaxLineConnectionEdge", + "name": "CouponToCustomerConnectionEdge", "ofType": null } }, @@ -52934,7 +51537,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "TaxLine", + "name": "Customer", "ofType": null } }, @@ -52961,7 +51564,7 @@ }, { "kind": "OBJECT", - "name": "OrderToTaxLineConnectionEdge", + "name": "CouponToCustomerConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -52982,7 +51585,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "TaxLine", + "name": "Customer", "ofType": null }, "isDeprecated": false, @@ -52995,229 +51598,278 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CustomerToOrderConnectionWhereArgs", - "description": "Arguments for filtering the CustomerToOrderConnection connection", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "Customer", + "description": "A customer object", + "fields": [ { - "name": "dateQuery", - "description": "Filter the connection based on dates.", + "name": "billing", + "description": "Return the date customer billing address properties", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", + "kind": "OBJECT", + "name": "CustomerAddress", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "calculatedShipping", + "description": "Has customer calculated shipping?", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "OrdersOrderbyInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "productId", - "description": "Limit result set to orders assigned a specific product.", + "name": "databaseId", + "description": "The ID of the customer in the database", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit results to those matching a string.", + "name": "date", + "description": "Return the date customer was created", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "statuses", - "description": "Limit result set to orders assigned a specific status.", + "name": "displayName", + "description": "Return the customer's display name.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderStatusEnum", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OrdersOrderbyInput", - "description": "Options for ordering the connection", - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "field", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrdersOrderByEnum", - "ofType": null + "name": "downloadableItems", + "description": "Connection between the Customer type and the DownloadableItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CustomerToDownloadableItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "CustomerToDownloadableItemConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "email", + "description": "Return the customer's email.", + "args": [], "type": { - "kind": "ENUM", - "name": "OrderEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "OrdersOrderByEnum", - "description": "Fields to order the Orders connection by", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DATE", - "description": "Order by publish date", "isDeprecated": false, "deprecationReason": null }, { - "name": "DATE_COMPLETED", - "description": "Order by date the order was completed", + "name": "firstName", + "description": "Return the customer's first name.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DATE_PAID", - "description": "Order by date the order was paid", + "name": "hasCalculatedShipping", + "description": "Has calculated shipping?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DISCOUNT", - "description": "Order by order discount amount", + "name": "id", + "description": "The globally unique identifier for the customer", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "IN", - "description": "Preserve the ID order given in the IN array", + "name": "isPayingCustomer", + "description": "Return the date customer was last updated", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MENU_ORDER", - "description": "Order by the menu order value", + "name": "isVatExempt", + "description": "Is customer VAT exempt?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MODIFIED", - "description": "Order by last modified date", + "name": "lastName", + "description": "Return the customer's last name.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME_IN", - "description": "Preserve slug order given in the NAME_IN array", + "name": "lastOrder", + "description": "Gets the customers last order.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ORDER_KEY", - "description": "Order by order key", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PARENT", - "description": "Order by parent ID", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SLUG", - "description": "Order by slug", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TAX", - "description": "Order by order total", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "TOTAL", - "description": "Order by order total", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerToOrderConnection", - "description": "Connection between the Customer type and the Order type", - "fields": [ - { - "name": "edges", - "description": "Edges for the CustomerToOrderConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerToOrderConnectionEdge", - "ofType": null + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], + ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "Order", + "name": "MetaData", "ofType": null } }, @@ -53225,260 +51877,271 @@ "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "modified", + "description": "Return the date customer was last updated", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerToOrderConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "orderCount", + "description": "Return the number of orders this customer has.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "orders", + "description": "Connection between the Customer type and the Order type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CustomerToOrderConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "Order", + "name": "CustomerToOrderConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CustomerToRefundConnectionWhereArgs", - "description": "Arguments for filtering the CustomerToRefundConnection connection", - "fields": null, - "inputFields": [ - { - "name": "dateQuery", - "description": "Filter the connection based on dates.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null }, { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "refunds", + "description": "Connection between the Customer type and the Refund type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "CustomerToRefundConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "orderIn", - "description": "Limit result set to refunds from a specific group of order IDs.", + ], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CustomerToRefundConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", + "name": "role", + "description": "Return the customer's user role.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostTypeOrderbyInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + "name": "sessionToken", + "description": "A JWT token that can be used in future requests to for WooCommerce session identification", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", + "name": "shipping", + "description": "Return the date customer shipping address properties", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CustomerAddress", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", + "name": "totalSpent", + "description": "Return how much money this customer has spent.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit results to those matching a string.", + "name": "username", + "description": "Return the customer's username.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ { - "name": "statuses", - "description": "Limit result set to refunds assigned a specific status.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CustomerToRefundConnection", - "description": "Connection between the Customer type and the Refund type", + "name": "CustomerAddress", + "description": "A customer address object", "fields": [ { - "name": "edges", - "description": "Edges for the CustomerToRefundConnection connection", + "name": "address1", + "description": "Address 1", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerToRefundConnectionEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "address2", + "description": "Address 2", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Refund", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "city", + "description": "City", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CustomerToRefundConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", + "name": "company", + "description": "Company", "args": [], "type": { "kind": "SCALAR", @@ -53489,31 +52152,20 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", + "name": "country", + "description": "Country", "args": [], "type": { - "kind": "OBJECT", - "name": "Refund", + "kind": "ENUM", + "name": "CountriesEnum", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ShippingPackage", - "description": "Shipping package object", - "fields": [ + }, { - "name": "packageDetails", - "description": "Shipping package details", + "name": "email", + "description": "E-mail", "args": [], "type": { "kind": "SCALAR", @@ -53524,47 +52176,32 @@ "deprecationReason": null }, { - "name": "rates", - "description": "Shipping package rates", + "name": "firstName", + "description": "First name", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ShippingRate", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "supportsShippingCalculator", - "description": "This shipping package supports the shipping calculator.", + "name": "lastName", + "description": "Last name", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ShippingRate", - "description": "Shipping rate object", - "fields": [ + }, { - "name": "cost", - "description": "Shipping rate cost", + "name": "phone", + "description": "Phone", "args": [], "type": { "kind": "SCALAR", @@ -53575,36 +52212,20 @@ "deprecationReason": null }, { - "name": "id", - "description": "Shipping rate ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "instanceId", - "description": "Shipping instance ID", + "name": "postcode", + "description": "Zip Postal Code", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "label", - "description": "Shipping rate label", + "name": "state", + "description": "State", "args": [], "type": { "kind": "SCALAR", @@ -53613,22 +52234,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "methodId", - "description": "Shipping method ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -53637,3096 +52242,6476 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CartToCartItemConnectionWhereArgs", - "description": "Arguments for filtering the CartToCartItemConnection connection", + "kind": "ENUM", + "name": "CountriesEnum", + "description": "Countries enumeration", "fields": null, - "inputFields": [ - { - "name": "needsShipping", - "description": "Limit results to cart items that require shipping", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], + "inputFields": null, "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CartToCartItemConnection", - "description": "Connection between the Cart type and the CartItem type", - "fields": [ + "enumValues": [ { - "name": "edges", - "description": "Edges for the CartToCartItemConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CartToCartItemConnectionEdge", - "ofType": null - } - }, + "name": "AD", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "itemCount", - "description": "Total number of items in the cart.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "AE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CartItem", - "ofType": null - } - }, + "name": "AF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "AG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "productCount", - "description": "Total number of different products in the cart", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "AI", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CartToCartItemConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CartItem", - "ofType": null - }, + "name": "AM", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CartItem", - "description": "A item in the cart", - "fields": [ + }, { - "name": "extraData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } - }, + "name": "AO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "key", - "description": "CartItem ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "AQ", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "product", - "description": "A product in the cart", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Product", - "ofType": null - }, + "name": "AR", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "quantity", - "description": "Quantity of the product", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "AS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "subtotal", - "description": "Item's subtotal", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "subtotalTax", - "description": "Item's subtotal tax", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AU", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "tax", - "description": "Item's tax", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AW", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "total", - "description": "Item's total", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AX", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "variation", - "description": "Selected variation of the product", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductVariation", - "ofType": null - }, + "name": "AZ", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CartFee", - "description": "An additional fee", - "fields": [ + }, { - "name": "amount", - "description": "Fee amount", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, + "name": "BA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "Fee ID", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "BB", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Fee name", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "BD", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "taxClass", - "description": "Fee tax class", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null - }, + "name": "BE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "taxable", - "description": "Is fee taxable?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "BF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "total", - "description": "Fee total", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, + "name": "BG", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RootQueryToCategoryConnectionWhereArgs", - "description": "Arguments for filtering the RootQueryToCategoryConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "cacheDomain", - "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "BH", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childOf", - "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "BI", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "BJ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "descriptionLike", - "description": "Retrieve terms where the description is LIKE the input value. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "BL", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "BM", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "BN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hideEmpty", - "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "BO", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hierarchical", - "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "BQ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Array of term ids to include. Default empty array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "BR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Array of names to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "BS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameLike", - "description": "Retrieve terms where the name is LIKE the input value. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "BT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "objectIds", - "description": "Array of object IDs. Results will be limited to terms associated with these objects.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "BV", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field(s) to order terms by. Defaults to 'name'.", - "type": { - "kind": "ENUM", - "name": "TermObjectsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null + "name": "BW", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "padCounts", - "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "BY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent term ID to retrieve direct-child terms of. Default empty.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "BZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CA", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "slug", - "description": "Array of slugs to return term(s) for. Default empty.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "CC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "termTaxonomId", - "description": "Array of term taxonomy IDs, to match when querying terms.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "CD", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updateTermMetaCache", - "description": "Whether to prime meta caches for matched terms. Default true.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCategoryConnection", - "description": "Connection between the RootQuery type and the category type", - "fields": [ - { - "name": "edges", - "description": "Edges for the RootQueryToCategoryConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToCategoryConnectionEdge", - "ofType": null - } - }, + "name": "CF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Category", - "ofType": null - } - }, + "name": "CG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "CH", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCategoryConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "CI", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Category", - "ofType": null - }, + "name": "CK", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CategoryIdType", - "description": "The Type of Identifier used to fetch a single resource. Default is ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "DATABASE_ID", - "description": "The Database ID for the node", + "name": "CL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID", - "description": "The hashed Global ID", + "name": "CM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME", - "description": "The name of the node", + "name": "CN", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SLUG", - "description": "Url friendly name of the node", + "name": "CO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "URI", - "description": "The URI for the node", + "name": "CR", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RootQueryToCommentConnectionWhereArgs", - "description": "Arguments for filtering the RootQueryToCommentConnection connection", - "fields": null, - "inputFields": [ - { - "name": "authorEmail", - "description": "Comment author email address.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null }, { - "name": "authorIn", - "description": "Array of author IDs to include comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "CU", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorNotIn", - "description": "Array of author IDs to exclude comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "CV", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorUrl", - "description": "Comment author URL.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CW", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentIn", - "description": "Array of comment IDs to include.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "CX", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentNotIn", - "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "CY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentType", - "description": "Include comments of a given type.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeIn", - "description": "Include comments from a given array of comment types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "DE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentTypeNotIn", - "description": "Exclude comments from a given array of comment types.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "DJ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthor", - "description": "Content object author ID to limit results by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "DK", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorIn", - "description": "Array of author IDs to retrieve comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "DM", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentAuthorNotIn", - "description": "Array of author IDs *not* to retrieve comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "DO", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentId", - "description": "Limit results to those affiliated with a given content object ID.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null + "name": "DZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdIn", - "description": "Array of content object IDs to include affiliated comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "EC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentIdNotIn", - "description": "Array of content object IDs to exclude affiliated comments for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "EE", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentName", - "description": "Content object name to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "EG", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentParent", - "description": "Content Object parent ID to retrieve affiliated comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "EH", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentStatus", - "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "ER", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contentType", - "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "ES", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "includeUnapproved", - "description": "Array of IDs or email addresses of users whose unapproved comments will be\nreturned by the query regardless of $status. Default empty", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "ET", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "karma", - "description": "Karma score to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "FI", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": "The cardinality of the order of the connection", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null + "name": "FJ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Field to order the comments by.", - "type": { - "kind": "ENUM", - "name": "CommentsConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null + "name": "FK", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent ID of comment to retrieve children of.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "FM", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Array of parent IDs of comments to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "FO", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Array of parent IDs of comments *not* to retrieve children for.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "FR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Search term(s) to retrieve matching comments for.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "GA", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", - "description": "Comment status to limit results by.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "GB", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userId", - "description": "Include comments for a specific user ID.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCommentConnection", - "description": "Connection between the RootQuery type and the Comment type", - "fields": [ + "name": "GD", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "Edges for the RootQueryToCommentConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToCommentConnectionEdge", - "ofType": null - } - }, + "name": "GE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - } - }, + "name": "GF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "GG", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCommentConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "GH", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - }, + "name": "GI", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ContentNodeIdTypeEnum", - "description": "The Type of Identifier used to fetch a single resource. Default is ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "DATABASE_ID", - "description": "Identify a resource by the Database ID.", + "name": "GL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID", - "description": "Identify a resource by the (hashed) Global ID.", + "name": "GM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "URI", - "description": "Identify a resource by the URI.", + "name": "GN", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RootQueryToContentNodeConnectionWhereArgs", - "description": "Arguments for filtering the RootQueryToContentNodeConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "contentTypes", - "description": "The Types of content to filter", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContentTypeEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "GP", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null + "name": "GQ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "hasPassword", - "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "GR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "Specific ID of the object", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "GS", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "in", - "description": "Array of IDs for the objects to retrieve", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "GT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "mimeType", - "description": "Get objects with a specific mimeType property", - "type": { - "kind": "ENUM", - "name": "MimeTypeEnum", - "ofType": null - }, - "defaultValue": null + "name": "GU", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "name", - "description": "Slug / post_name of the object", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "GW", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nameIn", - "description": "Specify objects to retrieve. Use slugs", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "GY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notIn", - "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "HK", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostObjectsConnectionOrderbyInput", - "ofType": null - } - }, - "defaultValue": null + "name": "HM", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null + "name": "HN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "HR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify posts whose parent is not in an array", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "HT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "password", - "description": "Show posts with a specific password.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "HU", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Show Posts based on a keyword search", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "ID", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stati", + "name": "IE", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "status", + "name": "IL", "description": null, - "type": { - "kind": "ENUM", - "name": "PostStatusEnum", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "title", - "description": "Title of the object", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToContentNodeConnection", - "description": "Connection between the RootQuery type and the ContentNode type", - "fields": [ + "name": "IM", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "Edges for the RootQueryToContentNodeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToContentNodeConnectionEdge", - "ofType": null - } - }, + "name": "IN", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - } - }, + "name": "IO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "IQ", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToContentNodeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "IR", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, + "name": "IS", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ContentTypeIdTypeEnum", - "description": "The Type of Identifier used to fetch a single Content Type node. To be used along with the \"id\" field. Default is \"ID\".", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "ID", - "description": "The globally unique ID", + "name": "IT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME", - "description": "The name of the content type.", + "name": "JE", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToContentTypeConnection", - "description": "Connection between the RootQuery type and the ContentType type", - "fields": [ + }, { - "name": "edges", - "description": "Edges for the RootQueryToContentTypeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToContentTypeConnectionEdge", - "ofType": null - } - }, + "name": "JM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - } - }, + "name": "JO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "JP", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToContentTypeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "KE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentType", - "ofType": null - }, + "name": "KG", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CouponIdTypeEnum", - "description": "The Type of Identifier used to fetch a single Coupon. Default is ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "CODE", - "description": "Coupon code.", + "name": "KH", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "DATABASE_ID", - "description": "Identify a resource by the Database ID.", + "name": "KI", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID", - "description": "Identify a resource by the (hashed) Global ID.", + "name": "KM", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RootQueryToCouponConnectionWhereArgs", - "description": "Arguments for filtering the RootQueryToCouponConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "code", - "description": "Limit result set to resources with a specific code.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "KN", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dateQuery", - "description": "Filter the connection based on dates.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null + "name": "KP", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "KR", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "KW", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostTypeOrderbyInput", - "ofType": null - } - }, - "defaultValue": null + "name": "KY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "KZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "LA", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "LB", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit results to those matching a string.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCouponConnection", - "description": "Connection between the RootQuery type and the Coupon type", - "fields": [ + "name": "LC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "Edges for the RootQueryToCouponConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToCouponConnectionEdge", - "ofType": null - } - }, + "name": "LI", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Coupon", - "ofType": null - } - }, + "name": "LK", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "LR", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCouponConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "LS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Coupon", - "ofType": null - }, + "name": "LT", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RootQueryToCustomerConnectionWhereArgs", - "description": "Arguments for filtering the RootQueryToCustomerConnection connection", - "fields": null, - "inputFields": [ + }, { - "name": "email", - "description": "Limit result set to resources with a specific email.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "LU", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "LV", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "LY", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", - "description": "Order of results.", - "type": { - "kind": "ENUM", - "name": "OrderEnum", - "ofType": null - }, - "defaultValue": null + "name": "MA", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "Order results by a specific field.", - "type": { - "kind": "ENUM", - "name": "CustomerConnectionOrderbyEnum", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "role", - "description": "Limit result set to resources with a specific role.", - "type": { - "kind": "ENUM", - "name": "UserRoleEnum", - "ofType": null - }, - "defaultValue": null + "name": "MC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "roleIn", - "description": "Limit result set to resources with a specific group of roles.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UserRoleEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "MD", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "roleNotIn", - "description": "Limit result set to resources not within a specific group of roles.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UserRoleEnum", - "ofType": null - } - }, - "defaultValue": null + "name": "ME", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "search", - "description": "Limit results to those matching a string.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCustomerConnection", - "description": "Connection between the RootQuery type and the Customer type", - "fields": [ - { - "name": "edges", - "description": "Edges for the RootQueryToCustomerConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RootQueryToCustomerConnectionEdge", - "ofType": null - } - }, + "name": "MF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Customer", - "ofType": null - } - }, + "name": "MG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "WPPageInfo", - "ofType": null - }, + "name": "MH", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RootQueryToCustomerConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MK", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Customer", - "ofType": null - }, + "name": "ML", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DiscussionSettings", - "description": "The discussion setting type", - "fields": [ + }, { - "name": "defaultCommentStatus", - "description": "Allow people to submit comments on new posts.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "defaultPingStatus", - "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MN", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProductIdTypeEnum", - "description": "The Type of Identifier used to fetch a single Product. Default is ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "DATABASE_ID", - "description": "Identify a resource by the Database ID.", + "name": "MO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID", - "description": "Identify a resource by the (hashed) Global ID.", + "name": "MP", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SKU", - "description": "Unique store identifier for product.", + "name": "MQ", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SLUG", - "description": "Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier.", + "name": "MR", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ExternalProduct", - "description": "A external product object", - "fields": [ + }, { - "name": "attributes", - "description": "Connection between the Product type and the ProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnection", - "ofType": null - }, + "name": "MS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "averageRating", - "description": "Product average count", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, + "name": "MT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "buttonText", - "description": "External product Buy button text", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MU", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "catalogVisibility", - "description": "Catalog visibility", - "args": [], - "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", - "ofType": null - }, + "name": "MV", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "MW", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MX", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MY", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "contentType", - "description": "Connection between the Product type and the ContentType type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", - "ofType": null - }, + "name": "MZ", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "databaseId", - "description": "The ID of the product in the database", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "NA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", - "description": "Date product created", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dateGmt", - "description": "The publishing date set in GMT.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dateOnSaleFrom", - "description": "Date on sale from", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dateOnSaleTo", - "description": "Date on sale to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "defaultAttributes", - "description": "Connection between the ExternalProduct type and the VariationAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ExternalProductToVariationAttributeConnection", - "ofType": null - }, + "name": "NI", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Product description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", - "ofType": null - }, + "name": "NP", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enclosure", - "description": "The RSS enclosure for the object", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "NR", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", - "ofType": null - }, + "name": "NU", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", - "ofType": null - }, + "name": "NZ", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "externalUrl", - "description": "External product url", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "OM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "featured", - "description": "If the product is featured", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "PA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null - }, + "name": "PE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "PF", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, + "name": "PG", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "galleryImages", - "description": "Connection between the Product type and the MediaItem type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToMediaItemConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToMediaItemConnection", - "ofType": null - }, + "name": "PH", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "globalAttributes", - "description": "Connection between the Product type and the GlobalProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToGlobalProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnection", - "ofType": null - }, + "name": "PK", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the product", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "PM", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "image", - "description": "Main image", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, + "name": "PN", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "PR", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "PS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", - "ofType": null - }, + "name": "PT", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", - "description": "The permalink of the post", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PW", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "localAttributes", - "description": "Connection between the Product type and the LocalProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToLocalProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnection", - "ofType": null - }, + "name": "PY", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "menuOrder", - "description": "Menu order", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "QA", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "metaData", - "description": "Object meta data", - "args": [ - { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } - }, + "name": "RE", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "modified", - "description": "Date product last updated", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "RO", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "RS", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Product name", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "RU", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "onSale", - "description": "Is product on sale?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "RW", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "paColors", - "description": "Connection between the Product type and the paColor type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { + "name": "SA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SB", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SD", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SH", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SI", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SJ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SK", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SM", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SN", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SO", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ST", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SV", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SX", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TD", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TF", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TH", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TJ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TK", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TM", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TN", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TO", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TV", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TW", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UM", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "US", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UZ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VI", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VN", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VU", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WF", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "YE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "YT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ZA", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ZM", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ZW", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CustomerToDownloadableItemConnectionWhereArgs", + "description": "Arguments for filtering the CustomerToDownloadableItemConnection connection", + "fields": null, + "inputFields": [ + { + "name": "active", + "description": "Limit results to downloadable items that can be downloaded now.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expired", + "description": "Limit results to downloadable items that are expired.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasDownloadsRemaining", + "description": "Limit results to downloadable items that have downloads remaining.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToDownloadableItemConnection", + "description": "Connection between the Customer type and the DownloadableItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the CustomerToDownloadableItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CustomerToDownloadableItemConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DownloadableItem", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToDownloadableItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "DownloadableItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DownloadableItem", + "description": "A downloadable item", + "fields": [ + { + "name": "accessExpires", + "description": "The date the downloadable item expires", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "download", + "description": "ProductDownload of the downloadable item", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProductDownload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "downloadId", + "description": "Downloadable item unique identifier", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "downloadsRemaining", + "description": "Number of times the item can be downloaded.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "Name of the downloadable item.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "product", + "description": "Product of downloadable item.", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "Download URL of the downloadable item.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Order", + "description": "A order object", + "fields": [ + { + "name": "billing", + "description": "Order billing properties", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CustomerAddress", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cartHash", + "description": "Cart hash", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cartTax", + "description": "Cart tax amount", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "couponLines", + "description": "Connection between the Order type and the CouponLine type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToCouponLineConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdVia", + "description": "How order was created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currency", + "description": "Order currency", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customer", + "description": "Order customer", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Customer", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customerIpAddress", + "description": "Customer IP Address", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customerNote", + "description": "Customer note", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customerUserAgent", + "description": "Customer User Agent", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "databaseId", + "description": "The ID of the order in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date", + "description": "Date order was created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dateCompleted", + "description": "Date order was completed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datePaid", + "description": "Date order was paid", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discountTax", + "description": "Discount tax amount", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discountTotal", + "description": "Discount total amount", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "downloadableItems", + "description": "Connection between the Order type and the DownloadableItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrderToDownloadableItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToDownloadableItemConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "feeLines", + "description": "Connection between the Order type and the FeeLine type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToFeeLineConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasBillingAddress", + "description": "Order has a billing address?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasDownloadableItem", + "description": "If order contains a downloadable product", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasShippingAddress", + "description": "Order has a shipping address?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the order", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDownloadPermitted", + "description": "Is product download is permitted", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lineItems", + "description": "Connection between the Order type and the LineItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToLineItemConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "modified", + "description": "Date order was last updated", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "needsPayment", + "description": "If order needs payment", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "needsProcessing", + "description": "If order needs processing before it can be completed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "needsShippingAddress", + "description": "If order needs shipping address", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderKey", + "description": "Order key", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderNotes", + "description": "Connection between the Order type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrderToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToCommentConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderNumber", + "description": "Order number", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderVersion", + "description": "Order version", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": "Parent order", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "paymentMethod", + "description": "Payment method", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "paymentMethodTitle", + "description": "Payment method title", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pricesIncludeTax", + "description": "Prices include taxes?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "refunds", + "description": "Connection between the Order type and the Refund type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrderToRefundConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToRefundConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shipping", + "description": "Order shipping properties", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CustomerAddress", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingAddressMapUrl", + "description": "Order customer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingLines", + "description": "Connection between the Order type and the ShippingLine type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToShippingLineConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingTax", + "description": "Shipping tax amount", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingTotal", + "description": "Shipping total amount", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": "Order status", + "args": [], + "type": { + "kind": "ENUM", + "name": "OrderStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotal", + "description": "Order subtotal", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxLines", + "description": "Connection between the Order type and the TaxLine type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "OrderToTaxLineConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Order grand total", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalTax", + "description": "Order taxes", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transactionId", + "description": "Transaction ID", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "NodeWithComments", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToCouponLineConnection", + "description": "Connection between the Order type and the CouponLine type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToCouponLineConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToCouponLineConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CouponLine", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToCouponLineConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CouponLine", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CouponLine", + "description": "a coupon line object", + "fields": [ + { + "name": "code", + "description": "Line's Coupon code", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "coupon", + "description": "Line's Coupon", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Coupon", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "databaseId", + "description": "The ID of the order item in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discount", + "description": "Line's Discount total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discountTax", + "description": "Line's Discount total tax", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderId", + "description": "The Id of the order the order item belongs to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrderToDownloadableItemConnectionWhereArgs", + "description": "Arguments for filtering the OrderToDownloadableItemConnection connection", + "fields": null, + "inputFields": [ + { + "name": "active", + "description": "Limit results to downloadable items that can be downloaded now.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expired", + "description": "Limit results to downloadable items that are expired.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasDownloadsRemaining", + "description": "Limit results to downloadable items that have downloads remaining.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToDownloadableItemConnection", + "description": "Connection between the Order type and the DownloadableItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToDownloadableItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToDownloadableItemConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DownloadableItem", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToDownloadableItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "DownloadableItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToFeeLineConnection", + "description": "Connection between the Order type and the FeeLine type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToFeeLineConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToFeeLineConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FeeLine", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToFeeLineConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FeeLine", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FeeLine", + "description": "a fee line object", + "fields": [ + { + "name": "amount", + "description": "Fee amount", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "databaseId", + "description": "The ID of the order item in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "Fee name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderId", + "description": "The Id of the order the order item belongs to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxClass", + "description": "Line tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxStatus", + "description": "Tax status of fee", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxes", + "description": "Line taxes", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderItemTax", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Line total (after discounts)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalTax", + "description": "Line total tax (after discounts)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderItemTax", + "description": "Order item tax statement", + "fields": [ + { + "name": "amount", + "description": "Amount taxed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotal", + "description": "Subtotal", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxLine", + "description": "Tax line connected to this statement", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TaxLine", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxLineId", + "description": "Order item ID for tax line connected to this statement", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TaxLine", + "description": "a tax line object", + "fields": [ + { + "name": "databaseId", + "description": "The ID of the order item in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isCompound", + "description": "Is this a compound tax rate?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "label", + "description": "Tax rate label", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderId", + "description": "The Id of the order the order item belongs to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rateCode", + "description": "Tax rate code/name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingTaxTotal", + "description": "Tax line's shipping tax total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxRate", + "description": "Tax line's tax rate", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TaxRate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxTotal", + "description": "Tax total (not including shipping taxes)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TaxRate", + "description": "A Tax rate object", + "fields": [ + { + "name": "city", + "description": "City name.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "class", + "description": "Tax class. Default is standard.", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "compound", + "description": "Whether or not this is a compound rate.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "country", + "description": "Country ISO 3166 code.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "databaseId", + "description": "The ID of the customer in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the tax rate.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "Tax rate name.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "order", + "description": "Indicates the order that will appear in queries.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postcode", + "description": "Postcode/ZIP.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "priority", + "description": "Tax priority.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rate", + "description": "Tax rate.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shipping", + "description": "Whether or not this tax rate also gets applied to shipping.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "state", + "description": "State code.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToLineItemConnection", + "description": "Connection between the Order type and the LineItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToLineItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToLineItemConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "LineItem", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToLineItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LineItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LineItem", + "description": "a line item object", + "fields": [ + { + "name": "databaseId", + "description": "The ID of the order item in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemDownloads", + "description": "Line item's taxes", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductDownload", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderId", + "description": "The Id of the order the order item belongs to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "product", + "description": "Line item's product object", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productId", + "description": "Line item's product ID", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Line item's product quantity", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotal", + "description": "Line item's subtotal", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotalTax", + "description": "Line item's subtotal tax", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxClass", + "description": "Line item's tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxStatus", + "description": "Line item's taxes", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxes", + "description": "Line item's taxes", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderItemTax", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Line item's total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalTax", + "description": "Line item's total tax", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "variation", + "description": "Line item's product variation object", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "variationId", + "description": "Line item's product variation ID", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrderToCommentConnectionWhereArgs", + "description": "Arguments for filtering the OrderToCommentConnection connection", + "fields": null, + "inputFields": [ + { + "name": "authorEmail", + "description": "Comment author email address.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorIn", + "description": "Array of author IDs to include comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "authorUrl", + "description": "Comment author URL.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "commentIn", + "description": "Array of comment IDs to include.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "commentType", + "description": "Include comments of a given type.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "order", + "description": "The cardinality of the order of the connection", + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field to order the comments by.", + "type": { + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Comment status to limit results by.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userId", + "description": "Include comments for a specific user ID.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToCommentConnection", + "description": "Connection between the Order type and the Comment type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToCommentConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToCommentConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToCommentConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isCustomerNote", + "description": "Is this a customer note?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrderToRefundConnectionWhereArgs", + "description": "Arguments for filtering the OrderToRefundConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderIn", + "description": "Limit result set to refunds from a specific group of order IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostTypeOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Limit results to those matching a string.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "statuses", + "description": "Limit result set to refunds assigned a specific status.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToRefundConnection", + "description": "Connection between the Order type and the Refund type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToRefundConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToRefundConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Refund", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToRefundConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Refund", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Refund", + "description": "A refund object", + "fields": [ + { + "name": "amount", + "description": "Refunded amount", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "databaseId", + "description": "The ID of the refund in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the refund", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lineItems", + "description": "Connection between the Refund type and the LineItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "RefundToLineItemConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reason", + "description": "Reason for refund", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "refundedBy", + "description": "User who completed the refund", + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "A title for the new post type", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RefundToLineItemConnection", + "description": "Connection between the Refund type and the LineItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the RefundToLineItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RefundToLineItemConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "LineItem", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RefundToLineItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LineItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToShippingLineConnection", + "description": "Connection between the Order type and the ShippingLine type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToShippingLineConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToShippingLineConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShippingLine", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToShippingLineConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShippingLine", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingLine", + "description": "a shipping line object", + "fields": [ + { + "name": "databaseId", + "description": "The ID of the order item in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "last", - "description": null, + "name": "keysIn", + "description": "Retrieve multiple metas by key", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "name": "multiple", + "description": "Retrieve meta with matching keys", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null - }, + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "methodTitle", + "description": "Shipping Line's shipping method name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "orderId", + "description": "The Id of the order the order item belongs to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingMethod", + "description": "Shipping Line's shipping method", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxClass", + "description": "Line tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxes", + "description": "Line taxes", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderItemTax", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Line total (after discounts)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalTax", + "description": "Line total tax (after discounts)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingMethod", + "description": "A shipping method object", + "fields": [ + { + "name": "databaseId", + "description": "The ID of the shipping method in the database", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Shipping method description.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the tax rate.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "Shipping method title.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "OrderStatusEnum", + "description": "Order status enumeration", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CANCELLED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMPLETED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FAILED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ON_HOLD", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PENDING", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROCESSING", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFUNDED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToTaxLineConnection", + "description": "Connection between the Order type and the TaxLine type", + "fields": [ + { + "name": "edges", + "description": "Edges for the OrderToTaxLineConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OrderToTaxLineConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TaxLine", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OrderToTaxLineConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TaxLine", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CustomerToOrderConnectionWhereArgs", + "description": "Arguments for filtering the CustomerToOrderConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OrdersOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "productId", + "description": "Limit result set to orders assigned a specific product.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Limit results to those matching a string.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "statuses", + "description": "Limit result set to orders assigned a specific status.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrderStatusEnum", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrdersOrderbyInput", + "description": "Options for ordering the connection", + "fields": null, + "inputFields": [ + { + "name": "field", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrdersOrderByEnum", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "order", + "description": null, + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "OrdersOrderByEnum", + "description": "Fields to order the Orders connection by", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DATE", + "description": "Order by publish date", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_COMPLETED", + "description": "Order by date the order was completed", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_PAID", + "description": "Order by date the order was paid", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISCOUNT", + "description": "Order by order discount amount", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IN", + "description": "Preserve the ID order given in the IN array", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MENU_ORDER", + "description": "Order by the menu order value", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MODIFIED", + "description": "Order by last modified date", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAME_IN", + "description": "Preserve slug order given in the NAME_IN array", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ORDER_KEY", + "description": "Order by order key", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PARENT", + "description": "Order by parent ID", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SLUG", + "description": "Order by slug", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAX", + "description": "Order by order total", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOTAL", + "description": "Order by order total", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToOrderConnection", + "description": "Connection between the Customer type and the Order type", + "fields": [ + { + "name": "edges", + "description": "Edges for the CustomerToOrderConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CustomerToOrderConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToOrderConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CustomerToRefundConnectionWhereArgs", + "description": "Arguments for filtering the CustomerToRefundConnection connection", + "fields": null, + "inputFields": [ + { + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderIn", + "description": "Limit result set to refunds from a specific group of order IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostTypeOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Limit results to those matching a string.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "statuses", + "description": "Limit result set to refunds assigned a specific status.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToRefundConnection", + "description": "Connection between the Customer type and the Refund type", + "fields": [ + { + "name": "edges", + "description": "Edges for the CustomerToRefundConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CustomerToRefundConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Refund", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CustomerToRefundConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Refund", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingPackage", + "description": "Shipping package object", + "fields": [ + { + "name": "packageDetails", + "description": "Shipping package details", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rates", + "description": "Shipping package rates", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ShippingRate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "supportsShippingCalculator", + "description": "This shipping package supports the shipping calculator.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ShippingRate", + "description": "Shipping rate object", + "fields": [ + { + "name": "cost", + "description": "Shipping rate cost", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "Shipping rate ID", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "instanceId", + "description": "Shipping instance ID", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "label", + "description": "Shipping rate label", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "methodId", + "description": "Shipping method ID", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CartToCartItemConnectionWhereArgs", + "description": "Arguments for filtering the CartToCartItemConnection connection", + "fields": null, + "inputFields": [ + { + "name": "needsShipping", + "description": "Limit results to cart items that require shipping", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CartToCartItemConnection", + "description": "Connection between the Cart type and the CartItem type", + "fields": [ + { + "name": "edges", + "description": "Edges for the CartToCartItemConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CartToCartItemConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemCount", + "description": "Total number of items in the cart.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CartItem", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "productCount", + "description": "Total number of different products in the cart", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CartToCartItemConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CartItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CartItem", + "description": "A item in the cart", + "fields": [ + { + "name": "extraData", + "description": "Object meta data", + "args": [ { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "key", + "description": "Retrieve meta by key", "type": { "kind": "SCALAR", "name": "String", @@ -56735,668 +58720,1080 @@ "defaultValue": null }, { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "keysIn", + "description": "Retrieve multiple metas by key", "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaColorConnectionWhereArgs", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } - ], + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "key", + "description": "CartItem ID", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "product", + "description": "A product in the cart", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Quantity of the product", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotal", + "description": "Item's subtotal", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subtotalTax", + "description": "Item's subtotal tax", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tax", + "description": "Item's tax", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Item's total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "variation", + "description": "Selected variation of the product", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProductVariation", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CartFee", + "description": "An additional fee", + "fields": [ + { + "name": "amount", + "description": "Fee amount", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "Fee ID", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "Fee name", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxClass", + "description": "Fee tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxable", + "description": "Is fee taxable?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": "Fee total", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CartTax", + "description": "An itemized cart tax item", + "fields": [ + { + "name": "amount", + "description": "Tax amount", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "Tax Rate ID", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isCompound", + "description": "Is tax compound?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "label", + "description": "Tax label", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RootQueryToCategoryConnectionWhereArgs", + "description": "Arguments for filtering the RootQueryToCategoryConnection connection", + "fields": null, + "inputFields": [ + { + "name": "cacheDomain", + "description": "Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childOf", + "description": "Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childless", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "descriptionLike", + "description": "Retrieve terms where the description is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "exclude", + "description": "Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "excludeTree", + "description": "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.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "hideEmpty", + "description": "Whether to hide terms not assigned to any posts. Accepts true or false. Default false", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hierarchical", + "description": "Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Array of term ids to include. Default empty array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Array of names to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "nameLike", + "description": "Retrieve terms where the name is LIKE the input value. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectIds", + "description": "Array of object IDs. Results will be limited to terms associated with these objects.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field(s) to order terms by. Defaults to 'name'.", + "type": { + "kind": "ENUM", + "name": "TermObjectsConnectionOrderbyEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "padCounts", + "description": "Whether to pad the quantity of a term's children in the quantity of each term's \"count\" object variable. Default false.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent term ID to retrieve direct-child terms of. Default empty.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "Array of slugs to return term(s) for. Default empty.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "termTaxonomId", + "description": "Array of term taxonomy IDs, to match when querying terms.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updateTermMetaCache", + "description": "Whether to prime meta caches for matched terms. Default true.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCategoryConnection", + "description": "Connection between the RootQuery type and the category type", + "fields": [ + { + "name": "edges", + "description": "Edges for the RootQueryToCategoryConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RootQueryToCategoryConnectionEdge", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], "type": { "kind": "OBJECT", - "name": "ProductToPaColorConnection", + "name": "WPPageInfo", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCategoryConnectionEdge", + "description": "An edge in a connection", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paSizes", - "description": "Connection between the Product type and the paSize type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaSizeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CategoryIdType", + "description": "The Type of Identifier used to fetch a single resource. Default is ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DATABASE_ID", + "description": "The Database ID for the node", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID", + "description": "The hashed Global ID", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAME", + "description": "The name of the node", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SLUG", + "description": "Url friendly name of the node", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "URI", + "description": "The URI for the node", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RootQueryToCommentConnectionWhereArgs", + "description": "Arguments for filtering the RootQueryToCommentConnection connection", + "fields": null, + "inputFields": [ + { + "name": "authorEmail", + "description": "Comment author email address.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorIn", + "description": "Array of author IDs to include comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "authorNotIn", + "description": "Array of author IDs to exclude comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "authorUrl", + "description": "Comment author URL.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "commentIn", + "description": "Array of comment IDs to include.", "type": { - "kind": "OBJECT", - "name": "ProductToPaSizeConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "parent", - "description": "Parent product", - "args": [], + "name": "commentNotIn", + "description": "Array of IDs of users whose unapproved comments will be returned by the query regardless of status.", "type": { - "kind": "INTERFACE", - "name": "Product", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", - "args": [], + "name": "commentType", + "description": "Include comments of a given type.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", - "args": [], + "name": "commentTypeIn", + "description": "Include comments from a given array of comment types.", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "price", - "description": "Product's active price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "commentTypeNotIn", + "description": "Exclude comments from a given array of comment types.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productCategories", - "description": "Connection between the Product type and the productCategory type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductCategoryConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "contentAuthor", + "description": "Content object author ID to limit results by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "contentAuthorIn", + "description": "Array of author IDs to retrieve comments for.", "type": { - "kind": "OBJECT", - "name": "ProductToProductCategoryConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productTags", - "description": "Connection between the Product type and the productTag type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTagConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "contentAuthorNotIn", + "description": "Array of author IDs *not* to retrieve comments for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "contentId", + "description": "Limit results to those affiliated with a given content object ID.", "type": { - "kind": "OBJECT", - "name": "ProductToProductTagConnection", + "kind": "SCALAR", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "productTypes", - "description": "Connection between the Product type and the productType type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductTypeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "contentIdIn", + "description": "Array of content object IDs to include affiliated comments for.", "type": { - "kind": "OBJECT", - "name": "ProductToProductTypeConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "purchasable", - "description": "Can product be purchased?", - "args": [], + "name": "contentIdNotIn", + "description": "Array of content object IDs to exclude affiliated comments for.", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "purchaseNote", - "description": "Purchase note", - "args": [], + "name": "contentName", + "description": "Content object name to retrieve affiliated comments for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "regularPrice", - "description": "Product's regular price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "contentParent", + "description": "Content Object parent ID to retrieve affiliated comments for.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "related", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "contentStatus", + "description": "Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "contentType", + "description": "Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value.", "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reviewCount", - "description": "Product review count", - "args": [], + "name": "includeUnapproved", + "description": "Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "karma", + "description": "Karma score to retrieve matching comments for.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reviews", - "description": "Connection between the Product type and the Comment type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToCommentConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "order", + "description": "The cardinality of the order of the connection", + "type": { + "kind": "ENUM", + "name": "OrderEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "Field to order the comments by.", "type": { - "kind": "OBJECT", - "name": "ProductToCommentConnection", + "kind": "ENUM", + "name": "CommentsConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reviewsAllowed", - "description": "If reviews are allowed", - "args": [], + "name": "parent", + "description": "Parent ID of comment to retrieve children of.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "salePrice", - "description": "Product's sale price", - "args": [ - { - "name": "format", - "description": "Format of the price", - "type": { - "kind": "ENUM", - "name": "PricingFieldFormatEnum", - "ofType": null - }, - "defaultValue": null + "name": "parentIn", + "description": "Array of parent IDs of comments to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Array of parent IDs of comments *not* to retrieve children for.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Search term(s) to retrieve matching comments for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shippingClasses", - "description": "Connection between the Product type and the shippingClass type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "status", + "description": "Comment status to limit results by.", "type": { - "kind": "OBJECT", - "name": "ProductToShippingClassConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "shortDescription", - "description": "Product short description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "userId", + "description": "Include comments for a specific user ID.", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCommentConnection", + "description": "Connection between the RootQuery type and the Comment type", + "fields": [ + { + "name": "edges", + "description": "Edges for the RootQueryToCommentConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RootQueryToCommentConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sku", - "description": "Product SKU", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "Product slug", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCommentConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "status", - "description": "Product status", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -57407,185 +59804,141 @@ "deprecationReason": null }, { - "name": "taxClass", - "description": "Tax class", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "ENUM", - "name": "TaxClassEnum", + "kind": "OBJECT", + "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ContentNodeIdTypeEnum", + "description": "The Type of Identifier used to fetch a single resource. Default is ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DATABASE_ID", + "description": "Identify a resource by the Database ID.", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "taxStatus", - "description": "Tax status", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", - "ofType": null - }, + "name": "ID", + "description": "Identify a resource by the (hashed) Global ID.", "isDeprecated": false, "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "URI", + "description": "Identify a resource by the URI.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RootQueryToContentNodeConnectionWhereArgs", + "description": "Arguments for filtering the RootQueryToContentNodeConnection connection", + "fields": null, + "inputFields": [ + { + "name": "contentTypes", + "description": "The Types of content to filter", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContentTypeEnum", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "dateQuery", + "description": "Filter the connection based on dates", "type": { - "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalSales", - "description": "Number total of sales", - "args": [], + "name": "hasPassword", + "description": "True for objects with passwords; False for objects without passwords; null for all objects with or without passwords", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Specific ID of the object", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "type", - "description": "Product type", - "args": [], + "name": "in", + "description": "Array of IDs for the objects to retrieve", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "mimeType", + "description": "Get objects with a specific mimeType property", "type": { "kind": "ENUM", - "name": "ProductTypesEnum", + "name": "MimeTypeEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "upsell", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "Slug / post_name of the object", "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "uri", - "description": "URI path for the resource", - "args": [], + "name": "nameIn", + "description": "Specify objects to retrieve. Use slugs", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -57593,129 +59946,148 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "visibleProducts", - "description": "Connection between the Product type and the visibleProduct type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToVisibleProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "name": "notIn", + "description": "Specify IDs NOT to retrieve. If this is used in the same query as \"in\", it will be ignored", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", "type": { - "kind": "OBJECT", - "name": "ProductToVisibleProductConnection", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostObjectsConnectionOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + "defaultValue": null + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "Product", - "ofType": null + "name": "parentNotIn", + "description": "Specify posts whose parent is not in an array", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "NodeWithComments", - "ofType": null + "name": "password", + "description": "Show posts with a specific password.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "NodeWithContentEditor", - "ofType": null + "name": "search", + "description": "Show Posts based on a keyword search", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "ofType": null + "name": "stati", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null }, { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null + "name": "title", + "description": "Title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ExternalProductToVariationAttributeConnection", - "description": "Connection between the ExternalProduct type and the VariationAttribute type", + "name": "RootQueryToContentNodeConnection", + "description": "Connection between the RootQuery type and the ContentNode type", "fields": [ { "name": "edges", - "description": "Edges for the ExternalProductToVariationAttributeConnection connection", + "description": "Edges for the RootQueryToContentNodeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "ExternalProductToVariationAttributeConnectionEdge", + "name": "RootQueryToContentNodeConnectionEdge", "ofType": null } }, @@ -57730,8 +60102,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "VariationAttribute", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null } }, @@ -57758,7 +60130,7 @@ }, { "kind": "OBJECT", - "name": "ExternalProductToVariationAttributeConnectionEdge", + "name": "RootQueryToContentNodeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -57778,8 +60150,8 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "OBJECT", - "name": "VariationAttribute", + "kind": "INTERFACE", + "name": "ContentNode", "ofType": null }, "isDeprecated": false, @@ -57791,50 +60163,92 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "ContentTypeIdTypeEnum", + "description": "The Type of Identifier used to fetch a single Content Type node. To be used along with the \"id\" field. Default is \"ID\".", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ID", + "description": "The globally unique ID", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAME", + "description": "The name of the content type.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "GeneralSettings", - "description": "The general setting type", + "name": "RootQueryToContentTypeConnection", + "description": "Connection between the RootQuery type and the ContentType type", "fields": [ { - "name": "dateFormat", - "description": "A date format for all date strings.", + "name": "edges", + "description": "Edges for the RootQueryToContentTypeConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RootQueryToContentTypeConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Site tagline.", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContentType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "email", - "description": "This address is used for admin purposes, like new user notification.", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToContentTypeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "language", - "description": "WordPress locale code.", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -57845,252 +60259,298 @@ "deprecationReason": null }, { - "name": "startOfWeek", - "description": "A day number of the week that the week should start on.", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ContentType", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CouponIdTypeEnum", + "description": "The Type of Identifier used to fetch a single Coupon. Default is ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CODE", + "description": "Coupon code.", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "timeFormat", - "description": "A time format for all time strings.", - "args": [], + "name": "DATABASE_ID", + "description": "Identify a resource by the Database ID.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID", + "description": "Identify a resource by the (hashed) Global ID.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RootQueryToCouponConnectionWhereArgs", + "description": "Arguments for filtering the RootQueryToCouponConnection connection", + "fields": null, + "inputFields": [ + { + "name": "code", + "description": "Limit result set to resources with a specific code.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "timezone", - "description": "A city in the same timezone as you.", - "args": [], + "name": "dateQuery", + "description": "Filter the connection based on dates.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "title", - "description": "Site title.", - "args": [], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PostTypeOrderbyInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "url", - "description": "Site URL.", - "args": [], + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "search", + "description": "Limit results to those matching a string.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "GroupProduct", - "description": "A group product object", + "name": "RootQueryToCouponConnection", + "description": "Connection between the RootQuery type and the Coupon type", "fields": [ { - "name": "addToCartDescription", - "description": "Product's add to cart button text description", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "addToCartText", - "description": "Product's add to cart button text description", + "name": "edges", + "description": "Edges for the RootQueryToCouponConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "attributes", - "description": "Connection between the Product type and the ProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RootQueryToCouponConnectionEdge", + "ofType": null } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToProductAttributeConnection", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "averageRating", - "description": "Product average count", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Coupon", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "catalogVisibility", - "description": "Catalog visibility", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCouponConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "commentStatus", - "description": "Whether the comments are open or closed for this particular post.", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Coupon", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RootQueryToCustomerConnectionWhereArgs", + "description": "Arguments for filtering the RootQueryToCustomerConnection connection", + "fields": null, + "inputFields": [ { - "name": "content", - "description": "The content of the post.", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "email", + "description": "Limit result set to resources with a specific email.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contentType", - "description": "Connection between the Product type and the ContentType type", - "args": [], + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", "type": { - "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "databaseId", - "description": "The ID of the product in the database", - "args": [], + "name": "include", + "description": "Limit result set to specific ids.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -58098,160 +60558,144 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "date", - "description": "Date product created", - "args": [], + "name": "order", + "description": "Order of results.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "OrderEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateGmt", - "description": "The publishing date set in GMT.", - "args": [], + "name": "orderby", + "description": "Order results by a specific field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "CustomerConnectionOrderbyEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleFrom", - "description": "Date on sale from", - "args": [], + "name": "role", + "description": "Limit result set to resources with a specific role.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "UserRoleEnum", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "dateOnSaleTo", - "description": "Date on sale to", - "args": [], + "name": "roleIn", + "description": "Limit result set to resources with a specific group of roles.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UserRoleEnum", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "defaultAttributes", - "description": "Connection between the GroupProduct type and the VariationAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "roleNotIn", + "description": "Limit result set to resources not within a specific group of roles.", "type": { - "kind": "OBJECT", - "name": "GroupProductToVariationAttributeConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "UserRoleEnum", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "description", - "description": "Product description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "search", + "description": "Limit results to those matching a string.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCustomerConnection", + "description": "Connection between the RootQuery type and the Customer type", + "fields": [ + { + "name": "edges", + "description": "Edges for the RootQueryToCustomerConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RootQueryToCustomerConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "desiredSlug", - "description": "The desired slug of the post", + "name": "nodes", + "description": "The nodes of the connection, without the edges", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Customer", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { "kind": "OBJECT", - "name": "ContentNodeToEditLockConnectionEdge", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RootQueryToCustomerConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "enclosure", - "description": "The RSS enclosure for the object", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -58262,162 +60706,101 @@ "deprecationReason": null }, { - "name": "enqueuedScripts", - "description": "Connection between the ContentNode type and the EnqueuedScript type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "node", + "description": "The item at the end of the edge", + "args": [], "type": { "kind": "OBJECT", - "name": "ContentNodeToEnqueuedScriptConnection", + "name": "Customer", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DiscussionSettings", + "description": "The discussion setting type", + "fields": [ { - "name": "enqueuedStylesheets", - "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "defaultCommentStatus", + "description": "Allow people to submit comments on new posts.", + "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEnqueuedStylesheetConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "featured", - "description": "If the product is featured", + "name": "defaultPingStatus", + "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProductIdTypeEnum", + "description": "The Type of Identifier used to fetch a single Product. Default is ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "featuredImage", - "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", - "ofType": null - }, + "name": "DATABASE_ID", + "description": "Identify a resource by the Database ID.", "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageDatabaseId", - "description": "The database identifier for the featured image node assigned to the content node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "ID", + "description": "Identify a resource by the (hashed) Global ID.", "isDeprecated": false, "deprecationReason": null }, { - "name": "featuredImageId", - "description": "Globally unique ID of the featured image assigned to the node", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, + "name": "SKU", + "description": "Unique store identifier for product.", "isDeprecated": false, "deprecationReason": null }, { - "name": "galleryImages", - "description": "Connection between the Product type and the MediaItem type", + "name": "SLUG", + "description": "Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ExternalProduct", + "description": "A external product object", + "fields": [ + { + "name": "attributes", + "description": "Connection between the Product type and the ProductAttribute type", "args": [ { "name": "first", @@ -58464,7 +60847,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToMediaItemConnectionWhereArgs", + "name": "ProductToProductAttributeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -58472,97 +60855,117 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToMediaItemConnection", + "name": "ProductToProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "globalAttributes", - "description": "Connection between the Product type and the GlobalProductAttribute type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, + "name": "averageRating", + "description": "Product average count", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "buttonText", + "description": "External product Buy button text", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "catalogVisibility", + "description": "Catalog visibility", + "args": [], + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "content", + "description": "The content of the post.", + "args": [ { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "format", + "description": "Format of the field output", "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToGlobalProductAttributeConnectionWhereArgs", + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "ProductToGlobalProductAttributeConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the product", + "name": "databaseId", + "description": "The ID of the product in the database", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, @@ -58570,56 +60973,44 @@ "deprecationReason": null }, { - "name": "image", - "description": "Main image", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isPreview", - "description": "Whether the object is a node in the preview state", + "name": "date", + "description": "Date product created", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", + "name": "dateGmt", + "description": "The publishing date set in GMT.", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lastEditedBy", - "description": "The user that most recently edited the node", + "name": "dateOnSaleFrom", + "description": "Date on sale from", "args": [], "type": { - "kind": "OBJECT", - "name": "ContentNodeToEditLastConnectionEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", - "description": "The permalink of the post", + "name": "dateOnSaleTo", + "description": "Date on sale to", "args": [], "type": { "kind": "SCALAR", @@ -58630,8 +61021,8 @@ "deprecationReason": null }, { - "name": "localAttributes", - "description": "Connection between the Product type and the LocalProductAttribute type", + "name": "defaultAttributes", + "description": "Connection between the ExternalProduct type and the VariationAttribute type", "args": [ { "name": "first", @@ -58672,93 +61063,31 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToLocalProductAttributeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductToLocalProductAttributeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "menuOrder", - "description": "Menu order", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "ExternalProductToVariationAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metaData", - "description": "Object meta data", + "name": "description", + "description": "Product description", "args": [ { - "name": "key", - "description": "Retrieve meta by key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "keysIn", - "description": "Retrieve multiple metas by key", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "multiple", - "description": "Retrieve meta with matching keys", + "name": "format", + "description": "Format of the field output", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", "ofType": null }, "defaultValue": null } ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MetaData", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "modified", - "description": "Date product last updated", - "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -58768,8 +61097,8 @@ "deprecationReason": null }, { - "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "name": "desiredSlug", + "description": "The desired slug of the post", "args": [], "type": { "kind": "SCALAR", @@ -58780,32 +61109,32 @@ "deprecationReason": null }, { - "name": "name", - "description": "Product name", + "name": "editingLockedBy", + "description": "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", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "onSale", - "description": "Is product on sale?", + "name": "enclosure", + "description": "The RSS enclosure for the object", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paColors", - "description": "Connection between the Product type and the paColor type", + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", "args": [ { "name": "first", @@ -58846,29 +61175,19 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaColorConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductToPaColorConnection", + "name": "ContentNodeToEnqueuedScriptConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paSizes", - "description": "Connection between the Product type and the paSize type", + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", "args": [ { "name": "first", @@ -58909,77 +61228,79 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToPaSizeConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "OBJECT", - "name": "ProductToPaSizeConnection", + "name": "ContentNodeToEnqueuedStylesheetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parent", - "description": "Parent product", + "name": "externalUrl", + "description": "External product url", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionDatabaseId", - "description": "The database id of the preview node", + "name": "featured", + "description": "If the product is featured", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "previewRevisionId", - "description": "Whether the object is a node in the preview state", + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "price", - "description": "Products' price range", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productCategories", - "description": "Connection between the Product type and the productCategory type", + "name": "galleryImages", + "description": "Connection between the Product type and the MediaItem type", "args": [ { "name": "first", @@ -59026,7 +61347,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductCategoryConnectionWhereArgs", + "name": "ProductToMediaItemConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59034,15 +61355,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductCategoryConnection", + "name": "ProductToMediaItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTags", - "description": "Connection between the Product type and the productTag type", + "name": "globalAttributes", + "description": "Connection between the Product type and the GlobalProductAttribute type", "args": [ { "name": "first", @@ -59089,7 +61410,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductTagConnectionWhereArgs", + "name": "ProductToGlobalProductAttributeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59097,15 +61418,103 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductTagConnection", + "name": "ProductToGlobalProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productTypes", - "description": "Connection between the Product type and the productType type", + "name": "guid", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The globally unique identifier for the product", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "image", + "description": "Main image", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isPreview", + "description": "Whether the object is a node in the preview state", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "link", + "description": "The permalink of the post", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "localAttributes", + "description": "Connection between the Product type and the LocalProductAttribute type", "args": [ { "name": "first", @@ -59152,7 +61561,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductTypeConnectionWhereArgs", + "name": "ProductToLocalProductAttributeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59160,39 +61569,31 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductTypeConnection", + "name": "ProductToLocalProductAttributeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "products", - "description": "Connection between the GroupProduct type and the Product type", + "name": "menuOrder", + "description": "Menu order", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metaData", + "description": "Object meta data", "args": [ { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "name": "key", + "description": "Retrieve meta by key", "type": { "kind": "SCALAR", "name": "String", @@ -59201,49 +61602,57 @@ "defaultValue": null }, { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "name": "keysIn", + "description": "Retrieve multiple metas by key", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "where", - "description": "Arguments for filtering the connection", + "name": "multiple", + "description": "Retrieve meta with matching keys", "type": { - "kind": "INPUT_OBJECT", - "name": "GroupProductToProductConnectionWhereArgs", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "GroupProductToProductConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "purchasable", - "description": "Can product be purchased?", + "name": "modified", + "description": "Date product last updated", "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "purchaseNote", - "description": "Purchase note", + "name": "modifiedGmt", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -59254,83 +61663,32 @@ "deprecationReason": null }, { - "name": "related", - "description": "Connection between the Product type and the Product type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "name", + "description": "Product name", + "args": [], "type": { - "kind": "OBJECT", - "name": "ProductToProductConnection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reviewCount", - "description": "Product review count", + "name": "onSale", + "description": "Is product on sale?", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reviews", - "description": "Connection between the Product type and the Comment type", + "name": "paColors", + "description": "Connection between the Product type and the paColor type", "args": [ { "name": "first", @@ -59377,7 +61735,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToCommentConnectionWhereArgs", + "name": "ProductToPaColorConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59385,27 +61743,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToCommentConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reviewsAllowed", - "description": "If reviews are allowed", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "ProductToPaColorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shippingClasses", - "description": "Connection between the Product type and the shippingClass type", + "name": "paSizes", + "description": "Connection between the Product type and the paSize type", "args": [ { "name": "first", @@ -59452,7 +61798,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", + "name": "ProductToPaSizeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59460,63 +61806,63 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToShippingClassConnection", + "name": "ProductToPaSizeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "shortDescription", - "description": "Product short description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "parent", + "description": "Parent product", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sku", - "description": "Product SKU", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": "Product slug", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": "Product status", - "args": [], + "name": "price", + "description": "Product's active price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -59526,8 +61872,8 @@ "deprecationReason": null }, { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", + "name": "productCategories", + "description": "Connection between the Product type and the productCategory type", "args": [ { "name": "first", @@ -59574,7 +61920,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", + "name": "ProductToProductCategoryConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59582,39 +61928,15 @@ ], "type": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalSales", - "description": "Number total of sales", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": "Product type", - "args": [], - "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", + "name": "ProductToProductCategoryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "upsell", - "description": "Connection between the Product type and the Product type", + "name": "productTags", + "description": "Connection between the Product type and the productTag type", "args": [ { "name": "first", @@ -59661,7 +61983,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", + "name": "ProductToProductTagConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59669,31 +61991,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductConnection", + "name": "ProductToProductTagConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uri", - "description": "URI path for the resource", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "visibleProducts", - "description": "Connection between the Product type and the visibleProduct type", + "name": "productTypes", + "description": "Connection between the Product type and the productType type", "args": [ { "name": "first", @@ -59740,7 +62046,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToVisibleProductConnectionWhereArgs", + "name": "ProductToProductTypeConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -59748,118 +62054,51 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToVisibleProductConnection", + "name": "ProductToProductTypeConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Product", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithComments", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithContentEditor", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "NodeWithFeaturedImage", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "ContentNode", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "UniformResourceIdentifiable", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GroupProductToVariationAttributeConnection", - "description": "Connection between the GroupProduct type and the VariationAttribute type", - "fields": [ - { - "name": "edges", - "description": "Edges for the GroupProductToVariationAttributeConnection connection", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "GroupProductToVariationAttributeConnectionEdge", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "nodes", - "description": "The nodes of the connection, without the edges", + "name": "purchasable", + "description": "Can product be purchased?", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "VariationAttribute", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information about pagination in a connection.", + "name": "purchaseNote", + "description": "Purchase note", "args": [], "type": { - "kind": "OBJECT", - "name": "WPPageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GroupProductToVariationAttributeConnectionEdge", - "description": "An edge in a connection", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination", - "args": [], + "name": "regularPrice", + "description": "Product's regular price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", "name": "String", @@ -59869,382 +62108,429 @@ "deprecationReason": null }, { - "name": "node", - "description": "The item at the end of the edge", - "args": [], + "name": "related", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "VariationAttribute", + "name": "ProductToProductConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "GroupProductToProductConnectionWhereArgs", - "description": "Arguments for filtering the GroupProductToProductConnection connection", - "fields": null, - "inputFields": [ - { - "name": "attribute", - "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "attributeTerm", - "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "category", - "description": "Limit result set to products assigned a specific category name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null }, { - "name": "categoryId", - "description": "Limit result set to products assigned a specific category name.", + "name": "reviewCount", + "description": "Product review count", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null - }, - { - "name": "categoryIdIn", - "description": "Limit result set to products assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryIdNotIn", - "description": "Limit result set to products not assigned to a specific group of category IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryIn", - "description": "Limit result set to products assigned to a group of specific categories by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "categoryNotIn", - "description": "Limit result set to products not assigned to a group of specific categories by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "dateQuery", - "description": "Filter the connection based on dates.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DateQueryInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exclude", - "description": "Ensure result set excludes specific IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "featured", - "description": "Limit result set to featured products.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "include", - "description": "Limit result set to specific ids.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "reviews", + "description": "Connection between the Product type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "maxPrice", - "description": "Limit result set to products based on a maximum price.", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "minPrice", - "description": "Limit result set to products based on a minimum price.", + ], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "ProductToCommentConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "onSale", - "description": "Limit result set to products on sale.", + "name": "reviewsAllowed", + "description": "If reviews are allowed", + "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "orderby", - "description": "What paramater to use to order the objects by.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductsOrderbyInput", - "ofType": null + "name": "salePrice", + "description": "Product's sale price", + "args": [ + { + "name": "format", + "description": "Format of the price", + "type": { + "kind": "ENUM", + "name": "PricingFieldFormatEnum", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Use ID to return only children. Use 0 to return only top-level items.", + ], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "parentIn", - "description": "Specify objects whose parent is in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parentNotIn", - "description": "Specify objects whose parent is not in an array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "shippingClasses", + "description": "Connection between the Product type and the shippingClass type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToShippingClassConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "search", - "description": "Limit result set to products based on a keyword search.", + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductToShippingClassConnection", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shippingClassId", - "description": "Limit result set to products assigned a specific shipping class ID.", + "name": "shortDescription", + "description": "Product short description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "sku", - "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "description": "Product SKU", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "slug", - "description": "Limit result set to products with a specific slug.", + "description": "Product slug", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "status", - "description": "Limit result set to products assigned a specific status.", + "description": "Product status", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "stockStatus", - "description": "Limit result set to products in stock or out of stock.", + "name": "taxClass", + "description": "Tax class", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - } + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "supportedTypesOnly", - "description": "Limit result types to types supported by WooGraphQL.", + "name": "taxStatus", + "description": "Tax status", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "TaxStatusEnum", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tag", - "description": "Limit result set to products assigned a specific tag name.", + "name": "template", + "description": "The template assigned to a node of content", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "ContentTemplate", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagId", - "description": "Limit result set to products assigned a specific tag ID.", + "name": "totalSales", + "description": "Number total of sales", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdIn", - "description": "Limit result set to products assigned to a specific group of tag IDs.", + "name": "type", + "description": "Product type", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIdNotIn", - "description": "Limit result set to products not assigned to a specific group of tag IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "upsell", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToUpsellConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToUpsellConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagIn", - "description": "Limit result set to products assigned to a specific group of tags by name.", + "name": "uri", + "description": "URI path for the resource", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -60252,104 +62538,129 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tagNotIn", - "description": "Limit result set to products not assigned to a specific group of tags by name.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "name": "visibleProducts", + "description": "Connection between the Product type and the visibleProduct type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToVisibleProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToVisibleProductConnection", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "taxonomyFilter", - "description": "Limit result set with complex set of taxonomy filters.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProductTaxonomyFilterRelationInput", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "Product", + "ofType": null }, { - "name": "type", - "description": "Limit result set to products assigned a specific type.", - "type": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "NodeWithComments", + "ofType": null }, { - "name": "typeIn", - "description": "Limit result set to products assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "NodeWithContentEditor", + "ofType": null }, { - "name": "typeNotIn", - "description": "Limit result set to products not assigned to a group of specific types.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProductTypesEnum", - "ofType": null - } - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "ofType": null }, { - "name": "visibility", - "description": "Limit result set to products with a specific visibility level.", - "type": { - "kind": "ENUM", - "name": "CatalogVisibilityEnum", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "GroupProductToProductConnection", - "description": "Connection between the GroupProduct type and the Product type", + "name": "ExternalProductToVariationAttributeConnection", + "description": "Connection between the ExternalProduct type and the VariationAttribute type", "fields": [ { "name": "edges", - "description": "Edges for the GroupProductToProductConnection connection", + "description": "Edges for the ExternalProductToVariationAttributeConnection connection", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "GroupProductToProductConnectionEdge", + "name": "ExternalProductToVariationAttributeConnectionEdge", "ofType": null } }, @@ -60364,8 +62675,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "VariationAttribute", "ofType": null } }, @@ -60392,7 +62703,7 @@ }, { "kind": "OBJECT", - "name": "GroupProductToProductConnectionEdge", + "name": "ExternalProductToVariationAttributeConnectionEdge", "description": "An edge in a connection", "fields": [ { @@ -60412,8 +62723,127 @@ "description": "The item at the end of the edge", "args": [], "type": { - "kind": "INTERFACE", - "name": "Product", + "kind": "OBJECT", + "name": "VariationAttribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GeneralSettings", + "description": "The general setting type", + "fields": [ + { + "name": "dateFormat", + "description": "A date format for all date strings.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Site tagline.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "email", + "description": "This address is used for admin purposes, like new user notification.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": "WordPress locale code.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startOfWeek", + "description": "A day number of the week that the week should start on.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "timeFormat", + "description": "A time format for all time strings.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "timezone", + "description": "A city in the same timezone as you.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "Site title.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "Site URL.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -60845,7 +63275,7 @@ { "kind": "OBJECT", "name": "Menu", - "description": "Menus are the containers for navigation items. Menus can be assigned to menu\nlocations, which are typically registered by the active theme.", + "description": "Menus are the containers for navigation items. Menus can be assigned to menu locations, which are typically registered by the active theme.", "fields": [ { "name": "count", @@ -62413,7 +64843,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -62447,7 +64877,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -62773,7 +65203,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -62807,7 +65237,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -63937,7 +66367,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -63971,7 +66401,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -64727,7 +67157,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -64761,7 +67191,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -65128,7 +67558,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -65162,7 +67592,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -65488,7 +67918,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -65522,7 +67952,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -67164,7 +69594,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -67198,7 +69628,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -67686,7 +70116,7 @@ }, { "name": "commentCount", - "description": "The number of comments. Even though WPGraphQL denotes this field as an\ninteger, in WordPress this field should be saved as a numeric string for compatibility.", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", "args": [], "type": { "kind": "SCALAR", @@ -67733,11 +70163,11 @@ }, { "name": "contentType", - "description": "Connection between the Product type and the ContentType type", + "description": "Connection between the ContentNode type and the ContentType type", "args": [], "type": { "kind": "OBJECT", - "name": "ProductToContentTypeConnectionEdge", + "name": "ContentNodeToContentTypeConnectionEdge", "ofType": null }, "isDeprecated": false, @@ -68012,7 +70442,7 @@ }, { "name": "editingLockedBy", - "description": "If a user has edited the node within the past 15 seconds, this will return the\nuser that last edited. Null if the edit lock doesn't exist or is greater\nthan 15 seconds", + "description": "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", "args": [], "type": { "kind": "OBJECT", @@ -68316,7 +70746,7 @@ }, { "name": "guid", - "description": "The global unique identifier for this post. This currently matches the value\nstored in WP_Post->guid and the guid column in the "post_objects"\ndatabase table.", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -68578,7 +71008,7 @@ }, { "name": "modifiedGmt", - "description": "The GMT modified time for a post. If a post was recently updated the modified\nfield will change to match the corresponding time in GMT.", + "description": "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.", "args": [], "type": { "kind": "SCALAR", @@ -69267,213 +71697,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToShippingClassConnectionWhereArgs", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "ProductToShippingClassConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shippingRequired", - "description": "Does product need to be shipped?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shippingTaxable", - "description": "Is product shipping taxable?", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shortDescription", - "description": "Product short description", - "args": [ - { - "name": "format", - "description": "Format of the field output", - "type": { - "kind": "ENUM", - "name": "PostObjectFieldFormatEnum", - "ofType": null - }, - "defaultValue": null - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sku", - "description": "Product SKU", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "Product slug", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "soldIndividually", - "description": "If should be sold individually", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status", - "description": "Product status", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "stockQuantity", - "description": "Number of items available for sale", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "stockStatus", - "description": "Product stock status", - "args": [], - "type": { - "kind": "ENUM", - "name": "StockStatusEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxClass", - "description": "Tax class", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxClassEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxStatus", - "description": "Tax status", - "args": [], - "type": { - "kind": "ENUM", - "name": "TaxStatusEnum", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "terms", - "description": "Connection between the ContentNode type and the TermNode type", - "args": [ - { - "name": "first", - "description": "The number of items to return after the referenced \"after\" cursor", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "after", - "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "where", - "description": "Arguments for filtering the connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContentNodeToTermNodeConnectionWhereArgs", + "name": "ProductToShippingClassConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -69481,7 +71705,162 @@ ], "type": { "kind": "OBJECT", - "name": "ContentNodeToTermNodeConnection", + "name": "ProductToShippingClassConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingRequired", + "description": "Does product need to be shipped?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingTaxable", + "description": "Is product shipping taxable?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shortDescription", + "description": "Product short description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sku", + "description": "Product SKU", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": "Product slug", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "soldIndividually", + "description": "If should be sold individually", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": "Product status", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stockQuantity", + "description": "Number of items available for sale", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stockStatus", + "description": "Product stock status", + "args": [], + "type": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxClass", + "description": "Tax class", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxClassEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxStatus", + "description": "Tax status", + "args": [], + "type": { + "kind": "ENUM", + "name": "TaxStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": "The template assigned to a node of content", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentTemplate", "ofType": null }, "isDeprecated": false, @@ -69560,7 +71939,7 @@ "description": "Arguments for filtering the connection", "type": { "kind": "INPUT_OBJECT", - "name": "ProductToProductConnectionWhereArgs", + "name": "ProductToUpsellConnectionWhereArgs", "ofType": null }, "defaultValue": null @@ -69568,7 +71947,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProductToProductConnection", + "name": "ProductToUpsellConnection", "ofType": null }, "isDeprecated": false, @@ -70429,7 +72808,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -70463,7 +72842,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -71132,7 +73511,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -71166,7 +73545,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -71444,7 +73823,7 @@ "fields": [ { "name": "author", - "description": "Name of the theme author(s), could also be a company name. This field is\nequivalent to WP_Theme->get( "Author" ).", + "description": "Name of the theme author(s), could also be a company name. This field is equivalent to WP_Theme->get( "Author" ).", "args": [], "type": { "kind": "SCALAR", @@ -71520,7 +73899,7 @@ }, { "name": "screenshot", - "description": "The URL of the screenshot for the theme. The screenshot is intended to give an\noverview of what the theme looks like. This field is equivalent to\nWP_Theme->get_screenshot().", + "description": "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().", "args": [], "type": { "kind": "SCALAR", @@ -71532,7 +73911,7 @@ }, { "name": "slug", - "description": "The theme slug is used to internally match themes. Theme slugs can have\nsubdirectories like: my-theme/sub-theme. This field is equivalent to\nWP_Theme->get_stylesheet().", + "description": "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().", "args": [], "type": { "kind": "SCALAR", @@ -71560,7 +73939,7 @@ }, { "name": "themeUri", - "description": "A URI if the theme has a website associated with it. The Theme URI is handy\nfor directing users to a theme site for support etc. This field is equivalent\nto WP_Theme->get( "ThemeURI" ).", + "description": "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" ).", "args": [], "type": { "kind": "SCALAR", @@ -71961,7 +74340,7 @@ }, { "name": "role", - "description": "An array of role names that users must match to be included in results. Note\nthat this is an inclusive list: users must match *each* role.", + "description": "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.", "type": { "kind": "ENUM", "name": "UserRoleEnum", @@ -71999,7 +74378,7 @@ }, { "name": "search", - "description": "Search keyword. Searches for possible string matches on columns. When\n\"searchColumns\" is left empty, it tries to determine which column to search in\nbased on search string.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -72014,8 +74393,8 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "UsersConnectionSearchColumnEnum", "ofType": null } }, @@ -72120,6 +74499,53 @@ ], "possibleTypes": null }, + { + "kind": "ENUM", + "name": "UsersConnectionSearchColumnEnum", + "description": "Names of available user roles", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "AUTHOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTRIBUTOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CUSTOMER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDITOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SHOP_MANAGER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUBSCRIBER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "RootQueryToUserConnection", @@ -72279,7 +74705,7 @@ }, { "name": "childless", - "description": "True to limit results to terms that have no children. This parameter has no\neffect on non-hierarchical taxonomies. Default false.", + "description": "True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -72313,7 +74739,7 @@ }, { "name": "excludeTree", - "description": "Array of term ids to exclude along with all of their descendant terms. If\n$include is non-empty, $exclude_tree is ignored. Default empty array.", + "description": "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.", "type": { "kind": "LIST", "name": null, @@ -74561,13 +76987,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -74617,7 +77039,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -74652,13 +77074,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -74689,13 +77107,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -74735,7 +77149,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -74758,13 +77172,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -74807,13 +77217,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -74853,7 +77259,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -74876,13 +77282,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -74925,13 +77327,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -74971,7 +77369,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -74994,13 +77392,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75043,13 +77437,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75099,7 +77489,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75122,13 +77512,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75171,13 +77557,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75217,7 +77599,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75240,13 +77622,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75289,13 +77667,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75335,7 +77709,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75358,13 +77732,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75407,13 +77777,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75453,7 +77819,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75476,13 +77842,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75525,13 +77887,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75571,7 +77929,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75594,13 +77952,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75643,13 +77997,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75689,7 +78039,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -75712,13 +78062,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75761,13 +78107,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -75844,13 +78186,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -75871,13 +78209,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -76013,13 +78347,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -76040,13 +78370,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -76091,13 +78417,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -76138,13 +78460,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -76460,13 +78778,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -76545,13 +78859,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -76591,7 +78901,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -76626,13 +78936,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -76649,16 +78955,6 @@ "description": "Input for the createComment mutation", "fields": null, "inputFields": [ - { - "name": "agent", - "description": "User agent used to post the comment.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "approved", "description": "The approval status of the comment.", @@ -76689,16 +78985,6 @@ }, "defaultValue": null }, - { - "name": "authorIp", - "description": "IP address for the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "authorUrl", "description": "The url of the comment's author.", @@ -76713,13 +78999,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -76745,7 +79027,7 @@ }, { "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day ( e.g.\n01/31/2017 ) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "description": "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 ", "type": { "kind": "SCALAR", "name": "String", @@ -76772,16 +79054,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "userId", - "description": "The userID of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null } ], "interfaces": null, @@ -76798,13 +79070,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -76823,7 +79091,7 @@ }, { "name": "success", - "description": "Whether the mutation succeeded. If the comment is not approved, the server\nwill not return the comment to a non authenticated user, but a success message\ncan be returned if the create succeeded, and the client can optimistically add\nthe comment to the client cache", + "description": "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", "args": [], "type": { "kind": "SCALAR", @@ -76879,13 +79147,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -77049,13 +79313,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -77098,13 +79358,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -77566,13 +79822,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -77627,13 +79879,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -77663,7 +79911,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -77686,13 +79934,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -77735,13 +79979,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -77771,7 +80011,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -77794,13 +80034,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -77843,13 +80079,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -77875,7 +80107,7 @@ }, { "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day (e.g.\n01/31/2017) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "description": "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 ", "type": { "kind": "SCALAR", "name": "String", @@ -77885,7 +80117,7 @@ }, { "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", "type": { "kind": "SCALAR", "name": "Int", @@ -77958,13 +80190,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78017,13 +80245,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -78049,7 +80273,7 @@ }, { "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day (e.g.\n01/31/2017) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "description": "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 ", "type": { "kind": "SCALAR", "name": "String", @@ -78069,7 +80293,7 @@ }, { "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", "type": { "kind": "SCALAR", "name": "Int", @@ -78188,7 +80412,7 @@ "inputFields": [ { "name": "append", - "description": "If true, this will append the category to existing related categories. If\nfalse, this will replace existing relationships. Default true.", + "description": "If true, this will append the category to existing related categories. If false, this will replace existing relationships. Default true.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -78218,12 +80442,12 @@ { "kind": "INPUT_OBJECT", "name": "PostCategoriesNodeInput", - "description": "List of categories to connect the post to. If an ID is set, it will be used to\ncreate the connection. If not, it will look for a slug. If neither are valid\nexisting terms, and the site is configured to allow terms to be created during\npost mutations, a term will be created using the Name if it exists in the input,\nthen fallback to the slug if it exists.", + "description": "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.", "fields": null, "inputFields": [ { "name": "description", - "description": "The description of the category. This field is used to set a description of\nthe category if a new one is created during the mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78233,7 +80457,7 @@ }, { "name": "id", - "description": "The ID of the category. If present, this will be used to connect to the post.\nIf no existing category exists with this ID, no connection will be made.", + "description": "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.", "type": { "kind": "SCALAR", "name": "ID", @@ -78243,7 +80467,7 @@ }, { "name": "name", - "description": "The name of the category. This field is used to create a new term, if term\ncreation is enabled in nested mutations, and if one does not already exist\nwith the provided slug or ID or if a slug or ID is not provided. If no name is\nincluded and a term is created, the creation will fallback to the slug field.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78253,7 +80477,7 @@ }, { "name": "slug", - "description": "The slug of the category. If no ID is present, this field will be used to make\na connection. If no existing term exists with this slug, this field will be\nused as a fallback to the Name field when creating a new term to connect to,\nif term creation is enabled as a nested mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78274,7 +80498,7 @@ "inputFields": [ { "name": "append", - "description": "If true, this will append the postFormat to existing related postFormats. If\nfalse, this will replace existing relationships. Default true.", + "description": "If true, this will append the postFormat to existing related postFormats. If false, this will replace existing relationships. Default true.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -78304,12 +80528,12 @@ { "kind": "INPUT_OBJECT", "name": "PostPostFormatsNodeInput", - "description": "List of postFormats to connect the post to. If an ID is set, it will be used to\ncreate the connection. If not, it will look for a slug. If neither are valid\nexisting terms, and the site is configured to allow terms to be created during\npost mutations, a term will be created using the Name if it exists in the input,\nthen fallback to the slug if it exists.", + "description": "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.", "fields": null, "inputFields": [ { "name": "description", - "description": "The description of the postFormat. This field is used to set a description of\nthe postFormat if a new one is created during the mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78319,7 +80543,7 @@ }, { "name": "id", - "description": "The ID of the postFormat. If present, this will be used to connect to the\npost. If no existing postFormat exists with this ID, no connection will be made.", + "description": "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.", "type": { "kind": "SCALAR", "name": "ID", @@ -78329,7 +80553,7 @@ }, { "name": "name", - "description": "The name of the postFormat. This field is used to create a new term, if term\ncreation is enabled in nested mutations, and if one does not already exist\nwith the provided slug or ID or if a slug or ID is not provided. If no name is\nincluded and a term is created, the creation will fallback to the slug field.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78339,7 +80563,7 @@ }, { "name": "slug", - "description": "The slug of the postFormat. If no ID is present, this field will be used to\nmake a connection. If no existing term exists with this slug, this field will\nbe used as a fallback to the Name field when creating a new term to connect\nto, if term creation is enabled as a nested mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78360,7 +80584,7 @@ "inputFields": [ { "name": "append", - "description": "If true, this will append the tag to existing related tags. If false, this\nwill replace existing relationships. Default true.", + "description": "If true, this will append the tag to existing related tags. If false, this will replace existing relationships. Default true.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -78390,12 +80614,12 @@ { "kind": "INPUT_OBJECT", "name": "PostTagsNodeInput", - "description": "List of tags to connect the post to. If an ID is set, it will be used to create\nthe connection. If not, it will look for a slug. If neither are valid existing\nterms, and the site is configured to allow terms to be created during post\nmutations, a term will be created using the Name if it exists in the input, then\nfallback to the slug if it exists.", + "description": "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.", "fields": null, "inputFields": [ { "name": "description", - "description": "The description of the tag. This field is used to set a description of the tag\nif a new one is created during the mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78405,7 +80629,7 @@ }, { "name": "id", - "description": "The ID of the tag. If present, this will be used to connect to the post. If no\nexisting tag exists with this ID, no connection will be made.", + "description": "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.", "type": { "kind": "SCALAR", "name": "ID", @@ -78415,7 +80639,7 @@ }, { "name": "name", - "description": "The name of the tag. This field is used to create a new term, if term creation\nis enabled in nested mutations, and if one does not already exist with the\nprovided slug or ID or if a slug or ID is not provided. If no name is included\nand a term is created, the creation will fallback to the slug field.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78425,7 +80649,7 @@ }, { "name": "slug", - "description": "The slug of the tag. If no ID is present, this field will be used to make a\nconnection. If no existing term exists with this slug, this field will be used\nas a fallback to the Name field when creating a new term to connect to, if\nterm creation is enabled as a nested mutation.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78448,13 +80672,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78497,13 +80717,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -78533,7 +80749,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78556,13 +80772,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78605,13 +80817,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -78651,7 +80859,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78674,13 +80882,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78723,13 +80927,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -78759,7 +80959,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78782,13 +80982,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78831,13 +81027,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -78867,7 +81059,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -78890,13 +81082,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -78938,104 +81126,6 @@ { "name": "clientMutationId", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "description", - "description": "The description of the product_shipping_class object", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "name", - "description": "The name of the product_shipping_class object to mutate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateShippingClassPayload", - "description": "The payload for the createShippingClass mutation", - "fields": [ - { - "name": "clientMutationId", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shippingClass", - "description": "The created product_shipping_class", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ShippingClass", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateTagInput", - "description": "Input for the createTag mutation", - "fields": null, - "inputFields": [ - { - "name": "aliasOf", - "description": "The slug that the post_tag will be an alias of", "type": { "kind": "SCALAR", "name": "String", @@ -79043,23 +81133,9 @@ }, "defaultValue": null }, - { - "name": "clientMutationId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "description", - "description": "The description of the post_tag object", + "description": "The description of the product_shipping_class object", "type": { "kind": "SCALAR", "name": "String", @@ -79069,7 +81145,7 @@ }, { "name": "name", - "description": "The name of the post_tag object to mutate", + "description": "The name of the product_shipping_class object to mutate", "type": { "kind": "NON_NULL", "name": null, @@ -79083,7 +81159,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -79098,13 +81174,78 @@ }, { "kind": "OBJECT", - "name": "CreateTagPayload", - "description": "The payload for the createTag mutation", + "name": "CreateShippingClassPayload", + "description": "The payload for the createShippingClass mutation", "fields": [ { "name": "clientMutationId", "description": null, "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shippingClass", + "description": "The created product_shipping_class", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTagInput", + "description": "Input for the createTag mutation", + "fields": null, + "inputFields": [ + { + "name": "aliasOf", + "description": "The slug that the post_tag will be an alias of", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "The description of the post_tag object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "The name of the post_tag object to mutate", "type": { "kind": "NON_NULL", "name": null, @@ -79114,6 +81255,37 @@ "ofType": null } }, + "defaultValue": null + }, + { + "name": "slug", + "description": "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.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTagPayload", + "description": "The payload for the createTag mutation", + "fields": [ + { + "name": "clientMutationId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, @@ -79155,13 +81327,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79177,7 +81345,7 @@ }, { "name": "displayName", - "description": "A string that will be shown on the site. Defaults to user's username. It is\nlikely that you will want to change this, for both appearance and security\nthrough obscurity (that is if you dont use and delete the default admin user).", + "description": "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).", "type": { "kind": "SCALAR", "name": "String", @@ -79348,13 +81516,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79397,13 +81561,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79433,7 +81593,7 @@ }, { "name": "slug", - "description": "If this argument exists then the slug will be checked to see if it is not an\nexisting valid term. If that check succeeds (it is not a valid term), then it\nis added and the term id is given. If it fails, then a check is made to\nwhether the taxonomy is hierarchical and the parent argument is not empty. If\nthe second check succeeds, the term will be inserted and the term id will be\ngiven. If the slug argument is empty, then it will be calculated from the term name.", + "description": "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.", "type": { "kind": "SCALAR", "name": "String", @@ -79456,13 +81616,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79495,13 +81651,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79546,13 +81698,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79585,13 +81733,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79634,13 +81778,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79685,13 +81825,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79734,13 +81870,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79785,13 +81917,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79840,13 +81968,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79879,13 +82003,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -79938,13 +82058,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -79977,13 +82093,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80016,13 +82128,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80067,13 +82175,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80106,13 +82210,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80157,13 +82257,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80206,13 +82302,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80257,13 +82349,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80306,13 +82394,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80357,13 +82441,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80396,13 +82476,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80447,13 +82523,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80486,13 +82558,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80537,13 +82605,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80576,13 +82640,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80627,13 +82687,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80666,13 +82722,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80717,13 +82769,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80778,13 +82826,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80829,13 +82873,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80868,13 +82908,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -80919,13 +82955,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -80958,13 +82990,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81009,13 +83037,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81058,13 +83082,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81109,13 +83129,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81148,13 +83164,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81195,17 +83207,23 @@ "description": "Input for the emptyCart mutation", "fields": null, "inputFields": [ + { + "name": "clearPersistentCart", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, { "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null } @@ -81236,13 +83254,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81295,13 +83309,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81317,7 +83327,7 @@ }, { "name": "displayName", - "description": "A string that will be shown on the site. Defaults to user's username. It is\nlikely that you will want to change this, for both appearance and security\nthrough obscurity (that is if you dont use and delete the default admin user).", + "description": "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).", "type": { "kind": "SCALAR", "name": "String", @@ -81449,13 +83459,9 @@ "name": "username", "description": "A string that contains the user's username.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81494,13 +83500,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81555,13 +83557,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81577,7 +83575,7 @@ }, { "name": "displayName", - "description": "A string that will be shown on the site. Defaults to user's username. It is\nlikely that you will want to change this, for both appearance and security\nthrough obscurity (that is if you dont use and delete the default admin user).", + "description": "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).", "type": { "kind": "SCALAR", "name": "String", @@ -81734,13 +83732,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81773,13 +83767,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81824,13 +83814,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81861,13 +83847,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -81928,13 +83910,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -81955,13 +83933,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82010,13 +83984,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82049,13 +84019,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82116,13 +84082,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82143,13 +84105,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82182,13 +84140,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82233,13 +84187,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82284,13 +84234,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82335,13 +84281,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82374,13 +84316,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82409,16 +84347,6 @@ "description": "Input for the updateComment mutation", "fields": null, "inputFields": [ - { - "name": "agent", - "description": "User agent used to post the comment.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "approved", "description": "The approval status of the comment.", @@ -82449,16 +84377,6 @@ }, "defaultValue": null }, - { - "name": "authorIp", - "description": "IP address for the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "authorUrl", "description": "The url of the comment's author.", @@ -82473,13 +84391,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82505,7 +84419,7 @@ }, { "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day ( e.g.\n01/31/2017 ) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "description": "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 ", "type": { "kind": "SCALAR", "name": "String", @@ -82546,16 +84460,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "userId", - "description": "The userID of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null } ], "interfaces": null, @@ -82572,13 +84476,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82597,7 +84497,7 @@ }, { "name": "success", - "description": "Whether the mutation succeeded. If the comment is not approved, the server\nwill not return the comment to a non authenticated user, but a success message\ncan be returned if the create succeeded, and the client can optimistically add\nthe comment to the client cache", + "description": "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", "args": [], "type": { "kind": "SCALAR", @@ -82643,13 +84543,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82665,7 +84561,7 @@ }, { "name": "displayName", - "description": "A string that will be shown on the site. Defaults to user's username. It is\nlikely that you will want to change this, for both appearance and security\nthrough obscurity (that is if you dont use and delete the default admin user).", + "description": "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).", "type": { "kind": "SCALAR", "name": "String", @@ -82852,13 +84748,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -82891,13 +84783,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -82981,13 +84869,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -83086,13 +84970,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -83235,13 +85115,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -83284,13 +85160,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -83499,13 +85371,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -83548,13 +85416,9 @@ "name": "clientMutationId", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -83580,7 +85444,7 @@ }, { "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day (e.g.\n01/31/2017) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "description": "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 ", "type": { "kind": "SCALAR", "name": "String", @@ -83604,7 +85468,7 @@ }, { "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", "type": { "kind": "SCALAR", "name": "Int", @@ -83669,32 +85533,442 @@ }, { "kind": "OBJECT", - "name": "UpdatePagePayload", - "description": "The payload for the updatePage mutation", + "name": "UpdatePagePayload", + "description": "The payload for the updatePage mutation", + "fields": [ + { + "name": "clientMutationId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "page", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdatePostInput", + "description": "Input for the updatePost mutation", + "fields": null, + "inputFields": [ + { + "name": "authorId", + "description": "The userId to assign as the author of the object", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "categories", + "description": "Set connections between the post and categories", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostCategoriesInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "commentStatus", + "description": "The comment status for the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "content", + "description": "The content of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "date", + "description": "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 ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "excerpt", + "description": "The excerpt of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "The ID of the post object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "menuOrder", + "description": "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "password", + "description": "The password used to protect the content of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "pingStatus", + "description": "The ping status for the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "pinged", + "description": "URLs that have been pinged.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "postFormats", + "description": "Set connections between the post and postFormats", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostPostFormatsInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slug", + "description": "The slug of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "The status of the object", + "type": { + "kind": "ENUM", + "name": "PostStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tags", + "description": "Set connections between the post and tags", + "type": { + "kind": "INPUT_OBJECT", + "name": "PostTagsInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "title", + "description": "The title of the object", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "toPing", + "description": "URLs queued to be pinged.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdatePostPayload", + "description": "The payload for the updatePost mutation", + "fields": [ + { + "name": "clientMutationId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "post", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateReviewInput", + "description": "Input for the updateReview mutation", + "fields": null, + "inputFields": [ + { + "name": "approved", + "description": "The approval status of the comment.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "author", + "description": "The name of the comment's author.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorEmail", + "description": "The email of the comment's author.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authorUrl", + "description": "The url of the comment's author.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "commentOn", + "description": "The ID of the post object the comment belongs to.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "content", + "description": "Content of the comment.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "date", + "description": "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 ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "The ID of the review being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "parent", + "description": "Parent comment of current comment.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rating", + "description": "Product rating", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateReviewPayload", + "description": "The payload for the updateReview mutation", "fields": [ { "name": "clientMutationId", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "page", - "description": null, + "name": "rating", + "description": "The product rating of the review that was created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "review", + "description": "The product review that was created", "args": [], "type": { "kind": "OBJECT", - "name": "Page", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -83708,47 +85982,43 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdatePostInput", - "description": "Input for the updatePost mutation", + "name": "UpdateSettingsInput", + "description": "Input for the updateSettings mutation", "fields": null, "inputFields": [ { - "name": "authorId", - "description": "The userId to assign as the author of the object", + "name": "clientMutationId", + "description": null, "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "categories", - "description": "Set connections between the post and categories", + "name": "discussionSettingsDefaultCommentStatus", + "description": "Allow people to submit comments on new posts.", "type": { - "kind": "INPUT_OBJECT", - "name": "PostCategoriesInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "clientMutationId", - "description": null, + "name": "discussionSettingsDefaultPingStatus", + "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "commentStatus", - "description": "The comment status for the object", + "name": "generalSettingsDateFormat", + "description": "A date format for all date strings.", "type": { "kind": "SCALAR", "name": "String", @@ -83757,8 +86027,8 @@ "defaultValue": null }, { - "name": "content", - "description": "The content of the object", + "name": "generalSettingsDescription", + "description": "Site tagline.", "type": { "kind": "SCALAR", "name": "String", @@ -83767,8 +86037,8 @@ "defaultValue": null }, { - "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day (e.g.\n01/31/2017) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "name": "generalSettingsEmail", + "description": "This address is used for admin purposes, like new user notification.", "type": { "kind": "SCALAR", "name": "String", @@ -83777,8 +86047,8 @@ "defaultValue": null }, { - "name": "excerpt", - "description": "The excerpt of the object", + "name": "generalSettingsLanguage", + "description": "WordPress locale code.", "type": { "kind": "SCALAR", "name": "String", @@ -83787,32 +86057,28 @@ "defaultValue": null }, { - "name": "id", - "description": "The ID of the post object", + "name": "generalSettingsStartOfWeek", + "description": "A day number of the week that the week should start on.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null }, { - "name": "menuOrder", - "description": "A field used for ordering posts. This is typically used with nav menu items or\nfor special ordering of hierarchical content types.", + "name": "generalSettingsTimeFormat", + "description": "A time format for all time strings.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "password", - "description": "The password used to protect the content of the object", + "name": "generalSettingsTimezone", + "description": "A city in the same timezone as you.", "type": { "kind": "SCALAR", "name": "String", @@ -83821,8 +86087,8 @@ "defaultValue": null }, { - "name": "pingStatus", - "description": "The ping status for the object", + "name": "generalSettingsTitle", + "description": "Site title.", "type": { "kind": "SCALAR", "name": "String", @@ -83831,62 +86097,152 @@ "defaultValue": null }, { - "name": "pinged", - "description": "URLs that have been pinged.", + "name": "generalSettingsUrl", + "description": "Site URL.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "postFormats", - "description": "Set connections between the post and postFormats", + "name": "readingSettingsPostsPerPage", + "description": "Blog pages show at most.", "type": { - "kind": "INPUT_OBJECT", - "name": "PostPostFormatsInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "slug", - "description": "The slug of the object", + "name": "writingSettingsDefaultCategory", + "description": "Default post category.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "status", - "description": "The status of the object", + "name": "writingSettingsDefaultPostFormat", + "description": "Default post format.", "type": { - "kind": "ENUM", - "name": "PostStatusEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "tags", - "description": "Set connections between the post and tags", + "name": "writingSettingsUseSmilies", + "description": "Convert emoticons like :-) and :-P to graphics on display.", "type": { - "kind": "INPUT_OBJECT", - "name": "PostTagsInput", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateSettingsPayload", + "description": "The payload for the updateSettings mutation", + "fields": [ + { + "name": "allSettings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Settings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "title", - "description": "The title of the object", + "name": "clientMutationId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "discussionSettings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "DiscussionSettings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "generalSettings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "GeneralSettings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "readingSettings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReadingSettings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "writingSettings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "WritingSettings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateShippingMethodInput", + "description": "Input for the updateShippingMethod mutation", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -83895,8 +86251,8 @@ "defaultValue": null }, { - "name": "toPing", - "description": "URLs queued to be pinged.", + "name": "shippingMethods", + "description": null, "type": { "kind": "LIST", "name": null, @@ -83915,32 +86271,28 @@ }, { "kind": "OBJECT", - "name": "UpdatePostPayload", - "description": "The payload for the updatePost mutation", + "name": "UpdateShippingMethodPayload", + "description": "The payload for the updateShippingMethod mutation", "fields": [ { - "name": "clientMutationId", + "name": "cart", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "Cart", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "post", + "name": "clientMutationId", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Post", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -83954,13 +86306,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "UpdateReviewInput", - "description": "Input for the updateReview mutation", + "name": "UpdateUserInput", + "description": "Input for the updateUser mutation", "fields": null, "inputFields": [ { - "name": "agent", - "description": "User agent used to post the comment.", + "name": "aim", + "description": "User's AOL IM account.", "type": { "kind": "SCALAR", "name": "String", @@ -83969,8 +86321,8 @@ "defaultValue": null }, { - "name": "approved", - "description": "The approval status of the comment.", + "name": "clientMutationId", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -83979,8 +86331,8 @@ "defaultValue": null }, { - "name": "author", - "description": "The name of the comment's author.", + "name": "description", + "description": "A string containing content about the user.", "type": { "kind": "SCALAR", "name": "String", @@ -83989,8 +86341,8 @@ "defaultValue": null }, { - "name": "authorEmail", - "description": "The email of the comment's author.", + "name": "displayName", + "description": "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).", "type": { "kind": "SCALAR", "name": "String", @@ -83999,8 +86351,8 @@ "defaultValue": null }, { - "name": "authorIp", - "description": "IP address for the comment's author.", + "name": "email", + "description": "A string containing the user's email address.", "type": { "kind": "SCALAR", "name": "String", @@ -84009,8 +86361,8 @@ "defaultValue": null }, { - "name": "authorUrl", - "description": "The url of the comment's author.", + "name": "firstName", + "description": "\tThe user's first name.", "type": { "kind": "SCALAR", "name": "String", @@ -84019,32 +86371,32 @@ "defaultValue": null }, { - "name": "clientMutationId", - "description": null, + "name": "id", + "description": "The ID of the user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "commentOn", - "description": "The ID of the post object the comment belongs to.", + "name": "jabber", + "description": "User's Jabber account.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "content", - "description": "Content of the comment.", + "name": "lastName", + "description": "The user's last name.", "type": { "kind": "SCALAR", "name": "String", @@ -84053,8 +86405,8 @@ "defaultValue": null }, { - "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day ( e.g.\n01/31/2017 ) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", + "name": "locale", + "description": "User's locale.", "type": { "kind": "SCALAR", "name": "String", @@ -84063,132 +86415,38 @@ "defaultValue": null }, { - "name": "id", - "description": "The ID of the review being updated.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "parent", - "description": "Parent comment of current comment.", + "name": "nicename", + "description": "A string that contains a URL-friendly name for the user. The default is the user's username.", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "rating", - "description": "Product rating", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "userId", - "description": "The userID of the comment's author.", + "name": "nickname", + "description": "The user's nickname, defaults to the user's username.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateReviewPayload", - "description": "The payload for the updateReview mutation", - "fields": [ - { - "name": "clientMutationId", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "rating", - "description": "The product rating of the review that was created", - "args": [], + "name": "password", + "description": "A string that contains the plain text password for the user.", "type": { "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "review", - "description": "The product review that was created", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Comment", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateSettingsInput", - "description": "Input for the updateSettings mutation", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "defaultValue": null }, { - "name": "discussionSettingsDefaultCommentStatus", - "description": "Allow people to submit comments on new posts.", + "name": "registered", + "description": "The date the user registered. Format is Y-m-d H:i:s.", "type": { "kind": "SCALAR", "name": "String", @@ -84197,8 +86455,8 @@ "defaultValue": null }, { - "name": "discussionSettingsDefaultPingStatus", - "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.", + "name": "richEditing", + "description": "A string for whether to enable the rich editor or not. False if not empty.", "type": { "kind": "SCALAR", "name": "String", @@ -84207,18 +86465,22 @@ "defaultValue": null }, { - "name": "generalSettingsDateFormat", - "description": "A date format for all date strings.", + "name": "roles", + "description": "An array of roles to be assigned to the user.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "generalSettingsDescription", - "description": "Site tagline.", + "name": "websiteUrl", + "description": "A string containing the user's URL for the user's web site.", "type": { "kind": "SCALAR", "name": "String", @@ -84227,38 +86489,64 @@ "defaultValue": null }, { - "name": "generalSettingsEmail", - "description": "This address is used for admin purposes, like new user notification.", + "name": "yim", + "description": "User's Yahoo IM account.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateUserPayload", + "description": "The payload for the updateUser mutation", + "fields": [ { - "name": "generalSettingsLanguage", - "description": "WordPress locale code.", + "name": "clientMutationId", + "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "generalSettingsStartOfWeek", - "description": "A day number of the week that the week should start on.", + "name": "user", + "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "User", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "WriteReviewInput", + "description": "Input for the writeReview mutation", + "fields": null, + "inputFields": [ { - "name": "generalSettingsTimeFormat", - "description": "A time format for all time strings.", + "name": "approved", + "description": "The approval status of the comment.", "type": { "kind": "SCALAR", "name": "String", @@ -84267,8 +86555,8 @@ "defaultValue": null }, { - "name": "generalSettingsTimezone", - "description": "A city in the same timezone as you.", + "name": "author", + "description": "The name of the comment's author.", "type": { "kind": "SCALAR", "name": "String", @@ -84277,8 +86565,8 @@ "defaultValue": null }, { - "name": "generalSettingsTitle", - "description": "Site title.", + "name": "authorEmail", + "description": "The email of the comment's author.", "type": { "kind": "SCALAR", "name": "String", @@ -84287,8 +86575,8 @@ "defaultValue": null }, { - "name": "generalSettingsUrl", - "description": "Site URL.", + "name": "authorUrl", + "description": "The url of the comment's author.", "type": { "kind": "SCALAR", "name": "String", @@ -84297,18 +86585,18 @@ "defaultValue": null }, { - "name": "readingSettingsPostsPerPage", - "description": "Blog pages show at most.", + "name": "clientMutationId", + "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "writingSettingsDefaultCategory", - "description": "Default post category.", + "name": "commentOn", + "description": "The ID of the post object the comment belongs to.", "type": { "kind": "SCALAR", "name": "Int", @@ -84317,8 +86605,8 @@ "defaultValue": null }, { - "name": "writingSettingsDefaultPostFormat", - "description": "Default post format.", + "name": "content", + "description": "Content of the comment.", "type": { "kind": "SCALAR", "name": "String", @@ -84327,96 +86615,80 @@ "defaultValue": null }, { - "name": "writingSettingsUseSmilies", - "description": "Convert emoticons like :-) and :-P to graphics on display.", + "name": "date", + "description": "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 ", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateSettingsPayload", - "description": "The payload for the updateSettings mutation", - "fields": [ + }, { - "name": "allSettings", - "description": null, - "args": [], + "name": "parent", + "description": "Parent comment of current comment.", "type": { - "kind": "OBJECT", - "name": "Settings", + "kind": "SCALAR", + "name": "ID", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "clientMutationId", - "description": null, - "args": [], + "name": "rating", + "description": "Product rating", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "discussionSettings", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "DiscussionSettings", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "WriteReviewPayload", + "description": "The payload for the writeReview mutation", + "fields": [ { - "name": "generalSettings", + "name": "clientMutationId", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "GeneralSettings", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "readingSettings", - "description": null, + "name": "rating", + "description": "The product rating of the review that was created", "args": [], "type": { - "kind": "OBJECT", - "name": "ReadingSettings", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "writingSettings", - "description": null, + "name": "review", + "description": "The product review that was created", "args": [], "type": { "kind": "OBJECT", - "name": "WritingSettings", + "name": "Comment", "ofType": null }, "isDeprecated": false, @@ -84429,4312 +86701,6028 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "UpdateShippingMethodInput", - "description": "Input for the updateShippingMethod mutation", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CommentAuthor", + "description": "A Comment Author object", + "fields": [ { - "name": "clientMutationId", - "description": null, + "name": "databaseId", + "description": "Identifies the primary key from the database.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "shippingMethods", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateShippingMethodPayload", - "description": "The payload for the updateShippingMethod mutation", - "fields": [ - { - "name": "cart", - "description": null, + "name": "email", + "description": "The email for the comment author", "args": [], "type": { - "kind": "OBJECT", - "name": "Cart", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": null, + "name": "id", + "description": "The globally unique identifier for the comment author object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "UpdateUserInput", - "description": "Input for the updateUser mutation", - "fields": null, - "inputFields": [ + }, { - "name": "aim", - "description": "User's AOL IM account.", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "defaultValue": null - }, - { - "name": "clientMutationId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "description", - "description": "A string containing content about the user.", + "name": "name", + "description": "The name for the comment author.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "displayName", - "description": "A string that will be shown on the site. Defaults to user's username. It is\nlikely that you will want to change this, for both appearance and security\nthrough obscurity (that is if you dont use and delete the default admin user).", + "name": "url", + "description": "The url the comment author.", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "email", - "description": "A string containing the user's email address.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "kind": "INTERFACE", + "name": "Commenter", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TimezoneEnum", + "description": "Available timezones", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "AFRICA_ABIDJAN", + "description": "Abidjan", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "firstName", - "description": "\tThe user's first name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_ACCRA", + "description": "Accra", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "The ID of the user", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null + "name": "AFRICA_ADDIS_ABABA", + "description": "Addis Ababa", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_ALGIERS", + "description": "Algiers", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_ASMARA", + "description": "Asmara", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BAMAKO", + "description": "Bamako", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BANGUI", + "description": "Bangui", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BANJUL", + "description": "Banjul", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BISSAU", + "description": "Bissau", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BLANTYRE", + "description": "Blantyre", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BRAZZAVILLE", + "description": "Brazzaville", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_BUJUMBURA", + "description": "Bujumbura", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_CAIRO", + "description": "Cairo", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_CASABLANCA", + "description": "Casablanca", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_CEUTA", + "description": "Ceuta", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_CONAKRY", + "description": "Conakry", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_DAKAR", + "description": "Dakar", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_DAR_ES_SALAAM", + "description": "Dar es Salaam", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_DJIBOUTI", + "description": "Djibouti", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_DOUALA", + "description": "Douala", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_EL_AAIUN", + "description": "El Aaiun", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_FREETOWN", + "description": "Freetown", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_GABORONE", + "description": "Gaborone", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_HARARE", + "description": "Harare", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_JOHANNESBURG", + "description": "Johannesburg", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_JUBA", + "description": "Juba", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_KAMPALA", + "description": "Kampala", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_KHARTOUM", + "description": "Khartoum", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_KIGALI", + "description": "Kigali", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_KINSHASA", + "description": "Kinshasa", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LAGOS", + "description": "Lagos", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LIBREVILLE", + "description": "Libreville", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LOME", + "description": "Lome", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LUANDA", + "description": "Luanda", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LUBUMBASHI", + "description": "Lubumbashi", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_LUSAKA", + "description": "Lusaka", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_MALABO", + "description": "Malabo", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_MAPUTO", + "description": "Maputo", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_MASERU", + "description": "Maseru", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_MBABANE", + "description": "Mbabane", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AFRICA_MOGADISHU", + "description": "Mogadishu", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "jabber", - "description": "User's Jabber account.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_MONROVIA", + "description": "Monrovia", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "lastName", - "description": "The user's last name.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_NAIROBI", + "description": "Nairobi", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "locale", - "description": "User's locale.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_NDJAMENA", + "description": "Ndjamena", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nicename", - "description": "A string that contains a URL-friendly name for the user. The default is the user's username.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_NIAMEY", + "description": "Niamey", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nickname", - "description": "The user's nickname, defaults to the user's username.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_NOUAKCHOTT", + "description": "Nouakchott", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "password", - "description": "A string that contains the plain text password for the user.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_OUAGADOUGOU", + "description": "Ouagadougou", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "registered", - "description": "The date the user registered. Format is Y-m-d H:i:s.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_PORTO_NOVO", + "description": "Porto-Novo", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "richEditing", - "description": "A string for whether to enable the rich editor or not. False if not empty.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_SAO_TOME", + "description": "Sao Tome", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "roles", - "description": "An array of roles to be assigned to the user.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "AFRICA_TRIPOLI", + "description": "Tripoli", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "websiteUrl", - "description": "A string containing the user's URL for the user's web site.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AFRICA_TUNIS", + "description": "Tunis", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "yim", - "description": "User's Yahoo IM account.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UpdateUserPayload", - "description": "The payload for the updateUser mutation", - "fields": [ + "name": "AFRICA_WINDHOEK", + "description": "Windhoek", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_ADAK", + "description": "Adak", "isDeprecated": false, "deprecationReason": null }, { - "name": "user", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, + "name": "AMERICA_ANCHORAGE", + "description": "Anchorage", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "WriteReviewInput", - "description": "Input for the writeReview mutation", - "fields": null, - "inputFields": [ + }, { - "name": "agent", - "description": "User agent used to post the comment.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ANGUILLA", + "description": "Anguilla", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "approved", - "description": "The approval status of the comment.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ANTIGUA", + "description": "Antigua", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "author", - "description": "The name of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARAGUAINA", + "description": "Araguaina", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorEmail", - "description": "The email of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_BUENOS_AIRES", + "description": "Argentina - Buenos Aires", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorIp", - "description": "IP address for the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_CATAMARCA", + "description": "Argentina - Catamarca", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "authorUrl", - "description": "The url of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_CORDOBA", + "description": "Argentina - Cordoba", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "clientMutationId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_JUJUY", + "description": "Argentina - Jujuy", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "commentOn", - "description": "The ID of the post object the comment belongs to.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_LA_RIOJA", + "description": "Argentina - La Rioja", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "content", - "description": "Content of the comment.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_MENDOZA", + "description": "Argentina - Mendoza", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "date", - "description": "The date of the object. Preferable to enter as year/month/day ( e.g.\n01/31/2017 ) as it will rearrange date as fit if it is not specified.\nIncomplete dates may have unintended results for example, \"2017\" as the input\nwill use current date with timestamp 20:17 ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_RIO_GALLEGOS", + "description": "Argentina - Rio Gallegos", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "parent", - "description": "Parent comment of current comment.", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_SALTA", + "description": "Argentina - Salta", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rating", - "description": "Product rating", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "AMERICA_ARGENTINA_SAN_JUAN", + "description": "Argentina - San Juan", + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userId", - "description": "The userID of the comment's author.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WriteReviewPayload", - "description": "The payload for the writeReview mutation", - "fields": [ + "name": "AMERICA_ARGENTINA_SAN_LUIS", + "description": "Argentina - San Luis", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_ARGENTINA_TUCUMAN", + "description": "Argentina - Tucuman", "isDeprecated": false, "deprecationReason": null }, { - "name": "rating", - "description": "The product rating of the review that was created", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, + "name": "AMERICA_ARGENTINA_USHUAIA", + "description": "Argentina - Ushuaia", "isDeprecated": false, "deprecationReason": null }, { - "name": "review", - "description": "The product review that was created", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - }, + "name": "AMERICA_ARUBA", + "description": "Aruba", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ + }, { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, + "name": "AMERICA_ASUNCION", + "description": "Asuncion", "isDeprecated": false, "deprecationReason": null }, { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, + "name": "AMERICA_ATIKOKAN", + "description": "Atikokan", "isDeprecated": false, "deprecationReason": null }, { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, + "name": "AMERICA_BAHIA", + "description": "Bahia", "isDeprecated": false, "deprecationReason": null }, { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, + "name": "AMERICA_BAHIA_BANDERAS", + "description": "Bahia Banderas", "isDeprecated": false, "deprecationReason": null }, { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, + "name": "AMERICA_BARBADOS", + "description": "Barbados", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ + }, { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, + "name": "AMERICA_BELEM", + "description": "Belem", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMERICA_BELIZE", + "description": "Belize", "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_BLANC_SABLON", + "description": "Blanc-Sablon", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_BOA_VISTA", + "description": "Boa Vista", "isDeprecated": false, "deprecationReason": null }, { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, + "name": "AMERICA_BOGOTA", + "description": "Bogota", "isDeprecated": false, "deprecationReason": null }, { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, + "name": "AMERICA_BOISE", + "description": "Boise", "isDeprecated": false, "deprecationReason": null }, { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, + "name": "AMERICA_CAMBRIDGE_BAY", + "description": "Cambridge Bay", "isDeprecated": false, "deprecationReason": null }, { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, + "name": "AMERICA_CAMPO_GRANDE", + "description": "Campo Grande", "isDeprecated": false, "deprecationReason": null }, { - "name": "inputFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, + "name": "AMERICA_CANCUN", + "description": "Cancun", "isDeprecated": false, "deprecationReason": null }, { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, + "name": "AMERICA_CARACAS", + "description": "Caracas", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", + "name": "AMERICA_CAYENNE", + "description": "Cayenne", "isDeprecated": false, "deprecationReason": null }, { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "name": "AMERICA_CAYMAN", + "description": "Cayman", "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", + "name": "AMERICA_CHICAGO", + "description": "Chicago", "isDeprecated": false, "deprecationReason": null }, { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "name": "AMERICA_CHIHUAHUA", + "description": "Chihuahua", "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "name": "AMERICA_COSTA_RICA", + "description": "Costa Rica", "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "name": "AMERICA_CRESTON", + "description": "Creston", "isDeprecated": false, "deprecationReason": null }, { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", + "name": "AMERICA_CUIABA", + "description": "Cuiaba", "isDeprecated": false, "deprecationReason": null }, { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "name": "AMERICA_CURACAO", + "description": "Curacao", "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ + }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_DANMARKSHAVN", + "description": "Danmarkshavn", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_DAWSON", + "description": "Dawson", "isDeprecated": false, "deprecationReason": null }, { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, + "name": "AMERICA_DAWSON_CREEK", + "description": "Dawson Creek", "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, + "name": "AMERICA_DENVER", + "description": "Denver", "isDeprecated": false, "deprecationReason": null }, { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "name": "AMERICA_DETROIT", + "description": "Detroit", "isDeprecated": false, "deprecationReason": null }, { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_DOMINICA", + "description": "Dominica", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ + }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_EDMONTON", + "description": "Edmonton", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_EIRUNEPE", + "description": "Eirunepe", "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, + "name": "AMERICA_EL_SALVADOR", + "description": "El Salvador", "isDeprecated": false, "deprecationReason": null }, { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_FORTALEZA", + "description": "Fortaleza", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ + }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_FORT_NELSON", + "description": "Fort Nelson", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_GLACE_BAY", + "description": "Glace Bay", "isDeprecated": false, "deprecationReason": null }, { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "name": "AMERICA_GOOSE_BAY", + "description": "Goose Bay", "isDeprecated": false, "deprecationReason": null }, { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_GRAND_TURK", + "description": "Grand Turk", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ + }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "AMERICA_GRENADA", + "description": "Grenada", "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_GUADELOUPE", + "description": "Guadeloupe", "isDeprecated": false, "deprecationReason": null }, { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, + "name": "AMERICA_GUATEMALA", + "description": "Guatemala", "isDeprecated": false, "deprecationReason": null }, { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, + "name": "AMERICA_GUAYAQUIL", + "description": "Guayaquil", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, + { + "name": "AMERICA_GUYANA", + "description": "Guyana", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMERICA_HALIFAX", + "description": "Halifax", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "QUERY", - "description": "Location adjacent to a query operation.", + "name": "AMERICA_HAVANA", + "description": "Havana", "isDeprecated": false, "deprecationReason": null }, { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", + "name": "AMERICA_HERMOSILLO", + "description": "Hermosillo", "isDeprecated": false, "deprecationReason": null }, { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", + "name": "AMERICA_INDIANA_INDIANAPOLIS", + "description": "Indiana - Indianapolis", "isDeprecated": false, "deprecationReason": null }, { - "name": "FIELD", - "description": "Location adjacent to a field.", + "name": "AMERICA_INDIANA_KNOX", + "description": "Indiana - Knox", "isDeprecated": false, "deprecationReason": null }, { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", + "name": "AMERICA_INDIANA_MARENGO", + "description": "Indiana - Marengo", "isDeprecated": false, "deprecationReason": null }, { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", + "name": "AMERICA_INDIANA_PETERSBURG", + "description": "Indiana - Petersburg", "isDeprecated": false, "deprecationReason": null }, { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", + "name": "AMERICA_INDIANA_TELL_CITY", + "description": "Indiana - Tell City", "isDeprecated": false, "deprecationReason": null }, { - "name": "VARIABLE_DEFINITION", - "description": "Location adjacent to a variable definition.", + "name": "AMERICA_INDIANA_VEVAY", + "description": "Indiana - Vevay", "isDeprecated": false, "deprecationReason": null }, { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", + "name": "AMERICA_INDIANA_VINCENNES", + "description": "Indiana - Vincennes", "isDeprecated": false, "deprecationReason": null }, { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", + "name": "AMERICA_INDIANA_WINAMAC", + "description": "Indiana - Winamac", "isDeprecated": false, "deprecationReason": null }, { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", + "name": "AMERICA_INUVIK", + "description": "Inuvik", "isDeprecated": false, "deprecationReason": null }, { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", + "name": "AMERICA_IQALUIT", + "description": "Iqaluit", "isDeprecated": false, "deprecationReason": null }, { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", + "name": "AMERICA_JAMAICA", + "description": "Jamaica", "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", + "name": "AMERICA_JUNEAU", + "description": "Juneau", "isDeprecated": false, "deprecationReason": null }, { - "name": "UNION", - "description": "Location adjacent to a union definition.", + "name": "AMERICA_KENTUCKY_LOUISVILLE", + "description": "Kentucky - Louisville", "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", + "name": "AMERICA_KENTUCKY_MONTICELLO", + "description": "Kentucky - Monticello", "isDeprecated": false, "deprecationReason": null }, { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", + "name": "AMERICA_KRALENDIJK", + "description": "Kralendijk", "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", + "name": "AMERICA_LA_PAZ", + "description": "La Paz", "isDeprecated": false, "deprecationReason": null }, { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", + "name": "AMERICA_LIMA", + "description": "Lima", "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CommentAuthor", - "description": "A Comment Author object", - "fields": [ + }, { - "name": "databaseId", - "description": "Identifies the primary key from the database.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "AMERICA_LOS_ANGELES", + "description": "Los Angeles", "isDeprecated": false, "deprecationReason": null }, { - "name": "email", - "description": "The email for the comment author", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_LOWER_PRINCES", + "description": "Lower Princes", "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "The globally unique identifier for the comment author object", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "AMERICA_MACEIO", + "description": "Maceio", "isDeprecated": false, "deprecationReason": null }, { - "name": "isRestricted", - "description": "Whether the object is restricted from the current viewer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, + "name": "AMERICA_MANAGUA", + "description": "Managua", "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "The name for the comment author.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_MANAUS", + "description": "Manaus", "isDeprecated": false, "deprecationReason": null }, { - "name": "url", - "description": "The url the comment author.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "AMERICA_MARIGOT", + "description": "Marigot", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "AMERICA_MARTINIQUE", + "description": "Martinique", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "Commenter", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "TimezoneEnum", - "description": "Available timezones", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "name": "AMERICA_MATAMOROS", + "description": "Matamoros", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "AFRICA_ABIDJAN", - "description": "Abidjan", + "name": "AMERICA_MAZATLAN", + "description": "Mazatlan", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_ACCRA", - "description": "Accra", + "name": "AMERICA_MENOMINEE", + "description": "Menominee", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_ADDIS_ABABA", - "description": "Addis Ababa", + "name": "AMERICA_MERIDA", + "description": "Merida", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_ALGIERS", - "description": "Algiers", + "name": "AMERICA_METLAKATLA", + "description": "Metlakatla", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_ASMARA", - "description": "Asmara", + "name": "AMERICA_MEXICO_CITY", + "description": "Mexico City", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BAMAKO", - "description": "Bamako", + "name": "AMERICA_MIQUELON", + "description": "Miquelon", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BANGUI", - "description": "Bangui", + "name": "AMERICA_MONCTON", + "description": "Moncton", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BANJUL", - "description": "Banjul", + "name": "AMERICA_MONTERREY", + "description": "Monterrey", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BISSAU", - "description": "Bissau", + "name": "AMERICA_MONTEVIDEO", + "description": "Montevideo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BLANTYRE", - "description": "Blantyre", + "name": "AMERICA_MONTSERRAT", + "description": "Montserrat", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BRAZZAVILLE", - "description": "Brazzaville", + "name": "AMERICA_NASSAU", + "description": "Nassau", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_BUJUMBURA", - "description": "Bujumbura", + "name": "AMERICA_NEW_YORK", + "description": "New York", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_CAIRO", - "description": "Cairo", + "name": "AMERICA_NIPIGON", + "description": "Nipigon", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_CASABLANCA", - "description": "Casablanca", + "name": "AMERICA_NOME", + "description": "Nome", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_CEUTA", - "description": "Ceuta", + "name": "AMERICA_NORONHA", + "description": "Noronha", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_CONAKRY", - "description": "Conakry", + "name": "AMERICA_NORTH_DAKOTA_BEULAH", + "description": "North Dakota - Beulah", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_DAKAR", - "description": "Dakar", + "name": "AMERICA_NORTH_DAKOTA_CENTER", + "description": "North Dakota - Center", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_DAR_ES_SALAAM", - "description": "Dar es Salaam", + "name": "AMERICA_NORTH_DAKOTA_NEW_SALEM", + "description": "North Dakota - New Salem", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_DJIBOUTI", - "description": "Djibouti", + "name": "AMERICA_NUUK", + "description": "Nuuk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_DOUALA", - "description": "Douala", + "name": "AMERICA_OJINAGA", + "description": "Ojinaga", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_EL_AAIUN", - "description": "El Aaiun", + "name": "AMERICA_PANAMA", + "description": "Panama", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_FREETOWN", - "description": "Freetown", + "name": "AMERICA_PANGNIRTUNG", + "description": "Pangnirtung", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_GABORONE", - "description": "Gaborone", + "name": "AMERICA_PARAMARIBO", + "description": "Paramaribo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_HARARE", - "description": "Harare", + "name": "AMERICA_PHOENIX", + "description": "Phoenix", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_JOHANNESBURG", - "description": "Johannesburg", + "name": "AMERICA_PORTO_VELHO", + "description": "Porto Velho", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_JUBA", - "description": "Juba", + "name": "AMERICA_PORT_AU_PRINCE", + "description": "Port-au-Prince", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_KAMPALA", - "description": "Kampala", + "name": "AMERICA_PORT_OF_SPAIN", + "description": "Port of Spain", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_KHARTOUM", - "description": "Khartoum", + "name": "AMERICA_PUERTO_RICO", + "description": "Puerto Rico", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_KIGALI", - "description": "Kigali", + "name": "AMERICA_PUNTA_ARENAS", + "description": "Punta Arenas", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_KINSHASA", - "description": "Kinshasa", + "name": "AMERICA_RAINY_RIVER", + "description": "Rainy River", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LAGOS", - "description": "Lagos", + "name": "AMERICA_RANKIN_INLET", + "description": "Rankin Inlet", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LIBREVILLE", - "description": "Libreville", + "name": "AMERICA_RECIFE", + "description": "Recife", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LOME", - "description": "Lome", + "name": "AMERICA_REGINA", + "description": "Regina", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LUANDA", - "description": "Luanda", + "name": "AMERICA_RESOLUTE", + "description": "Resolute", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LUBUMBASHI", - "description": "Lubumbashi", + "name": "AMERICA_RIO_BRANCO", + "description": "Rio Branco", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_LUSAKA", - "description": "Lusaka", + "name": "AMERICA_SANTAREM", + "description": "Santarem", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MALABO", - "description": "Malabo", + "name": "AMERICA_SANTIAGO", + "description": "Santiago", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MAPUTO", - "description": "Maputo", + "name": "AMERICA_SANTO_DOMINGO", + "description": "Santo Domingo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MASERU", - "description": "Maseru", + "name": "AMERICA_SAO_PAULO", + "description": "Sao Paulo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MBABANE", - "description": "Mbabane", + "name": "AMERICA_SCORESBYSUND", + "description": "Scoresbysund", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MOGADISHU", - "description": "Mogadishu", + "name": "AMERICA_SITKA", + "description": "Sitka", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_MONROVIA", - "description": "Monrovia", + "name": "AMERICA_ST_BARTHELEMY", + "description": "St Barthelemy", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_NAIROBI", - "description": "Nairobi", + "name": "AMERICA_ST_JOHNS", + "description": "St Johns", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_NDJAMENA", - "description": "Ndjamena", + "name": "AMERICA_ST_KITTS", + "description": "St Kitts", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_NIAMEY", - "description": "Niamey", + "name": "AMERICA_ST_LUCIA", + "description": "St Lucia", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_NOUAKCHOTT", - "description": "Nouakchott", + "name": "AMERICA_ST_THOMAS", + "description": "St Thomas", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_OUAGADOUGOU", - "description": "Ouagadougou", + "name": "AMERICA_ST_VINCENT", + "description": "St Vincent", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_PORTO_NOVO", - "description": "Porto-Novo", + "name": "AMERICA_SWIFT_CURRENT", + "description": "Swift Current", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_SAO_TOME", - "description": "Sao Tome", + "name": "AMERICA_TEGUCIGALPA", + "description": "Tegucigalpa", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_TRIPOLI", - "description": "Tripoli", + "name": "AMERICA_THULE", + "description": "Thule", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_TUNIS", - "description": "Tunis", + "name": "AMERICA_THUNDER_BAY", + "description": "Thunder Bay", "isDeprecated": false, "deprecationReason": null }, { - "name": "AFRICA_WINDHOEK", - "description": "Windhoek", + "name": "AMERICA_TIJUANA", + "description": "Tijuana", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ADAK", - "description": "Adak", + "name": "AMERICA_TORONTO", + "description": "Toronto", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ANCHORAGE", - "description": "Anchorage", + "name": "AMERICA_TORTOLA", + "description": "Tortola", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ANGUILLA", - "description": "Anguilla", + "name": "AMERICA_VANCOUVER", + "description": "Vancouver", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ANTIGUA", - "description": "Antigua", + "name": "AMERICA_WHITEHORSE", + "description": "Whitehorse", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARAGUAINA", - "description": "Araguaina", + "name": "AMERICA_WINNIPEG", + "description": "Winnipeg", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_BUENOS_AIRES", - "description": "Argentina - Buenos Aires", + "name": "AMERICA_YAKUTAT", + "description": "Yakutat", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_CATAMARCA", - "description": "Argentina - Catamarca", + "name": "AMERICA_YELLOWKNIFE", + "description": "Yellowknife", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_CORDOBA", - "description": "Argentina - Cordoba", + "name": "ANTARCTICA_CASEY", + "description": "Casey", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_JUJUY", - "description": "Argentina - Jujuy", + "name": "ANTARCTICA_DAVIS", + "description": "Davis", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_LA_RIOJA", - "description": "Argentina - La Rioja", + "name": "ANTARCTICA_DUMONTDURVILLE", + "description": "DumontDUrville", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_MENDOZA", - "description": "Argentina - Mendoza", + "name": "ANTARCTICA_MACQUARIE", + "description": "Macquarie", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_RIO_GALLEGOS", - "description": "Argentina - Rio Gallegos", + "name": "ANTARCTICA_MAWSON", + "description": "Mawson", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_SALTA", - "description": "Argentina - Salta", + "name": "ANTARCTICA_MCMURDO", + "description": "McMurdo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_SAN_JUAN", - "description": "Argentina - San Juan", + "name": "ANTARCTICA_PALMER", + "description": "Palmer", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_SAN_LUIS", - "description": "Argentina - San Luis", + "name": "ANTARCTICA_ROTHERA", + "description": "Rothera", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_TUCUMAN", - "description": "Argentina - Tucuman", + "name": "ANTARCTICA_SYOWA", + "description": "Syowa", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARGENTINA_USHUAIA", - "description": "Argentina - Ushuaia", + "name": "ANTARCTICA_TROLL", + "description": "Troll", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ARUBA", - "description": "Aruba", + "name": "ANTARCTICA_VOSTOK", + "description": "Vostok", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ASUNCION", - "description": "Asuncion", + "name": "ARCTIC_LONGYEARBYEN", + "description": "Longyearbyen", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ATIKOKAN", - "description": "Atikokan", + "name": "ASIA_ADEN", + "description": "Aden", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BAHIA", - "description": "Bahia", + "name": "ASIA_ALMATY", + "description": "Almaty", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BAHIA_BANDERAS", - "description": "Bahia Banderas", + "name": "ASIA_AMMAN", + "description": "Amman", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BARBADOS", - "description": "Barbados", + "name": "ASIA_ANADYR", + "description": "Anadyr", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BELEM", - "description": "Belem", + "name": "ASIA_AQTAU", + "description": "Aqtau", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BELIZE", - "description": "Belize", + "name": "ASIA_AQTOBE", + "description": "Aqtobe", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BLANC_SABLON", - "description": "Blanc-Sablon", + "name": "ASIA_ASHGABAT", + "description": "Ashgabat", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BOA_VISTA", - "description": "Boa Vista", + "name": "ASIA_ATYRAU", + "description": "Atyrau", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BOGOTA", - "description": "Bogota", + "name": "ASIA_BAGHDAD", + "description": "Baghdad", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_BOISE", - "description": "Boise", + "name": "ASIA_BAHRAIN", + "description": "Bahrain", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CAMBRIDGE_BAY", - "description": "Cambridge Bay", + "name": "ASIA_BAKU", + "description": "Baku", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CAMPO_GRANDE", - "description": "Campo Grande", + "name": "ASIA_BANGKOK", + "description": "Bangkok", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CANCUN", - "description": "Cancun", + "name": "ASIA_BARNAUL", + "description": "Barnaul", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CARACAS", - "description": "Caracas", + "name": "ASIA_BEIRUT", + "description": "Beirut", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CAYENNE", - "description": "Cayenne", + "name": "ASIA_BISHKEK", + "description": "Bishkek", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CAYMAN", - "description": "Cayman", + "name": "ASIA_BRUNEI", + "description": "Brunei", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CHICAGO", - "description": "Chicago", + "name": "ASIA_CHITA", + "description": "Chita", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CHIHUAHUA", - "description": "Chihuahua", + "name": "ASIA_CHOIBALSAN", + "description": "Choibalsan", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_COSTA_RICA", - "description": "Costa Rica", + "name": "ASIA_COLOMBO", + "description": "Colombo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CRESTON", - "description": "Creston", + "name": "ASIA_DAMASCUS", + "description": "Damascus", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CUIABA", - "description": "Cuiaba", + "name": "ASIA_DHAKA", + "description": "Dhaka", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_CURACAO", - "description": "Curacao", + "name": "ASIA_DILI", + "description": "Dili", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DANMARKSHAVN", - "description": "Danmarkshavn", + "name": "ASIA_DUBAI", + "description": "Dubai", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DAWSON", - "description": "Dawson", + "name": "ASIA_DUSHANBE", + "description": "Dushanbe", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DAWSON_CREEK", - "description": "Dawson Creek", + "name": "ASIA_FAMAGUSTA", + "description": "Famagusta", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DENVER", - "description": "Denver", + "name": "ASIA_GAZA", + "description": "Gaza", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DETROIT", - "description": "Detroit", + "name": "ASIA_HEBRON", + "description": "Hebron", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_DOMINICA", - "description": "Dominica", + "name": "ASIA_HONG_KONG", + "description": "Hong Kong", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_EDMONTON", - "description": "Edmonton", + "name": "ASIA_HOVD", + "description": "Hovd", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_EIRUNEPE", - "description": "Eirunepe", + "name": "ASIA_HO_CHI_MINH", + "description": "Ho Chi Minh", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_EL_SALVADOR", - "description": "El Salvador", + "name": "ASIA_IRKUTSK", + "description": "Irkutsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_FORTALEZA", - "description": "Fortaleza", + "name": "ASIA_JAKARTA", + "description": "Jakarta", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_FORT_NELSON", - "description": "Fort Nelson", + "name": "ASIA_JAYAPURA", + "description": "Jayapura", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GLACE_BAY", - "description": "Glace Bay", + "name": "ASIA_JERUSALEM", + "description": "Jerusalem", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GOOSE_BAY", - "description": "Goose Bay", + "name": "ASIA_KABUL", + "description": "Kabul", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GRAND_TURK", - "description": "Grand Turk", + "name": "ASIA_KAMCHATKA", + "description": "Kamchatka", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GRENADA", - "description": "Grenada", + "name": "ASIA_KARACHI", + "description": "Karachi", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GUADELOUPE", - "description": "Guadeloupe", + "name": "ASIA_KATHMANDU", + "description": "Kathmandu", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GUATEMALA", - "description": "Guatemala", + "name": "ASIA_KHANDYGA", + "description": "Khandyga", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GUAYAQUIL", - "description": "Guayaquil", + "name": "ASIA_KOLKATA", + "description": "Kolkata", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_GUYANA", - "description": "Guyana", + "name": "ASIA_KRASNOYARSK", + "description": "Krasnoyarsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_HALIFAX", - "description": "Halifax", + "name": "ASIA_KUALA_LUMPUR", + "description": "Kuala Lumpur", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_HAVANA", - "description": "Havana", + "name": "ASIA_KUCHING", + "description": "Kuching", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_HERMOSILLO", - "description": "Hermosillo", + "name": "ASIA_KUWAIT", + "description": "Kuwait", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_INDIANAPOLIS", - "description": "Indiana - Indianapolis", + "name": "ASIA_MACAU", + "description": "Macau", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_KNOX", - "description": "Indiana - Knox", + "name": "ASIA_MAGADAN", + "description": "Magadan", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_MARENGO", - "description": "Indiana - Marengo", + "name": "ASIA_MAKASSAR", + "description": "Makassar", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_PETERSBURG", - "description": "Indiana - Petersburg", + "name": "ASIA_MANILA", + "description": "Manila", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_TELL_CITY", - "description": "Indiana - Tell City", + "name": "ASIA_MUSCAT", + "description": "Muscat", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_VEVAY", - "description": "Indiana - Vevay", + "name": "ASIA_NICOSIA", + "description": "Nicosia", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_VINCENNES", - "description": "Indiana - Vincennes", + "name": "ASIA_NOVOKUZNETSK", + "description": "Novokuznetsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INDIANA_WINAMAC", - "description": "Indiana - Winamac", + "name": "ASIA_NOVOSIBIRSK", + "description": "Novosibirsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_INUVIK", - "description": "Inuvik", + "name": "ASIA_OMSK", + "description": "Omsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_IQALUIT", - "description": "Iqaluit", + "name": "ASIA_ORAL", + "description": "Oral", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_JAMAICA", - "description": "Jamaica", + "name": "ASIA_PHNOM_PENH", + "description": "Phnom Penh", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_JUNEAU", - "description": "Juneau", + "name": "ASIA_PONTIANAK", + "description": "Pontianak", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_KENTUCKY_LOUISVILLE", - "description": "Kentucky - Louisville", + "name": "ASIA_PYONGYANG", + "description": "Pyongyang", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_KENTUCKY_MONTICELLO", - "description": "Kentucky - Monticello", + "name": "ASIA_QATAR", + "description": "Qatar", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_KRALENDIJK", - "description": "Kralendijk", + "name": "ASIA_QOSTANAY", + "description": "Qostanay", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_LA_PAZ", - "description": "La Paz", + "name": "ASIA_QYZYLORDA", + "description": "Qyzylorda", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_LIMA", - "description": "Lima", + "name": "ASIA_RIYADH", + "description": "Riyadh", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_LOS_ANGELES", - "description": "Los Angeles", + "name": "ASIA_SAKHALIN", + "description": "Sakhalin", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_LOWER_PRINCES", - "description": "Lower Princes", + "name": "ASIA_SAMARKAND", + "description": "Samarkand", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MACEIO", - "description": "Maceio", + "name": "ASIA_SEOUL", + "description": "Seoul", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MANAGUA", - "description": "Managua", + "name": "ASIA_SHANGHAI", + "description": "Shanghai", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MANAUS", - "description": "Manaus", + "name": "ASIA_SINGAPORE", + "description": "Singapore", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MARIGOT", - "description": "Marigot", + "name": "ASIA_SREDNEKOLYMSK", + "description": "Srednekolymsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MARTINIQUE", - "description": "Martinique", + "name": "ASIA_TAIPEI", + "description": "Taipei", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MATAMOROS", - "description": "Matamoros", + "name": "ASIA_TASHKENT", + "description": "Tashkent", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MAZATLAN", - "description": "Mazatlan", + "name": "ASIA_TBILISI", + "description": "Tbilisi", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MENOMINEE", - "description": "Menominee", + "name": "ASIA_TEHRAN", + "description": "Tehran", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MERIDA", - "description": "Merida", + "name": "ASIA_THIMPHU", + "description": "Thimphu", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_METLAKATLA", - "description": "Metlakatla", + "name": "ASIA_TOKYO", + "description": "Tokyo", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MEXICO_CITY", - "description": "Mexico City", + "name": "ASIA_TOMSK", + "description": "Tomsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MIQUELON", - "description": "Miquelon", + "name": "ASIA_ULAANBAATAR", + "description": "Ulaanbaatar", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MONCTON", - "description": "Moncton", + "name": "ASIA_URUMQI", + "description": "Urumqi", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MONTERREY", - "description": "Monterrey", + "name": "ASIA_UST_NERA", + "description": "Ust-Nera", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MONTEVIDEO", - "description": "Montevideo", + "name": "ASIA_VIENTIANE", + "description": "Vientiane", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_MONTSERRAT", - "description": "Montserrat", + "name": "ASIA_VLADIVOSTOK", + "description": "Vladivostok", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NASSAU", - "description": "Nassau", + "name": "ASIA_YAKUTSK", + "description": "Yakutsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NEW_YORK", - "description": "New York", + "name": "ASIA_YANGON", + "description": "Yangon", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NIPIGON", - "description": "Nipigon", + "name": "ASIA_YEKATERINBURG", + "description": "Yekaterinburg", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NOME", - "description": "Nome", + "name": "ASIA_YEREVAN", + "description": "Yerevan", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NORONHA", - "description": "Noronha", + "name": "ATLANTIC_AZORES", + "description": "Azores", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NORTH_DAKOTA_BEULAH", - "description": "North Dakota - Beulah", + "name": "ATLANTIC_BERMUDA", + "description": "Bermuda", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NORTH_DAKOTA_CENTER", - "description": "North Dakota - Center", + "name": "ATLANTIC_CANARY", + "description": "Canary", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NORTH_DAKOTA_NEW_SALEM", - "description": "North Dakota - New Salem", + "name": "ATLANTIC_CAPE_VERDE", + "description": "Cape Verde", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_NUUK", - "description": "Nuuk", + "name": "ATLANTIC_FAROE", + "description": "Faroe", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_OJINAGA", - "description": "Ojinaga", + "name": "ATLANTIC_MADEIRA", + "description": "Madeira", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PANAMA", - "description": "Panama", + "name": "ATLANTIC_REYKJAVIK", + "description": "Reykjavik", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PANGNIRTUNG", - "description": "Pangnirtung", + "name": "ATLANTIC_SOUTH_GEORGIA", + "description": "South Georgia", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PARAMARIBO", - "description": "Paramaribo", + "name": "ATLANTIC_STANLEY", + "description": "Stanley", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PHOENIX", - "description": "Phoenix", + "name": "ATLANTIC_ST_HELENA", + "description": "St Helena", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PORTO_VELHO", - "description": "Porto Velho", + "name": "AUSTRALIA_ADELAIDE", + "description": "Adelaide", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PORT_AU_PRINCE", - "description": "Port-au-Prince", + "name": "AUSTRALIA_BRISBANE", + "description": "Brisbane", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PORT_OF_SPAIN", - "description": "Port of Spain", + "name": "AUSTRALIA_BROKEN_HILL", + "description": "Broken Hill", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PUERTO_RICO", - "description": "Puerto Rico", + "name": "AUSTRALIA_CURRIE", + "description": "Currie", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_PUNTA_ARENAS", - "description": "Punta Arenas", + "name": "AUSTRALIA_DARWIN", + "description": "Darwin", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_RAINY_RIVER", - "description": "Rainy River", + "name": "AUSTRALIA_EUCLA", + "description": "Eucla", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_RANKIN_INLET", - "description": "Rankin Inlet", + "name": "AUSTRALIA_HOBART", + "description": "Hobart", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_RECIFE", - "description": "Recife", + "name": "AUSTRALIA_LINDEMAN", + "description": "Lindeman", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_REGINA", - "description": "Regina", + "name": "AUSTRALIA_LORD_HOWE", + "description": "Lord Howe", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_RESOLUTE", - "description": "Resolute", + "name": "AUSTRALIA_MELBOURNE", + "description": "Melbourne", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_RIO_BRANCO", - "description": "Rio Branco", + "name": "AUSTRALIA_PERTH", + "description": "Perth", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SANTAREM", - "description": "Santarem", + "name": "AUSTRALIA_SYDNEY", + "description": "Sydney", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SANTIAGO", - "description": "Santiago", + "name": "EUROPE_AMSTERDAM", + "description": "Amsterdam", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SANTO_DOMINGO", - "description": "Santo Domingo", + "name": "EUROPE_ANDORRA", + "description": "Andorra", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SAO_PAULO", - "description": "Sao Paulo", + "name": "EUROPE_ASTRAKHAN", + "description": "Astrakhan", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SCORESBYSUND", - "description": "Scoresbysund", + "name": "EUROPE_ATHENS", + "description": "Athens", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SITKA", - "description": "Sitka", + "name": "EUROPE_BELGRADE", + "description": "Belgrade", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_BARTHELEMY", - "description": "St Barthelemy", + "name": "EUROPE_BERLIN", + "description": "Berlin", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_JOHNS", - "description": "St Johns", + "name": "EUROPE_BRATISLAVA", + "description": "Bratislava", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_KITTS", - "description": "St Kitts", + "name": "EUROPE_BRUSSELS", + "description": "Brussels", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_LUCIA", - "description": "St Lucia", + "name": "EUROPE_BUCHAREST", + "description": "Bucharest", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_THOMAS", - "description": "St Thomas", + "name": "EUROPE_BUDAPEST", + "description": "Budapest", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_ST_VINCENT", - "description": "St Vincent", + "name": "EUROPE_BUSINGEN", + "description": "Busingen", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_SWIFT_CURRENT", - "description": "Swift Current", + "name": "EUROPE_CHISINAU", + "description": "Chisinau", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_TEGUCIGALPA", - "description": "Tegucigalpa", + "name": "EUROPE_COPENHAGEN", + "description": "Copenhagen", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_THULE", - "description": "Thule", + "name": "EUROPE_DUBLIN", + "description": "Dublin", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_THUNDER_BAY", - "description": "Thunder Bay", + "name": "EUROPE_GIBRALTAR", + "description": "Gibraltar", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_TIJUANA", - "description": "Tijuana", + "name": "EUROPE_GUERNSEY", + "description": "Guernsey", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_TORONTO", - "description": "Toronto", + "name": "EUROPE_HELSINKI", + "description": "Helsinki", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_TORTOLA", - "description": "Tortola", + "name": "EUROPE_ISLE_OF_MAN", + "description": "Isle of Man", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_VANCOUVER", - "description": "Vancouver", + "name": "EUROPE_ISTANBUL", + "description": "Istanbul", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_WHITEHORSE", - "description": "Whitehorse", + "name": "EUROPE_JERSEY", + "description": "Jersey", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_WINNIPEG", - "description": "Winnipeg", + "name": "EUROPE_KALININGRAD", + "description": "Kaliningrad", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_YAKUTAT", - "description": "Yakutat", + "name": "EUROPE_KIEV", + "description": "Kiev", "isDeprecated": false, "deprecationReason": null }, { - "name": "AMERICA_YELLOWKNIFE", - "description": "Yellowknife", + "name": "EUROPE_KIROV", + "description": "Kirov", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_CASEY", - "description": "Casey", + "name": "EUROPE_LISBON", + "description": "Lisbon", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_DAVIS", - "description": "Davis", + "name": "EUROPE_LJUBLJANA", + "description": "Ljubljana", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_DUMONTDURVILLE", - "description": "DumontDUrville", + "name": "EUROPE_LONDON", + "description": "London", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_MACQUARIE", - "description": "Macquarie", + "name": "EUROPE_LUXEMBOURG", + "description": "Luxembourg", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_MAWSON", - "description": "Mawson", + "name": "EUROPE_MADRID", + "description": "Madrid", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_MCMURDO", - "description": "McMurdo", + "name": "EUROPE_MALTA", + "description": "Malta", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_PALMER", - "description": "Palmer", + "name": "EUROPE_MARIEHAMN", + "description": "Mariehamn", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_ROTHERA", - "description": "Rothera", + "name": "EUROPE_MINSK", + "description": "Minsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_SYOWA", - "description": "Syowa", + "name": "EUROPE_MONACO", + "description": "Monaco", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_TROLL", - "description": "Troll", + "name": "EUROPE_MOSCOW", + "description": "Moscow", "isDeprecated": false, "deprecationReason": null }, { - "name": "ANTARCTICA_VOSTOK", - "description": "Vostok", + "name": "EUROPE_OSLO", + "description": "Oslo", "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCTIC_LONGYEARBYEN", - "description": "Longyearbyen", + "name": "EUROPE_PARIS", + "description": "Paris", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ADEN", - "description": "Aden", + "name": "EUROPE_PODGORICA", + "description": "Podgorica", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ALMATY", - "description": "Almaty", + "name": "EUROPE_PRAGUE", + "description": "Prague", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_AMMAN", - "description": "Amman", + "name": "EUROPE_RIGA", + "description": "Riga", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ANADYR", - "description": "Anadyr", + "name": "EUROPE_ROME", + "description": "Rome", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_AQTAU", - "description": "Aqtau", + "name": "EUROPE_SAMARA", + "description": "Samara", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_AQTOBE", - "description": "Aqtobe", + "name": "EUROPE_SAN_MARINO", + "description": "San Marino", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ASHGABAT", - "description": "Ashgabat", + "name": "EUROPE_SARAJEVO", + "description": "Sarajevo", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ATYRAU", - "description": "Atyrau", + "name": "EUROPE_SARATOV", + "description": "Saratov", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BAGHDAD", - "description": "Baghdad", + "name": "EUROPE_SIMFEROPOL", + "description": "Simferopol", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BAHRAIN", - "description": "Bahrain", + "name": "EUROPE_SKOPJE", + "description": "Skopje", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BAKU", - "description": "Baku", + "name": "EUROPE_SOFIA", + "description": "Sofia", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BANGKOK", - "description": "Bangkok", + "name": "EUROPE_STOCKHOLM", + "description": "Stockholm", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BARNAUL", - "description": "Barnaul", + "name": "EUROPE_TALLINN", + "description": "Tallinn", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BEIRUT", - "description": "Beirut", + "name": "EUROPE_TIRANE", + "description": "Tirane", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BISHKEK", - "description": "Bishkek", + "name": "EUROPE_ULYANOVSK", + "description": "Ulyanovsk", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_BRUNEI", - "description": "Brunei", + "name": "EUROPE_UZHGOROD", + "description": "Uzhgorod", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_CHITA", - "description": "Chita", + "name": "EUROPE_VADUZ", + "description": "Vaduz", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_CHOIBALSAN", - "description": "Choibalsan", + "name": "EUROPE_VATICAN", + "description": "Vatican", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_COLOMBO", - "description": "Colombo", + "name": "EUROPE_VIENNA", + "description": "Vienna", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_DAMASCUS", - "description": "Damascus", + "name": "EUROPE_VILNIUS", + "description": "Vilnius", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_DHAKA", - "description": "Dhaka", + "name": "EUROPE_VOLGOGRAD", + "description": "Volgograd", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_DILI", - "description": "Dili", + "name": "EUROPE_WARSAW", + "description": "Warsaw", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_DUBAI", - "description": "Dubai", + "name": "EUROPE_ZAGREB", + "description": "Zagreb", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_DUSHANBE", - "description": "Dushanbe", + "name": "EUROPE_ZAPOROZHYE", + "description": "Zaporozhye", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_FAMAGUSTA", - "description": "Famagusta", + "name": "EUROPE_ZURICH", + "description": "Zurich", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_GAZA", - "description": "Gaza", + "name": "INDIAN_ANTANANARIVO", + "description": "Antananarivo", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_HEBRON", - "description": "Hebron", + "name": "INDIAN_CHAGOS", + "description": "Chagos", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_HONG_KONG", - "description": "Hong Kong", + "name": "INDIAN_CHRISTMAS", + "description": "Christmas", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_HOVD", - "description": "Hovd", + "name": "INDIAN_COCOS", + "description": "Cocos", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_HO_CHI_MINH", - "description": "Ho Chi Minh", + "name": "INDIAN_COMORO", + "description": "Comoro", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_IRKUTSK", - "description": "Irkutsk", + "name": "INDIAN_KERGUELEN", + "description": "Kerguelen", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_JAKARTA", - "description": "Jakarta", + "name": "INDIAN_MAHE", + "description": "Mahe", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_JAYAPURA", - "description": "Jayapura", + "name": "INDIAN_MALDIVES", + "description": "Maldives", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_JERUSALEM", - "description": "Jerusalem", + "name": "INDIAN_MAURITIUS", + "description": "Mauritius", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KABUL", - "description": "Kabul", + "name": "INDIAN_MAYOTTE", + "description": "Mayotte", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KAMCHATKA", - "description": "Kamchatka", + "name": "INDIAN_REUNION", + "description": "Reunion", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KARACHI", - "description": "Karachi", + "name": "PACIFIC_APIA", + "description": "Apia", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KATHMANDU", - "description": "Kathmandu", + "name": "PACIFIC_AUCKLAND", + "description": "Auckland", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KHANDYGA", - "description": "Khandyga", + "name": "PACIFIC_BOUGAINVILLE", + "description": "Bougainville", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KOLKATA", - "description": "Kolkata", + "name": "PACIFIC_CHATHAM", + "description": "Chatham", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KRASNOYARSK", - "description": "Krasnoyarsk", + "name": "PACIFIC_CHUUK", + "description": "Chuuk", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KUALA_LUMPUR", - "description": "Kuala Lumpur", + "name": "PACIFIC_EASTER", + "description": "Easter", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KUCHING", - "description": "Kuching", + "name": "PACIFIC_EFATE", + "description": "Efate", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_KUWAIT", - "description": "Kuwait", + "name": "PACIFIC_ENDERBURY", + "description": "Enderbury", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_MACAU", - "description": "Macau", + "name": "PACIFIC_FAKAOFO", + "description": "Fakaofo", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_MAGADAN", - "description": "Magadan", + "name": "PACIFIC_FIJI", + "description": "Fiji", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_MAKASSAR", - "description": "Makassar", + "name": "PACIFIC_FUNAFUTI", + "description": "Funafuti", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_MANILA", - "description": "Manila", + "name": "PACIFIC_GALAPAGOS", + "description": "Galapagos", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_MUSCAT", - "description": "Muscat", + "name": "PACIFIC_GAMBIER", + "description": "Gambier", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_NICOSIA", - "description": "Nicosia", + "name": "PACIFIC_GUADALCANAL", + "description": "Guadalcanal", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_NOVOKUZNETSK", - "description": "Novokuznetsk", + "name": "PACIFIC_GUAM", + "description": "Guam", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_NOVOSIBIRSK", - "description": "Novosibirsk", + "name": "PACIFIC_HONOLULU", + "description": "Honolulu", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_OMSK", - "description": "Omsk", + "name": "PACIFIC_KIRITIMATI", + "description": "Kiritimati", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ORAL", - "description": "Oral", + "name": "PACIFIC_KOSRAE", + "description": "Kosrae", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_PHNOM_PENH", - "description": "Phnom Penh", + "name": "PACIFIC_KWAJALEIN", + "description": "Kwajalein", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_PONTIANAK", - "description": "Pontianak", + "name": "PACIFIC_MAJURO", + "description": "Majuro", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_PYONGYANG", - "description": "Pyongyang", + "name": "PACIFIC_MARQUESAS", + "description": "Marquesas", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_QATAR", - "description": "Qatar", + "name": "PACIFIC_MIDWAY", + "description": "Midway", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_QOSTANAY", - "description": "Qostanay", + "name": "PACIFIC_NAURU", + "description": "Nauru", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_QYZYLORDA", - "description": "Qyzylorda", + "name": "PACIFIC_NIUE", + "description": "Niue", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_RIYADH", - "description": "Riyadh", + "name": "PACIFIC_NORFOLK", + "description": "Norfolk", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SAKHALIN", - "description": "Sakhalin", + "name": "PACIFIC_NOUMEA", + "description": "Noumea", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SAMARKAND", - "description": "Samarkand", + "name": "PACIFIC_PAGO_PAGO", + "description": "Pago Pago", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SEOUL", - "description": "Seoul", + "name": "PACIFIC_PALAU", + "description": "Palau", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SHANGHAI", - "description": "Shanghai", + "name": "PACIFIC_PITCAIRN", + "description": "Pitcairn", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SINGAPORE", - "description": "Singapore", + "name": "PACIFIC_POHNPEI", + "description": "Pohnpei", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_SREDNEKOLYMSK", - "description": "Srednekolymsk", + "name": "PACIFIC_PORT_MORESBY", + "description": "Port Moresby", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TAIPEI", - "description": "Taipei", + "name": "PACIFIC_RAROTONGA", + "description": "Rarotonga", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TASHKENT", - "description": "Tashkent", + "name": "PACIFIC_SAIPAN", + "description": "Saipan", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TBILISI", - "description": "Tbilisi", + "name": "PACIFIC_TAHITI", + "description": "Tahiti", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TEHRAN", - "description": "Tehran", + "name": "PACIFIC_TARAWA", + "description": "Tarawa", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_THIMPHU", - "description": "Thimphu", + "name": "PACIFIC_TONGATAPU", + "description": "Tongatapu", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TOKYO", - "description": "Tokyo", + "name": "PACIFIC_WAKE", + "description": "Wake", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_TOMSK", - "description": "Tomsk", + "name": "PACIFIC_WALLIS", + "description": "Wallis", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_ULAANBAATAR", - "description": "Ulaanbaatar", + "name": "UTC_0", + "description": "UTC offset: UTC+0", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_URUMQI", - "description": "Urumqi", + "name": "UTC_0_30", + "description": "UTC offset: UTC+0:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_UST_NERA", - "description": "Ust-Nera", + "name": "UTC_1", + "description": "UTC offset: UTC+1", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_VIENTIANE", - "description": "Vientiane", + "name": "UTC_10", + "description": "UTC offset: UTC+10", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_VLADIVOSTOK", - "description": "Vladivostok", + "name": "UTC_10_30", + "description": "UTC offset: UTC+10:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_YAKUTSK", - "description": "Yakutsk", + "name": "UTC_11", + "description": "UTC offset: UTC+11", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_YANGON", - "description": "Yangon", + "name": "UTC_11_30", + "description": "UTC offset: UTC+11:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_YEKATERINBURG", - "description": "Yekaterinburg", + "name": "UTC_12", + "description": "UTC offset: UTC+12", "isDeprecated": false, "deprecationReason": null }, { - "name": "ASIA_YEREVAN", - "description": "Yerevan", + "name": "UTC_12_45", + "description": "UTC offset: UTC+12:45", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_AZORES", - "description": "Azores", + "name": "UTC_13", + "description": "UTC offset: UTC+13", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_BERMUDA", - "description": "Bermuda", + "name": "UTC_13_45", + "description": "UTC offset: UTC+13:45", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_CANARY", - "description": "Canary", + "name": "UTC_14", + "description": "UTC offset: UTC+14", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_CAPE_VERDE", - "description": "Cape Verde", + "name": "UTC_1_30", + "description": "UTC offset: UTC+1:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_FAROE", - "description": "Faroe", + "name": "UTC_2", + "description": "UTC offset: UTC+2", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_MADEIRA", - "description": "Madeira", + "name": "UTC_2_30", + "description": "UTC offset: UTC+2:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_REYKJAVIK", - "description": "Reykjavik", + "name": "UTC_3", + "description": "UTC offset: UTC+3", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_SOUTH_GEORGIA", - "description": "South Georgia", + "name": "UTC_3_30", + "description": "UTC offset: UTC+3:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_STANLEY", - "description": "Stanley", + "name": "UTC_4", + "description": "UTC offset: UTC+4", "isDeprecated": false, "deprecationReason": null }, { - "name": "ATLANTIC_ST_HELENA", - "description": "St Helena", + "name": "UTC_4_30", + "description": "UTC offset: UTC+4:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_ADELAIDE", - "description": "Adelaide", + "name": "UTC_5", + "description": "UTC offset: UTC+5", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_BRISBANE", - "description": "Brisbane", + "name": "UTC_5_30", + "description": "UTC offset: UTC+5:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_BROKEN_HILL", - "description": "Broken Hill", + "name": "UTC_5_45", + "description": "UTC offset: UTC+5:45", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_CURRIE", - "description": "Currie", + "name": "UTC_6", + "description": "UTC offset: UTC+6", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_DARWIN", - "description": "Darwin", + "name": "UTC_6_30", + "description": "UTC offset: UTC+6:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_EUCLA", - "description": "Eucla", + "name": "UTC_7", + "description": "UTC offset: UTC+7", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_HOBART", - "description": "Hobart", + "name": "UTC_7_30", + "description": "UTC offset: UTC+7:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_LINDEMAN", - "description": "Lindeman", + "name": "UTC_8", + "description": "UTC offset: UTC+8", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_LORD_HOWE", - "description": "Lord Howe", + "name": "UTC_8_30", + "description": "UTC offset: UTC+8:30", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_MELBOURNE", - "description": "Melbourne", + "name": "UTC_8_45", + "description": "UTC offset: UTC+8:45", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_PERTH", - "description": "Perth", + "name": "UTC_9", + "description": "UTC offset: UTC+9", "isDeprecated": false, "deprecationReason": null }, { - "name": "AUSTRALIA_SYDNEY", - "description": "Sydney", + "name": "UTC_9_30", + "description": "UTC offset: UTC+9:30", "isDeprecated": false, "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MenuItemsWhereArgs", + "description": "Options for filtering the connection", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "The ID of the object", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "EUROPE_AMSTERDAM", - "description": "Amsterdam", - "isDeprecated": false, - "deprecationReason": null + "name": "location", + "description": "The menu location for the menu being queried", + "type": { + "kind": "ENUM", + "name": "MenuLocationEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "UNION", + "name": "PostObjectUnion", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Post", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + } + ] + }, + { + "kind": "UNION", + "name": "TermObjectUnion", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Category", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Tag", + "ofType": null }, { - "name": "EUROPE_ANDORRA", - "description": "Andorra", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PostFormat", + "ofType": null }, { - "name": "EUROPE_ASTRAKHAN", - "description": "Astrakhan", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductType", + "ofType": null }, { - "name": "EUROPE_ATHENS", - "description": "Athens", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "VisibleProduct", + "ofType": null }, { - "name": "EUROPE_BELGRADE", - "description": "Belgrade", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductCategory", + "ofType": null }, { - "name": "EUROPE_BERLIN", - "description": "Berlin", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductTag", + "ofType": null }, { - "name": "EUROPE_BRATISLAVA", - "description": "Bratislava", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ShippingClass", + "ofType": null }, { - "name": "EUROPE_BRUSSELS", - "description": "Brussels", - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "PaColor", + "ofType": null }, { - "name": "EUROPE_BUCHAREST", - "description": "Bucharest", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "PaSize", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "DefaultTemplate", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_BUDAPEST", - "description": "Budapest", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_BUSINGEN", - "description": "Busingen", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogChequered", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_CHISINAU", - "description": "Chisinau", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogCompound", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_COPENHAGEN", - "description": "Copenhagen", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogGallery", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_DUBLIN", - "description": "Dublin", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogHeadlines", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_GIBRALTAR", - "description": "Gibraltar", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogLargeImageSimple", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_GUERNSEY", - "description": "Guernsey", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogLargeImageWholePost", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_HELSINKI", - "description": "Helsinki", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogLargeImageWithDividers", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_ISLE_OF_MAN", - "description": "Isle of Man", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogLargeImage", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_ISTANBUL", - "description": "Istanbul", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogMasonryDateInImage", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_JERSEY", - "description": "Jersey", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogMasonryFullWidthDateInImage", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_KALININGRAD", - "description": "Kaliningrad", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogMasonryFullWidth", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_KIEV", - "description": "Kiev", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogMasonryGallery", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_KIROV", - "description": "Kirov", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogMasonry", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_LISBON", - "description": "Lisbon", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogPinterest", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_LJUBLJANA", - "description": "Ljubljana", + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogSmallImage", + "description": "The template assigned to the node", + "fields": [ + { + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_BlogVerticalLoop", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_LONDON", - "description": "London", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_LUXEMBOURG", - "description": "Luxembourg", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_ContactPage", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_MADRID", - "description": "Madrid", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_MALTA", - "description": "Malta", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_FullScreenSections", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_MARIEHAMN", - "description": "Mariehamn", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_MINSK", - "description": "Minsk", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_FullWidth", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_MONACO", - "description": "Monaco", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_MOSCOW", - "description": "Moscow", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_LandingPage", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_OSLO", - "description": "Oslo", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_PARIS", - "description": "Paris", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Template_WooCommerce", + "description": "The template assigned to the node", + "fields": [ { - "name": "EUROPE_PODGORICA", - "description": "Podgorica", + "name": "templateName", + "description": "The name of the template", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "EUROPE_PRAGUE", - "description": "Prague", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GroupProduct", + "description": "A group product object", + "fields": [ { - "name": "EUROPE_RIGA", - "description": "Riga", + "name": "addToCartDescription", + "description": "Product's add to cart button text description", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_ROME", - "description": "Rome", + "name": "addToCartText", + "description": "Product's add to cart button text description", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SAMARA", - "description": "Samara", + "name": "attributes", + "description": "Connection between the Product type and the ProductAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductAttributeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SAN_MARINO", - "description": "San Marino", + "name": "averageRating", + "description": "Product average count", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SARAJEVO", - "description": "Sarajevo", + "name": "catalogVisibility", + "description": "Catalog visibility", + "args": [], + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SARATOV", - "description": "Saratov", + "name": "commentCount", + "description": "The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SIMFEROPOL", - "description": "Simferopol", + "name": "commentStatus", + "description": "Whether the comments are open or closed for this particular post.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SKOPJE", - "description": "Skopje", + "name": "content", + "description": "The content of the post.", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_SOFIA", - "description": "Sofia", + "name": "contentType", + "description": "Connection between the ContentNode type and the ContentType type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToContentTypeConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_STOCKHOLM", - "description": "Stockholm", + "name": "databaseId", + "description": "The ID of the product in the database", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_TALLINN", - "description": "Tallinn", + "name": "date", + "description": "Date product created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_TIRANE", - "description": "Tirane", + "name": "dateGmt", + "description": "The publishing date set in GMT.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_ULYANOVSK", - "description": "Ulyanovsk", + "name": "dateOnSaleFrom", + "description": "Date on sale from", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_UZHGOROD", - "description": "Uzhgorod", + "name": "dateOnSaleTo", + "description": "Date on sale to", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_VADUZ", - "description": "Vaduz", + "name": "defaultAttributes", + "description": "Connection between the GroupProduct type and the VariationAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "GroupProductToVariationAttributeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_VATICAN", - "description": "Vatican", + "name": "description", + "description": "Product description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_VIENNA", - "description": "Vienna", + "name": "desiredSlug", + "description": "The desired slug of the post", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_VILNIUS", - "description": "Vilnius", + "name": "editingLockedBy", + "description": "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", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEditLockConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_VOLGOGRAD", - "description": "Volgograd", + "name": "enclosure", + "description": "The RSS enclosure for the object", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_WARSAW", - "description": "Warsaw", + "name": "enqueuedScripts", + "description": "Connection between the ContentNode type and the EnqueuedScript type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedScriptConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_ZAGREB", - "description": "Zagreb", + "name": "enqueuedStylesheets", + "description": "Connection between the ContentNode type and the EnqueuedStylesheet type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEnqueuedStylesheetConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_ZAPOROZHYE", - "description": "Zaporozhye", + "name": "featured", + "description": "If the product is featured", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EUROPE_ZURICH", - "description": "Zurich", + "name": "featuredImage", + "description": "Connection between the NodeWithFeaturedImage type and the MediaItem type", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NodeWithFeaturedImageToMediaItemConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_ANTANANARIVO", - "description": "Antananarivo", + "name": "featuredImageDatabaseId", + "description": "The database identifier for the featured image node assigned to the content node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_CHAGOS", - "description": "Chagos", + "name": "featuredImageId", + "description": "Globally unique ID of the featured image assigned to the node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_CHRISTMAS", - "description": "Christmas", + "name": "galleryImages", + "description": "Connection between the Product type and the MediaItem type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToMediaItemConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToMediaItemConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_COCOS", - "description": "Cocos", + "name": "globalAttributes", + "description": "Connection between the Product type and the GlobalProductAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToGlobalProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToGlobalProductAttributeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_COMORO", - "description": "Comoro", + "name": "guid", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_KERGUELEN", - "description": "Kerguelen", + "name": "id", + "description": "The globally unique identifier for the product", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_MAHE", - "description": "Mahe", + "name": "image", + "description": "Main image", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MediaItem", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_MALDIVES", - "description": "Maldives", + "name": "isPreview", + "description": "Whether the object is a node in the preview state", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_MAURITIUS", - "description": "Mauritius", + "name": "isRestricted", + "description": "Whether the object is restricted from the current viewer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_MAYOTTE", - "description": "Mayotte", + "name": "lastEditedBy", + "description": "The user that most recently edited the node", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ContentNodeToEditLastConnectionEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "INDIAN_REUNION", - "description": "Reunion", + "name": "link", + "description": "The permalink of the post", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_APIA", - "description": "Apia", + "name": "localAttributes", + "description": "Connection between the Product type and the LocalProductAttribute type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToLocalProductAttributeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToLocalProductAttributeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_AUCKLAND", - "description": "Auckland", + "name": "menuOrder", + "description": "Menu order", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_BOUGAINVILLE", - "description": "Bougainville", + "name": "metaData", + "description": "Object meta data", + "args": [ + { + "name": "key", + "description": "Retrieve meta by key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keysIn", + "description": "Retrieve multiple metas by key", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "multiple", + "description": "Retrieve meta with matching keys", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetaData", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_CHATHAM", - "description": "Chatham", + "name": "modified", + "description": "Date product last updated", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_CHUUK", - "description": "Chuuk", + "name": "modifiedGmt", + "description": "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.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_EASTER", - "description": "Easter", + "name": "name", + "description": "Product name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_EFATE", - "description": "Efate", + "name": "onSale", + "description": "Is product on sale?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_ENDERBURY", - "description": "Enderbury", + "name": "paColors", + "description": "Connection between the Product type and the paColor type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaColorConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToPaColorConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_FAKAOFO", - "description": "Fakaofo", + "name": "paSizes", + "description": "Connection between the Product type and the paSize type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToPaSizeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToPaSizeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_FIJI", - "description": "Fiji", + "name": "parent", + "description": "Parent product", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_FUNAFUTI", - "description": "Funafuti", + "name": "previewRevisionDatabaseId", + "description": "The database id of the preview node", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_GALAPAGOS", - "description": "Galapagos", + "name": "previewRevisionId", + "description": "Whether the object is a node in the preview state", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_GAMBIER", - "description": "Gambier", + "name": "price", + "description": "Products' price range", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_GUADALCANAL", - "description": "Guadalcanal", + "name": "productCategories", + "description": "Connection between the Product type and the productCategory type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductCategoryConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductCategoryConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_GUAM", - "description": "Guam", + "name": "productTags", + "description": "Connection between the Product type and the productTag type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTagConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductTagConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_HONOLULU", - "description": "Honolulu", + "name": "productTypes", + "description": "Connection between the Product type and the productType type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductTypeConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductTypeConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_KIRITIMATI", - "description": "Kiritimati", + "name": "products", + "description": "Connection between the GroupProduct type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "GroupProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "GroupProductToProductConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_KOSRAE", - "description": "Kosrae", + "name": "purchasable", + "description": "Can product be purchased?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_KWAJALEIN", - "description": "Kwajalein", + "name": "purchaseNote", + "description": "Purchase note", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_MAJURO", - "description": "Majuro", + "name": "related", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToProductConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_MARQUESAS", - "description": "Marquesas", + "name": "reviewCount", + "description": "Product review count", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_MIDWAY", - "description": "Midway", + "name": "reviews", + "description": "Connection between the Product type and the Comment type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToCommentConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToCommentConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_NAURU", - "description": "Nauru", + "name": "reviewsAllowed", + "description": "If reviews are allowed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_NIUE", - "description": "Niue", + "name": "shippingClasses", + "description": "Connection between the Product type and the shippingClass type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToShippingClassConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToShippingClassConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_NORFOLK", - "description": "Norfolk", + "name": "shortDescription", + "description": "Product short description", + "args": [ + { + "name": "format", + "description": "Format of the field output", + "type": { + "kind": "ENUM", + "name": "PostObjectFieldFormatEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_NOUMEA", - "description": "Noumea", + "name": "sku", + "description": "Product SKU", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_PAGO_PAGO", - "description": "Pago Pago", + "name": "slug", + "description": "Product slug", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_PALAU", - "description": "Palau", + "name": "status", + "description": "Product status", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_PITCAIRN", - "description": "Pitcairn", + "name": "template", + "description": "The template assigned to a node of content", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "ContentTemplate", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_POHNPEI", - "description": "Pohnpei", + "name": "totalSales", + "description": "Number total of sales", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_PORT_MORESBY", - "description": "Port Moresby", + "name": "type", + "description": "Product type", + "args": [], + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_RAROTONGA", - "description": "Rarotonga", + "name": "upsell", + "description": "Connection between the Product type and the Product type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToUpsellConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToUpsellConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_SAIPAN", - "description": "Saipan", + "name": "uri", + "description": "URI path for the resource", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PACIFIC_TAHITI", - "description": "Tahiti", + "name": "visibleProducts", + "description": "Connection between the Product type and the visibleProduct type", + "args": [ + { + "name": "first", + "description": "The number of items to return after the referenced \"after\" cursor", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "after", + "description": "Cursor used along with the \"first\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Cursor used along with the \"last\" argument to reference where in the dataset to get data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "where", + "description": "Arguments for filtering the connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProductToVisibleProductConnectionWhereArgs", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProductToVisibleProductConnection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "PACIFIC_TARAWA", - "description": "Tarawa", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null }, { - "name": "PACIFIC_TONGATAPU", - "description": "Tongatapu", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Product", + "ofType": null }, { - "name": "PACIFIC_WAKE", - "description": "Wake", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithComments", + "ofType": null }, { - "name": "PACIFIC_WALLIS", - "description": "Wallis", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithContentEditor", + "ofType": null }, { - "name": "UTC_0", - "description": "UTC offset: UTC+0", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "NodeWithFeaturedImage", + "ofType": null }, { - "name": "UTC_0_30", - "description": "UTC offset: UTC+0:30", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "ContentNode", + "ofType": null }, { - "name": "UTC_1", - "description": "UTC offset: UTC+1", - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "UniformResourceIdentifiable", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GroupProductToVariationAttributeConnection", + "description": "Connection between the GroupProduct type and the VariationAttribute type", + "fields": [ { - "name": "UTC_10", - "description": "UTC offset: UTC+10", + "name": "edges", + "description": "Edges for the GroupProductToVariationAttributeConnection connection", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "GroupProductToVariationAttributeConnectionEdge", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UTC_10_30", - "description": "UTC offset: UTC+10:30", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "VariationAttribute", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UTC_11", - "description": "UTC offset: UTC+11", + "name": "pageInfo", + "description": "Information about pagination in a connection.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "WPPageInfo", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GroupProductToVariationAttributeConnectionEdge", + "description": "An edge in a connection", + "fields": [ { - "name": "UTC_11_30", - "description": "UTC offset: UTC+11:30", + "name": "cursor", + "description": "A cursor for use in pagination", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UTC_12", - "description": "UTC offset: UTC+12", + "name": "node", + "description": "The item at the end of the edge", + "args": [], + "type": { + "kind": "OBJECT", + "name": "VariationAttribute", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "GroupProductToProductConnectionWhereArgs", + "description": "Arguments for filtering the GroupProductToProductConnection connection", + "fields": null, + "inputFields": [ { - "name": "UTC_12_45", - "description": "UTC offset: UTC+12:45", - "isDeprecated": false, - "deprecationReason": null + "name": "attribute", + "description": "Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_13", - "description": "UTC offset: UTC+13", - "isDeprecated": false, - "deprecationReason": null + "name": "attributeTerm", + "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_13_45", - "description": "UTC offset: UTC+13:45", - "isDeprecated": false, - "deprecationReason": null + "name": "category", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_14", - "description": "UTC offset: UTC+14", - "isDeprecated": false, - "deprecationReason": null + "name": "categoryId", + "description": "Limit result set to products assigned a specific category name.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_1_30", - "description": "UTC offset: UTC+1:30", - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdIn", + "description": "Limit result set to products assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_2", - "description": "UTC offset: UTC+2", - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIdNotIn", + "description": "Limit result set to products not assigned to a specific group of category IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_2_30", - "description": "UTC offset: UTC+2:30", - "isDeprecated": false, - "deprecationReason": null + "name": "categoryIn", + "description": "Limit result set to products assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_3", - "description": "UTC offset: UTC+3", - "isDeprecated": false, - "deprecationReason": null + "name": "categoryNotIn", + "description": "Limit result set to products not assigned to a group of specific categories by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_3_30", - "description": "UTC offset: UTC+3:30", - "isDeprecated": false, - "deprecationReason": null + "name": "dateQuery", + "description": "Filter the connection based on dates.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DateQueryInput", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_4", - "description": "UTC offset: UTC+4", - "isDeprecated": false, - "deprecationReason": null + "name": "exclude", + "description": "Ensure result set excludes specific IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_4_30", - "description": "UTC offset: UTC+4:30", - "isDeprecated": false, - "deprecationReason": null + "name": "featured", + "description": "Limit result set to featured products.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_5", - "description": "UTC offset: UTC+5", - "isDeprecated": false, - "deprecationReason": null + "name": "include", + "description": "Limit result set to specific ids.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_5_30", - "description": "UTC offset: UTC+5:30", - "isDeprecated": false, - "deprecationReason": null + "name": "maxPrice", + "description": "Limit result set to products based on a maximum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_5_45", - "description": "UTC offset: UTC+5:45", - "isDeprecated": false, - "deprecationReason": null + "name": "minPrice", + "description": "Limit result set to products based on a minimum price.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_6", - "description": "UTC offset: UTC+6", - "isDeprecated": false, - "deprecationReason": null + "name": "onSale", + "description": "Limit result set to products on sale.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_6_30", - "description": "UTC offset: UTC+6:30", - "isDeprecated": false, - "deprecationReason": null + "name": "orderby", + "description": "What paramater to use to order the objects by.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductsOrderbyInput", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_7", - "description": "UTC offset: UTC+7", - "isDeprecated": false, - "deprecationReason": null + "name": "parent", + "description": "Use ID to return only children. Use 0 to return only top-level items.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_7_30", - "description": "UTC offset: UTC+7:30", - "isDeprecated": false, - "deprecationReason": null + "name": "parentIn", + "description": "Specify objects whose parent is in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_8", - "description": "UTC offset: UTC+8", - "isDeprecated": false, - "deprecationReason": null + "name": "parentNotIn", + "description": "Specify objects whose parent is not in an array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "UTC_8_30", - "description": "UTC offset: UTC+8:30", - "isDeprecated": false, - "deprecationReason": null + "name": "search", + "description": "Limit result set to products based on a keyword search.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_8_45", - "description": "UTC offset: UTC+8:45", - "isDeprecated": false, - "deprecationReason": null + "name": "shippingClassId", + "description": "Limit result set to products assigned a specific shipping class ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_9", - "description": "UTC offset: UTC+9", - "isDeprecated": false, - "deprecationReason": null + "name": "sku", + "description": "Limit result set to products with specific SKU(s). Use commas to separate.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UTC_9_30", - "description": "UTC offset: UTC+9:30", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MenuItemsWhereArgs", - "description": "Options for filtering the connection", - "fields": null, - "inputFields": [ - { - "name": "id", - "description": "The ID of the object", + "name": "slug", + "description": "Limit result set to products with a specific slug.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "location", - "description": "The menu location for the menu being queried", + "name": "status", + "description": "Limit result set to products assigned a specific status.", "type": { - "kind": "ENUM", - "name": "MenuLocationEnum", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "PostObjectUnion", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + }, { - "kind": "OBJECT", - "name": "Post", - "ofType": null + "name": "stockStatus", + "description": "Limit result set to products in stock or out of stock.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "StockStatusEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "Page", - "ofType": null + "name": "supportedTypesOnly", + "description": "Limit result types to types supported by WooGraphQL.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "MediaItem", - "ofType": null - } - ] - }, - { - "kind": "UNION", - "name": "TermObjectUnion", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ + "name": "tag", + "description": "Limit result set to products assigned a specific tag name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { - "kind": "OBJECT", - "name": "Category", - "ofType": null + "name": "tagId", + "description": "Limit result set to products assigned a specific tag ID.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "Tag", - "ofType": null + "name": "tagIdIn", + "description": "Limit result set to products assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "PostFormat", - "ofType": null + "name": "tagIdNotIn", + "description": "Limit result set to products not assigned to a specific group of tag IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "ProductType", - "ofType": null + "name": "tagIn", + "description": "Limit result set to products assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "VisibleProduct", - "ofType": null + "name": "tagNotIn", + "description": "Limit result set to products not assigned to a specific group of tags by name.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "ProductCategory", - "ofType": null + "name": "taxonomyFilter", + "description": "Limit result set with complex set of taxonomy filters.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProductTaxonomyFilterRelationInput", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "ProductTag", - "ofType": null + "name": "type", + "description": "Limit result set to products assigned a specific type.", + "type": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "ShippingClass", - "ofType": null + "name": "typeIn", + "description": "Limit result set to products assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "PaColor", - "ofType": null + "name": "typeNotIn", + "description": "Limit result set to products not assigned to a group of specific types.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProductTypesEnum", + "ofType": null + } + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "PaSize", - "ofType": null + "name": "visibility", + "description": "Limit result set to products with a specific visibility level.", + "type": { + "kind": "ENUM", + "name": "CatalogVisibilityEnum", + "ofType": null + }, + "defaultValue": null } - ] + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null }, { "kind": "OBJECT", - "name": "DefaultTemplate", - "description": "The template assigned to the node", + "name": "GroupProductToProductConnection", + "description": "Connection between the GroupProduct type and the Product type", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "edges", + "description": "Edges for the GroupProductToProductConnection connection", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "GroupProductToProductConnectionEdge", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "nodes", + "description": "The nodes of the connection, without the edges", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Product", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information about pagination in a connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "WPPageInfo", "ofType": null }, "isDeprecated": false, @@ -88742,24 +92730,18 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogChequeredTemplate", - "description": "The template assigned to the node", + "name": "GroupProductToProductConnectionEdge", + "description": "An edge in a connection", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "cursor", + "description": "A cursor for use in pagination", "args": [], "type": { "kind": "SCALAR", @@ -88770,12 +92752,12 @@ "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "node", + "description": "The item at the end of the edge", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "Product", "ofType": null }, "isDeprecated": false, @@ -88783,24 +92765,18 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogCompoundTemplate", - "description": "The template assigned to the node", + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -88811,131 +92787,123 @@ "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "types", + "description": "A list of all types supported by this server.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogGalleryTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "queryType", + "description": "The type that query operations will be rooted at.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogHeadlinesTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "subscriptionType", + "description": "If this server support subscription, the type that subscription operations will be rooted at.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "directives", + "description": "A list of all directives supported by this server.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogLargeImageSimpleTemplate", - "description": "The template assigned to the node", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "kind", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__TypeKind", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "name", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -88944,27 +92912,10 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageWholePostTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -88975,8 +92926,8 @@ "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "specifiedByUrl", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -88985,84 +92936,147 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageWithDividersTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "fields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "interfaces", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "possibleTypes", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogLargeImageTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "enumValues", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", - "args": [], + "name": "inputFields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "ofType", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__Type", "ofType": null }, "isDeprecated": false, @@ -89070,36 +93084,93 @@ } ], "inputFields": null, - "interfaces": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given `__Type` is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null + "name": "SCALAR", + "description": "Indicates this type is a scalar.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogMasonryDateInImageTemplate", - "description": "The template assigned to the node", + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "name", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89108,39 +93179,77 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryFullWidthDateInImageTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "args", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "type", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "deprecationReason", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89152,36 +93261,34 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogMasonryFullWidthTemplate", - "description": "The template assigned to the node", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "name", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89190,39 +93297,26 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryGalleryTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "type", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { "kind": "SCALAR", @@ -89231,39 +93325,26 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogMasonryTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "isDeprecated", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "deprecationReason", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89275,36 +93356,34 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogPinterestTemplate", - "description": "The template assigned to the node", + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "name", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89313,39 +93392,26 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BlogSmallImageTemplate", - "description": "The template assigned to the node", - "fields": [ + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "isDeprecated", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "deprecationReason", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89357,36 +93423,34 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "BlogVerticalLoopTemplate", - "description": "The template assigned to the node", + "name": "__Directive", + "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "fields": [ { - "name": "templateFile", - "description": "The file the template uses", + "name": "name", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "description", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -89395,234 +93459,217 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContactPageTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "isRepeatable", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", + "name": "locations", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", + "name": "args", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FullScreenSectionsTemplate", - "description": "The template assigned to the node", - "fields": [ + "kind": "ENUM", + "name": "__DirectiveLocation", + "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "templateFile", - "description": "The file the template uses", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "QUERY", + "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MUTATION", + "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FullWidthTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "SUBSCRIPTION", + "description": "Location adjacent to a subscription operation.", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "FIELD", + "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "FRAGMENT_DEFINITION", + "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LandingPageTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "FRAGMENT_SPREAD", + "description": "Location adjacent to a fragment spread.", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "INLINE_FRAGMENT", + "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WooCommerceTemplate", - "description": "The template assigned to the node", - "fields": [ + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "templateFile", - "description": "The file the template uses", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "templateName", - "description": "The name of the template", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "ContentTemplate", - "ofType": null + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Location adjacent to an enum definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null } ], "directives": [ { - "name": "skip", - "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "name": "include", + "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", + "isRepeatable": false, + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", - "description": "Skipped when true.", + "description": "Included when true.", "type": { "kind": "NON_NULL", "name": null, @@ -89637,13 +93684,18 @@ ] }, { - "name": "include", - "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "name": "skip", + "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", + "isRepeatable": false, + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", - "description": "Included when true.", + "description": "Skipped when true.", "type": { "kind": "NON_NULL", "name": null, @@ -89660,11 +93712,17 @@ { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", - "locations": ["FIELD_DEFINITION", "ENUM_VALUE"], + "isRepeatable": false, + "locations": [ + "FIELD_DEFINITION", + "ARGUMENT_DEFINITION", + "INPUT_FIELD_DEFINITION", + "ENUM_VALUE" + ], "args": [ { "name": "reason", - "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).", + "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", @@ -89673,7 +93731,31 @@ "defaultValue": "\"No longer supported\"" } ] + }, + { + "name": "specifiedBy", + "description": "Exposes a URL that specifies the behaviour of this scalar.", + "isRepeatable": false, + "locations": [ + "SCALAR" + ], + "args": [ + { + "name": "url", + "description": "The URL that specifies the behaviour of this scalar.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ] } ] } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3973e9ec..d2f42a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxtjs-woocommerce", - "version": "1.0.17", + "version": "1.0.18", "private": true, "scripts": { "dev": "nuxt", diff --git a/src/generated/graphql.ts b/src/generated/graphql.ts new file mode 100644 index 00000000..37af907b --- /dev/null +++ b/src/generated/graphql.ts @@ -0,0 +1,253 @@ + + export interface PossibleTypesResultData { + possibleTypes: { + [key: string]: string[] + } + } + const result: PossibleTypesResultData = { + "possibleTypes": { + "Node": [ + "Coupon", + "ProductCategory", + "EnqueuedScript", + "EnqueuedStylesheet", + "ContentType", + "Taxonomy", + "User", + "Comment", + "MediaItem", + "Page", + "Post", + "Category", + "PostFormat", + "Tag", + "UserRole", + "PaColor", + "ProductVariation", + "VariableProduct", + "PaSize", + "ProductTag", + "ProductType", + "ShippingClass", + "VisibleProduct", + "Customer", + "Order", + "TaxRate", + "Refund", + "ShippingMethod", + "ExternalProduct", + "Menu", + "MenuItem", + "Plugin", + "SimpleProduct", + "Theme", + "CommentAuthor", + "GroupProduct" + ], + "TermNode": [ + "ProductCategory", + "Category", + "PostFormat", + "Tag", + "PaColor", + "PaSize", + "ProductTag", + "ProductType", + "ShippingClass", + "VisibleProduct" + ], + "EnqueuedAsset": [ + "EnqueuedScript", + "EnqueuedStylesheet" + ], + "DatabaseIdentifier": [ + "ProductCategory", + "User", + "Comment", + "MediaItem", + "Page", + "Post", + "Category", + "PostFormat", + "Tag", + "PaColor", + "PaSize", + "ProductTag", + "ProductType", + "ShippingClass", + "VisibleProduct", + "Menu", + "MenuItem" + ], + "UniformResourceIdentifiable": [ + "ProductCategory", + "ContentType", + "User", + "MediaItem", + "Page", + "Post", + "Category", + "PostFormat", + "Tag", + "ProductVariation", + "VariableProduct", + "ProductTag", + "ShippingClass", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "HierarchicalTermNode": [ + "ProductCategory", + "Category" + ], + "MenuItemLinkable": [ + "ProductCategory", + "Page", + "Post", + "Category", + "PostFormat", + "Tag", + "ProductTag" + ], + "ContentNode": [ + "MediaItem", + "Page", + "Post", + "ProductVariation", + "VariableProduct", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "Commenter": [ + "User", + "CommentAuthor" + ], + "NodeWithTemplate": [ + "MediaItem", + "Page", + "Post" + ], + "ContentTemplate": [ + "DefaultTemplate", + "Template_BlogChequered", + "Template_BlogCompound", + "Template_BlogGallery", + "Template_BlogHeadlines", + "Template_BlogLargeImageSimple", + "Template_BlogLargeImageWholePost", + "Template_BlogLargeImageWithDividers", + "Template_BlogLargeImage", + "Template_BlogMasonryDateInImage", + "Template_BlogMasonryFullWidthDateInImage", + "Template_BlogMasonryFullWidth", + "Template_BlogMasonryGallery", + "Template_BlogMasonry", + "Template_BlogPinterest", + "Template_BlogSmallImage", + "Template_BlogVerticalLoop", + "Template_ContactPage", + "Template_FullScreenSections", + "Template_FullWidth", + "Template_LandingPage", + "Template_WooCommerce" + ], + "NodeWithTitle": [ + "MediaItem", + "Page", + "Post" + ], + "NodeWithAuthor": [ + "MediaItem", + "Page", + "Post" + ], + "NodeWithComments": [ + "MediaItem", + "Page", + "Post", + "VariableProduct", + "Order", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "HierarchicalContentNode": [ + "MediaItem", + "Page" + ], + "NodeWithContentEditor": [ + "Page", + "Post", + "VariableProduct", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "NodeWithFeaturedImage": [ + "Page", + "Post", + "ProductVariation", + "VariableProduct", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "NodeWithRevisions": [ + "Page", + "Post" + ], + "NodeWithPageAttributes": [ + "Page" + ], + "NodeWithExcerpt": [ + "Post" + ], + "NodeWithTrackbacks": [ + "Post" + ], + "ContentRevisionUnion": [ + "Post", + "Page" + ], + "Product": [ + "VariableProduct", + "ExternalProduct", + "SimpleProduct", + "GroupProduct" + ], + "ProductAttribute": [ + "GlobalProductAttribute", + "LocalProductAttribute" + ], + "MenuItemObjectUnion": [ + "Post", + "Page", + "Category", + "Tag", + "PostFormat", + "ProductCategory", + "ProductTag" + ], + "PostObjectUnion": [ + "Post", + "Page", + "MediaItem" + ], + "TermObjectUnion": [ + "Category", + "Tag", + "PostFormat", + "ProductType", + "VisibleProduct", + "ProductCategory", + "ProductTag", + "ShippingClass", + "PaColor", + "PaSize" + ] + } +}; + export default result; + \ No newline at end of file