AccountPatch
Represents an update to a Account. Fields that are set will be updated.
input AccountPatch {
id: String
type: AccountTypes
email: String
roles: [String]
version: Int
lastSignInAt: Datetime
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
AccountPatch.id ● String scalar
AccountPatch.type ● AccountTypes enum
AccountPatch.email ● String scalar
AccountPatch.roles ● [String] list scalar
AccountPatch.version ● Int scalar
AccountPatch.lastSignInAt ● Datetime scalar
AccountPatch.deletedAt ● Datetime scalar
AccountPatch.updatedAt ● Datetime scalar
AccountPatch.createdAt ● Datetime scalar
Member Of
UpdateAccountByEmailInput input ● UpdateAccountByNodeIdInput input ● UpdateAccountInput input ● upsertAccountByEmailInput input ● upsertAccountByIdInput input