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