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
Given name.
AccountInput.lastName ● String scalar
Family name.
AccountInput.languageCode ● LanguageCodeEnum enum
User language code.
AccountInput.defaultBillingAddress ● AddressInput input
Billing address of the customer.
AccountInput.defaultShippingAddress ● AddressInput input
Shipping address of the customer.
AccountInput.metadata ● [MetadataInput!] list input
Fields required to update the user metadata.
Added in Saleor 3.14
Member of
accountUpdate mutation
Was this page helpful?