OBJECT
BrickAndMortar
link GraphQL Schema definition
1 type BrickAndMortar { 2 Int! : 3 4 String! : 5 6 String! : 7 8 Status! : 9 10 BrickAndMortarType! : 11 12 String! : 13 14 String! : 15 16 String! : 17 18 String : 19 20 # Required permission: AllocationRule:read 21 AllocationRule : 22 23 # Required permission: Store:read 24 # 25 # Limit is optional 26 # 27 # Store restrictions apply. 28 # 29 # Arguments 30 # where: (self-explanatory) 31 # sort: (self-explanatory) 32 # limit: (self-explanatory) 33 # page: (self-explanatory) 34 ( 35 StoreFilter, : 36 StoreSort!] = [id_ASC], : [ 37 Int, : 38 Int : 39 ): [Store!]! 40 41 # Required permission: none 42 Country : 43 44 # Required permission: none 45 # 46 # All elements are always returned 47 OpeningDay!]! : [ 48 49 # Required permission: none 50 CountryState : 51 52 # Required permission: Warehouse:read 53 Warehouse : 54 55 }