Skip to content

TreeEntryCursor

A cursor for enumerating tree entries

If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.

type TreeEntryCursor {
results: [TreeEntry!]!
cursor: Cursor
}

Tree object