Skip to main content

UserType

No description

type UserType {
id: Int!
email: String!
address: AddressType
gender: Gender
customerType: CustomerType
newsletter: Boolean
personalId: String
memberType: String!
memberId: Int!
balances: [UserBalanceType]
balance: Decimal!
balanceFormatted: String
metaData: String
}

Fields

UserType.id ● Int! non-null scalar

UserType.email ● String! non-null scalar

UserType.address ● AddressType object

UserType.gender ● Gender enum

UserType.customerType ● CustomerType enum

UserType.newsletter ● Boolean scalar

UserType.personalId ● String scalar

UserType.memberType ● String! non-null scalar

UserType.memberId ● Int! non-null scalar

UserType.balances ● [UserBalanceType] list object

UserType.balance ● Decimal! non-null scalar

UserType.balanceFormatted ● String scalar

UserType.metaData ● String scalar

Returned by

getUser query ● updateUser mutation