Inputs

UserInputType

No description

No description

input UserInputType {
  address: AddressInputType
  gender: Gender
  newsletter: Boolean
  personalId: String
  customerType: CustomerType
  metaData: String
}

Fields

address ● AddressInputType input

 

gender ● Gender enum

 

newsletter ● Boolean scalar

 

personalId ● String scalar

 

customerType ● CustomerType enum

 

metaData ● String scalar

Free-text field to store any data related to the customer.

Member Of

updateUser mutation