UserInputType
No description
input UserInputType {
address: AddressInputType
gender: Gender
newsletter: Boolean
personalId: String
customerType: CustomerType
metaData: String
}
Fields
UserInputType.address
● AddressInputType
input
UserInputType.gender
● Gender
enum
UserInputType.newsletter
● Boolean
scalar
UserInputType.personalId
● String
scalar
UserInputType.customerType
● CustomerType
enum
UserInputType.metaData
● String
scalar
Member Of
updateUser
mutation