Skip to main content

VoxelUpdateHistoryConnection

Relay-style cursor-paginated connection over voxel edit history entries (VoxelUpdateHistoryEvent). Page with first/after; cursors are opaque.

type VoxelUpdateHistoryConnection {
edges: [VoxelUpdateHistoryEventEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}

Fields

VoxelUpdateHistoryConnection.edges ● [VoxelUpdateHistoryEventEdge!]! non-null object

Edges on this page.

VoxelUpdateHistoryConnection.pageInfo ● ConnectionPageInfo! non-null object

Pagination metadata.

VoxelUpdateHistoryConnection.totalCount ● Int scalar

Total matching records across all pages, when known (null for sources that do not compute a total).

Returned By

voxelUpdateHistoryConnection query