OBJECT
SnapshotFileDeltaConnection
Description
Paginated list of SnapshotFileDelta objects. Each page of the results includes at most 1000 entries. Query the pageInfo.hasNextPage
field to know whether all objects were returned.
link GraphQL Schema definition
- type SnapshotFileDeltaConnection {
- # Total number of SnapshotFileDelta objects matching the request arguments.
- Int! :
- # The current snapshot.
- CdmSnapshot! :
- # List of SnapshotFileDelta objects with additional pagination information. Use
- # `nodes` if per-object cursors are not needed.
- SnapshotFileDeltaEdge!]! : [
- # List of SnapshotFileDelta objects.
- SnapshotFileDelta!]! : [
- # General information about this result page.
- PageInfo! :
- # The snapshot using which deltas are computed.
- CdmSnapshot :
- }