TagCreateInput
Autogenerated input type of TagCreate
input TagCreateInput {
clientMutationId: String
color: String
name: String!
}
Fields
TagCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagCreateInput.color ● String scalar common
The color of the tag.
TagCreateInput.name ● String! non-null scalar common
The name of the tag.
Member of
tagCreate mutation