OBJECT

Tag

Represents tag information.

link GraphQL Schema definition

  • type Tag implements Node {
  • # The tag's name.
  • name: String!
  • # Globally unique identifier.
  • id: ID!
  • }