OBJECT
Tag
Represents a Git tag.
link GraphQL Schema definition
- type Tag implements Node, GitObject {
- ID! :
- # The Git tag message.
- String :
- # The Git tag name.
- String! :
- # The Git object ID
- GitObjectID! :
- # The Repository the Git object belongs to
- Repository! :
- # Details about the tag author.
- GitActor :
- # The Git object the tag points to.
- GitObject! :
- }
link Require by
This element is not required by anyone