CreateTagInput
No description
input CreateTagInput {
name: String!
type: TagType!
}
Fields
CreateTagInput.name ● String! non-null scalar
CreateTagInput.type ● TagType! non-null enum
Member Of
createTag mutation