ReferenceCursor
A cursor for enumerating a list of references
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 ReferenceCursor { results: [Reference!]! cursor: Cursor}Fields
Section titled “Fields”ReferenceCursor.results ● [Reference!]!non-nullobject {#results}
Section titled “ReferenceCursor.results ● [Reference!]! {#results}”ReferenceCursor.cursor ● Cursorscalar {#cursor}
Section titled “ReferenceCursor.cursor ● Cursor {#cursor}”Member Of
Section titled “Member Of”Repository object