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 StoreFilter, : [StoreSort!] = [id_ASC], : Int, : Int): [Store!]! ( : 35 36 # Required permission: none 37 Country : 38 39 # Required permission: none 40 # 41 # All elements are always returned 42 OpeningDay!]! : [ 43 44 # Required permission: none 45 CountryState : 46 47 # Required permission: Warehouse:read 48 Warehouse : 49 50 }