OnboardBrandInput
Autogenerated input type of OnboardBrand
input OnboardBrandInput {
clientMutationId: String
companyId: ID
description: String
logoUrl: Url
name: String!
responsibleId: ID!
status: BrandStatusEnum
warehouseId: ID
websiteUrl: Url
}
Fields
OnboardBrandInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
OnboardBrandInput.companyId
● ID
scalar
Party ID of the company that will own the brand.
OnboardBrandInput.description
● String
scalar
OnboardBrandInput.logoUrl
● Url
scalar
OnboardBrandInput.name
● String!
non-null scalar
OnboardBrandInput.responsibleId
● ID!
non-null scalar
Party ID of the person that will be responsible of the brand. This person will be the default contact for the brand and also will be assigned as the admin of the brand.
OnboardBrandInput.status
● BrandStatusEnum
enum
OnboardBrandInput.warehouseId
● ID
scalar
ID of the warehouse that will be associated with the brand. This warehouse will be used as the default warehouse for the brand.
OnboardBrandInput.websiteUrl
● Url
scalar
Member Of
onboardBrand
mutation