Object GitHub::TreeEntry

Represents a Git tree entry.

Fields

mode: Int!

Entry file mode.

name: String!

Entry file name.

object: GitObject

Entry file object.

oid: GitObjectID!

Entry file Git object ID.

repository: Repository!

The Repository the tree entry belongs to

submodule: Submodule

If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule

type: String!

Entry file type.

Uses

Tree.entries