INPUT_OBJECT

BuyerCreateInput

link GraphQL Schema definition

1input BuyerCreateInput {
2
3account: AccountInput!
4
5store: StoreInput!
6
7status: Status!
8
9websiteUrl: String
10
11receiveAutoEmails: Boolean!
12
13receiveNewsletters: Boolean
14
15billingAddress: BuyerAddressInput!
16}

link Required by