SCALAR
ID
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.
link GraphQL Schema definition
- scalar ID
link Require by
- CategoryCategory object - categories group products and can contain children categories as well
- CategoryBindingCategoryBinding defines the category anchor which product is bound to
- CmsBlockCMS block defines all CMS block information
- CmsPageCMS page defines all CMS page information
- ConfigurableOptionProduct configurable option used for the cofnigurable products
- CustomOptionA single product custom option that can be configured before putting the product into the cart
- CustomOptionValueOne single option value for specific custom option
- QueryThis is the root Query object - an entry point for `product`, `categories`, `reviews` and other queries
- ReviewProduct review - related product review
- StockItemStock item assigned to the product
- TaxRateTax rate - a part of Tax Rule
- TaxRuleProduct review - related product review