OBJECT
AdminUser
link GraphQL Schema definition
1 type AdminUser { 2 Int! : 3 4 String! : 5 6 String! : 7 8 # Required permission: AdminUser.email:read 9 String : 10 11 Status! : 12 13 # Arguments 14 # format: ISO-8601 15 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 16 17 # Arguments 18 # format: ISO-8601 19 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 20 21 # Arguments 22 # format: ISO-8601 23 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 24 25 # Required permission: Account:read 26 # 27 # Limit must be in range 1 - 200 28 # 29 # Store restrictions apply. 30 # 31 # Arguments 32 # where: (self-explanatory) 33 # sort: (self-explanatory) 34 # limit: (self-explanatory) 35 # page: (self-explanatory) 36 AccountFilter, : [AccountSort!] = [id_ASC], : Int = 20, : Int = 1): [Account!]! ( : 37 38 # Required permission: Brand:read 39 # 40 # Limit must be in range 1 - 200 41 # 42 # Store restrictions apply. 43 # 44 # Arguments 45 # where: (self-explanatory) 46 # sort: (self-explanatory) 47 # limit: (self-explanatory) 48 # page: (self-explanatory) 49 BrandFilter, : [BrandSort!] = [id_ASC], : Int = 20, : Int = 1): [Brand!]! ( : 50 51 # Required permission: Market:read 52 # 53 # Limit is optional 54 # 55 # Store restrictions apply. 56 # 57 # Arguments 58 # where: (self-explanatory) 59 # sort: (self-explanatory) 60 # limit: (self-explanatory) 61 # page: (self-explanatory) 62 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 63 64 # Required permission: Pricelist:read 65 # 66 # Limit must be in range 1 - 200 67 # 68 # Store restrictions apply. 69 # 70 # Arguments 71 # where: (self-explanatory) 72 # sort: (self-explanatory) 73 # limit: (self-explanatory) 74 # page: (self-explanatory) 75 PricelistFilter, : [PricelistSort!] = [id_ASC], : Int = 20, : Int = 1): [Pricelist!]! ( : 76 77 # Required permission: SalesRepresentative:read 78 SalesRepresentative : 79 80 String : 81 82 }
link Required by
- Account
- AdminDiscount
- DirectToConsumerEmailHistoryEntry
- DirectToConsumerInvoice
- DirectToConsumerOrderHistoryEntry
- DirectToConsumerReturn
- DirectToConsumerShipment
- EmailHistoryEntry
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GraphQLAccess
- Invoice
- InvoicePayment
- OrderHistoryEntry
- PaymentHistoryEntry
- PurchaseOrderDelivery
- Query The main queries are here, click to expand
- Return
- Shipment
- StockChange
- Voucher
- WarehouseDelivery
- WholesaleEmailHistoryEntry
- WholesaleInvoice
- WholesaleOrderHistoryEntry
- WholesaleReturn
- WholesaleShipment