Object GitHub::Tree

Represents a Git tree.

Fields

abbreviatedOid: String!

An abbreviated version of the Git object ID

commitResourcePath: URI!

The HTTP path for this Git object

commitUrl: URI!

The HTTP URL for this Git object

entries: [TreeEntry!]

A list of tree entries.

id: ID!

oid: GitObjectID!

The Git object ID

repository: Repository!

The Repository the Git object belongs to

Uses

Commit.tree

GitObject

Node