Schema Documentation

paSize

Description

A 0bject

Response

Returns a PaSize

Arguments
NameDescription
id - ID! The globally unique identifier of the object.
idType - PaSizeIdType Type of unique identifier to fetch by. Default is Global ID

Example

Query
query paSize(  $id: ID!,  $idType: PaSizeIdType){  paSize(    id: $id,    idType: $idType  ){    contentNodes {      ...PaSizeToContentNodeConnectionFragment    }countdatabaseIddescriptionenqueuedScripts {      ...TermNodeToEnqueuedScriptConnectionFragment    }enqueuedStylesheets {      ...TermNodeToEnqueuedStylesheetConnectionFragment    }idisContentNodeisRestrictedisTermNodelinknamepaSizeIdproducts {      ...PaSizeToProductConnectionFragment    }seo {      ...TaxonomySEOFragment    }slugtaxonomy {      ...PaSizeToTaxonomyConnectionEdgeFragment    }taxonomyNametermGroupIdtermTaxonomyIdurivariations {      ...PaSizeToProductVariationConnectionFragment    }  }}
Variables
{"id":"4","idType":"DATABASE_ID"}
Response
{"data":{"paSize":{"contentNodes":PaSizeToContentNodeConnection,"count":123,"databaseId":123,"description":"abc123","enqueuedScripts":TermNodeToEnqueuedScriptConnection,"enqueuedStylesheets":TermNodeToEnqueuedStylesheetConnection,"id":4,"isContentNode":false,"isRestricted":false,"isTermNode":false,"link":"xyz789","name":"xyz789","paSizeId":987,"products":PaSizeToProductConnection,"seo":TaxonomySEO,"slug":"abc123","taxonomy":PaSizeToTaxonomyConnectionEdge,"taxonomyName":"xyz789","termGroupId":123,"termTaxonomyId":987,"uri":"abc123","variations":PaSizeToProductVariationConnection}}}
©  2021-2023WPGraphQL WooCommerce.All rights reserved.