OBJECT
Query
This is the root Query object - an entry point for product, categories, reviews and other queries
link GraphQL Schema definition
- type Query {
- : String
- # Arguments
- # attributes:
- # filter:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : AttributeInput,
- : AttributeInput,
- : [String],
- : [String]
- ): CustomAttributeMetadata
- # Arguments
- # attribute_code:
- # attribute_id:
- (: String, : String): Attribute
- # Arguments
- # search:
- # filter:
- # pageSize:
- # currentPage:
- # sort:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : String,
- : CategoryFilterInput,
- : Int,
- : Int,
- : CategorySortInput,
- : [String],
- : [String]
- ): Categories
- # Arguments
- # id:
- # url_path:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : ID,
- : String,
- : [String],
- : [String]
- ): Category
- # Arguments
- # filter:
- (: CmsInput): CmsPages
- # Arguments
- # filter:
- (: CmsInput): CmsBlocks
- # Arguments
- # filter:
- (: CmsInput): CmsHierarchies
- # Arguments
- # search:
- # filter:
- # pageSize:
- # currentPage:
- # sort:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : String,
- : ProductFilterInput,
- : Int,
- : Int,
- : ProductSortInput,
- : [String],
- : [String]
- ): Products
- # Arguments
- # sku:
- # id:
- # url_path:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : String,
- : ID,
- : String,
- : [String],
- : [String]
- ): Product
- # Arguments
- # search:
- # filter:
- # pageSize:
- # currentPage:
- # _sourceIncludes:
- # _sourceExcludes:
- (
- : String,
- : ReviewFilterInput,
- : Int,
- : Int,
- : [String],
- : [String]
- ): Reviews
- # Arguments
- # filter:
- (: TaxRuleInput): TaxRules
- # Arguments
- # name:
- (: String): String
- # Arguments
- # sku:
- (: String): Product
- }
link Require by
This element is not required by anyone