DeleteAvatarInput
No description
input DeleteAvatarInput {
clientMutationId: String
id: String!
}
Fields
DeleteAvatarInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteAvatarInput.id
● String!
non-null scalar
The avatar id to delete.
Member Of
deleteAvatar
mutation