OBJECT
Tree
Represents a Git tree.
link GraphQL Schema definition
- type Tree implements Node, GitObject {
- # A list of tree entries.
- TreeEntry!] : [
- ID! :
- # The Git object ID
- GitObjectID! :
- # The Repository the Git object belongs to
- Repository! :
- }