Schema Documentation

paColor

Description

A 0bject

Response

Returns a PaColor

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

Example

Query
query paColor(  $id: ID!,  $idType: PaColorIdType){  paColor(    id: $id,    idType: $idType  ){    contentNodes {      ...PaColorToContentNodeConnectionFragment    }countdatabaseIddescriptionenqueuedScripts {      ...TermNodeToEnqueuedScriptConnectionFragment    }enqueuedStylesheets {      ...TermNodeToEnqueuedStylesheetConnectionFragment    }idisContentNodeisRestrictedisTermNodelinknamepaColorIdproducts {      ...PaColorToProductConnectionFragment    }seo {      ...TaxonomySEOFragment    }slugtaxonomy {      ...PaColorToTaxonomyConnectionEdgeFragment    }taxonomyNametermGroupIdtermTaxonomyIdurivariations {      ...PaColorToProductVariationConnectionFragment    }  }}
Variables
{"id":"4","idType":"DATABASE_ID"}
Response
{"data":{"paColor":{"contentNodes":PaColorToContentNodeConnection,"count":987,"databaseId":987,"description":"abc123","enqueuedScripts":TermNodeToEnqueuedScriptConnection,"enqueuedStylesheets":TermNodeToEnqueuedStylesheetConnection,"id":4,"isContentNode":false,"isRestricted":false,"isTermNode":true,"link":"abc123","name":"abc123","paColorId":987,"products":PaColorToProductConnection,"seo":TaxonomySEO,"slug":"abc123","taxonomy":PaColorToTaxonomyConnectionEdge,"taxonomyName":"xyz789","termGroupId":987,"termTaxonomyId":123,"uri":"xyz789","variations":PaColorToProductVariationConnection}}}