OBJECT
Brand
link GraphQL Schema definition
1 type Brand { 2 Int! : 3 4 String! : 5 6 String! : 7 8 # Required permission: Store:read 9 # 10 # All elements are always returned 11 # 12 # Store restrictions apply. 13 Store!]! : [ 14 15 # Required permission: Product:read 16 # 17 # Limit must be in range 1 - 200 18 # 19 # Arguments 20 # where: (self-explanatory) 21 # sort: (self-explanatory) 22 # limit: (self-explanatory) 23 # page: (self-explanatory) 24 ProductFilter, : [ProductSort!] = [id_ASC], : Int = 20, : Int = 1): [Product!]! ( : 25 26 String : 27 28 }
link Required by
- Account
- AdminUser
- BrandCreatePayload
- BrandUpdatePayload
- BundleItemOrderLine
- BundleOrderLine
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GiftCertificateOrderLine
- OrderLine
- Product
- ProductOrderLine
- Query The main queries are here, click to expand
- Store