CreateTagInput
Provides the fields and values to use when creating a tag.
input CreateTagInput {
module: TagModule!
name: String!
}
Fields
CreateTagInput.module ● TagModule! non-null enum
The module of the tag.
CreateTagInput.name ● String! non-null scalar
The name of the tag.
Member Of
createTag mutation