Skip to main content

CreateTagInput

Input for creating a tag.

input CreateTagInput {
description: String
slug: String
title: String!
}

Fields

description (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.