UpsertAccountProfileInput
No description
input UpsertAccountProfileInput {
email: String!
firstName: String
lastName: String
jobTitle: String
}
Fields
UpsertAccountProfileInput.email ● String! non-null scalar
Email that identifies the account to create or update.
UpsertAccountProfileInput.firstName ● String scalar
First name to set on the profile when the profile is newly created.
UpsertAccountProfileInput.lastName ● String scalar
Last name to set on the profile when the profile is newly created.
UpsertAccountProfileInput.jobTitle ● String scalar
Job title to set on the profile when the profile is newly created.
Member Of
upsertAccountProfile mutation