GraphQL reference

ChangeAvatarInput

Input

Autogenerated input type of ChangeAvatar

mutation { user { changeAvatar } }

Example

mutation ChangeAvatar($input: ChangeAvatarInput!) {
  user {
    changeAvatar(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
signedIdString!