TypesInputsCreateTagInput (Input)On this pageCreateTagInput (Input)DescriptionInput for creating a tag.FieldsNameDescriptiondescription - StringThe description of the tag.slug - StringThe slug of the tag. Slug is auto-generated from title if left empty.title - String!The name of the tag.input CreateTagInput { description: String slug: String title: String!}