OBJECT
Category
link GraphQL Schema definition
1 type Category implements ObjectWithTranslations, ObjectWithAttributes { 2 : Int!  3 4 : String!  5 6 : Status!  7 8 : Boolean!  9 10 : String!  11 12 : String!  13 14 : String  15 16 : String  17 18 : String  19 20 #   Required permission: Category:read 21 #  22 #   Limit is optional 23 #  24 #   Store restrictions apply. 25 #  26 # Arguments 27 #   where: (self-explanatory) 28 #   sort: (self-explanatory) 29 #   limit: (self-explanatory) 30 #   page: (self-explanatory) 31 (: CategoryFilter, : [CategorySort!] = [customOrder_ASC], : Int, : Int): [Category!]!  32 33 #   Required permission: Display:read 34 #  35 #   Limit must be in range 1 - 200 36 #  37 #   Store restrictions apply. 38 #  39 # Arguments 40 #   where: (self-explanatory) 41 #   sort: (self-explanatory) 42 #   first: (self-explanatory) 43 #   after: (self-explanatory) 44 #   last: (self-explanatory) 45 #   before: (self-explanatory) 46 (: DisplayFilter, : [DisplaySort!], : Int, : String, : Int, : String): DisplayConnection!  47 48 #   Required permission: Translation:read 49 #  50 #   All elements are always returned 51 #  52 # Arguments 53 #   where: (self-explanatory) 54 (: TranslationFilter): [LanguageTranslation!]!  55 56 #   Required permission: Category:read 57 #  58 #   Store restrictions apply. 59 : Category  60 61 #   Required permission: Store:read 62 #  63 #   Store restrictions apply. 64 : Store!  65 66 #   Required permission: Category.attributes:read 67 #  68 #   All elements are always returned 69 #  70 # Arguments 71 #   where: (self-explanatory) 72 (: AssignedAttributeFilter): [Attribute!]!  73 74 } 
              link Required by
- BundleItemOrderLine
 - BundleOrderLine
 - Category
 - CategoryCreatePayload
 - CategoryDisplaysSetPayload
 - CategoryDisplaysSortPayload
 - CategoryDisplaysUnsetPayload
 - CategoryUpdatePayload
 - Display
 - EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
 - GiftCertificateOrderLine
 - OrderLine
 - ProductOrderLine
 - Query The main queries are here, click to expand
 - Store