updateAccountHolder
Updates details of an account holder.
UpdateAccountHolderMutationInput
Autogenerated input type of UpdateAccountHolderMutation
- clientMutationId: String
A unique identifier for the client performing the mutation.
- userId: ID!required
- firstName: String
- lastName: String
- dateOfBirth: ISO8601Date
- phoneNumber: String
- emailAddress: String
- roleName: Stringdefault "customer"
- consentsToMarketing: Booleandefault false
- serviceStoreId: ID
The service store preferred by the user
- pmsPatientIdentifier: String
UpdateAccountHolderMutationPayload
Autogenerated return type of UpdateAccountHolderMutation.
- clientMutationId: String
A unique identifier for the client performing the mutation.
- errors: [InputError!]!
Validation errors
- user: AccountHolder