Tree
No description
type Tree implements Object { type: ObjectType! id: String! shortId: String! entries( cursor: Cursor ): TreeEntryCursor! entry( path: String ): TreeEntry}Fields
Section titled “Fields”Tree.type ● ObjectType!non-nullenum {#type}
Section titled “Tree.type ● ObjectType! {#type}”Tree.id ● String!non-nullscalar {#id}
Section titled “Tree.id ● String! {#id}”Tree.shortId ● String!non-nullscalar {#short-id}
Section titled “Tree.shortId ● String! {#short-id}”Tree.entries ● TreeEntryCursor!non-nullobject {#entries}
Section titled “Tree.entries ● TreeEntryCursor! {#entries}”Tree.entries.cursor ● Cursorscalar {#tree-entries-cursor}
Section titled “Tree.entries.cursor ● Cursor {#tree-entries-cursor}”Tree.entry ● TreeEntryobject {#entry}
Section titled “Tree.entry ● TreeEntry {#entry}”Tree.entry.path ● Stringscalar {#tree-entry-path}
Section titled “Tree.entry.path ● String {#tree-entry-path}”Interfaces
Section titled “Interfaces”Objectinterface
Section titled “Object ”Member Of
Section titled “Member Of”Commit object