DeleteFlairBadgeInput
No description
input DeleteFlairBadgeInput {
clientMutationId: String!
name: String!
}
Fields
DeleteFlairBadgeInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
DeleteFlairBadgeInput.name
● String!
non-null scalar
name is the name of the flair badge to be deleted
Member Of
deleteFlairBadge
mutation