OBJECT

SnapshotFileDeltaV2Edge

Description

Wrapper around the SnapshotFileDeltaV2 object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type SnapshotFileDeltaV2Edge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual SnapshotFileDeltaV2 object wrapped by this edge.
  • node: SnapshotFileDeltaV2!
  • }