Skip to main content

CreateFlairBadgeInput

No description

input CreateFlairBadgeInput {
clientMutationId: String!
name: String!
url: String!
}

Fields

CreateFlairBadgeInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

CreateFlairBadgeInput.name ● String! non-null scalar

name is the name of the flair badge to be created

CreateFlairBadgeInput.url ● String! non-null scalar

url is the url of the flair badge to be created

Member Of

createFlairBadge mutation