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":"abc123","name":"abc123","paSizeId":987,"products":PaSizeToProductConnection,"seo":TaxonomySEO,"slug":"xyz789","taxonomy":PaSizeToTaxonomyConnectionEdge,"taxonomyName":"abc123","termGroupId":987,"termTaxonomyId":123,"uri":"abc123","variations":PaSizeToProductVariationConnection}}}