Skip to main content

UpdateProfileInput

All input for the updateProfile mutation.

input UpdateProfileInput {
clientMutationId: String
patch: ProfilePatch!
id: String!
}

Fields

UpdateProfileInput.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.

UpdateProfileInput.patch ● ProfilePatch! non-null input

An object where the defined keys will be set on the Profile being updated.

UpdateProfileInput.id ● String! non-null scalar

Member Of

updateProfile mutation