Skip to main content

CreateTagInput (Input)

Description

Input for creating a tag.



Fields

NameDescription
description - 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!
}