Skip to main content

AccountInput

Fields required to update the user.

input AccountInput {
firstName: String
lastName: String
languageCode: LanguageCodeEnum
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
metadata: [MetadataInput!]
}

Fields

AccountInput.firstName ● String scalar miscellaneous

Given name.

AccountInput.lastName ● String scalar miscellaneous

Family name.

AccountInput.languageCode ● LanguageCodeEnum enum miscellaneous

User language code.

AccountInput.defaultBillingAddress ● AddressInput input miscellaneous

Billing address of the customer.

AccountInput.defaultShippingAddress ● AddressInput input miscellaneous

Shipping address of the customer.

AccountInput.metadata ● [MetadataInput!] list input miscellaneous

Fields required to update the user metadata.

Added in Saleor 3.14

Member Of

accountUpdate mutation