upsertProfileByIdInput
All input for the upsertProfileById mutation.
input upsertProfileByIdInput {
clientMutationId: String
profile: ProfileInput!
patch: ProfilePatch!
}
Fields
upsertProfileByIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
upsertProfileByIdInput.profile ● ProfileInput! non-null input
The Profile to be created by this mutation.
upsertProfileByIdInput.patch ● ProfilePatch! non-null input
An object where the defined keys will be set on the Profile being updated.
Member Of
upsertProfileById mutation