AccountInput
An input for mutations affecting Account
input AccountInput {
id: String
type: AccountTypes
email: String!
roles: [String]
version: Int
lastSignInAt: Datetime
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
AccountInput.id ● String scalar
AccountInput.type ● AccountTypes enum
AccountInput.email ● String! non-null scalar
AccountInput.roles ● [String] list scalar
AccountInput.version ● Int scalar
AccountInput.lastSignInAt ● Datetime scalar
AccountInput.deletedAt ● Datetime scalar
AccountInput.updatedAt ● Datetime scalar
AccountInput.createdAt ● Datetime scalar
Member Of
CreateAccountInput input ● upsertAccountByEmailInput input ● upsertAccountByIdInput input