OBJECT
Brand
link GraphQL Schema definition
- type Brand {
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [BrandContract!]!
- : Carrier!
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ContractLevelProduct!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [Contract!]!
- : ISO8601DateTime!
- : User!
- : UUID!
- : Date
- : UUID!
- : String
- : String!
- : String
- : Organization!
- : Int!
- : BrandOwner!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [Product!]!
- : Date!
- : ISO8601DateTime!
- : User!
- : UUID!
- }