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 : String 21 22 : String 23 24 # Required permission: AllocationRule:read 25 : AllocationRule 26 27 # Required permission: Store:read 28 # 29 # Limit is optional 30 # 31 # Store restrictions apply. 32 # 33 # Arguments 34 # where: (self-explanatory) 35 # sort: (self-explanatory) 36 # limit: (self-explanatory) 37 # page: (self-explanatory) 38 (: StoreFilter, : [StoreSort!] = [id_ASC], : Int, : Int): [Store!]! 39 40 # Required permission: none 41 : Country 42 43 # Required permission: none 44 # 45 # All elements are always returned 46 : [OpeningDay!]! 47 48 # Required permission: none 49 : CountryState 50 51 # Required permission: Warehouse:read 52 : Warehouse 53 54 }