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