CoreSnapshotEdge
Edge type containing the core snapshot cursor information
type CoreSnapshotEdge {
node: CoreSnapshotData!
cursor: String!
}
Fields
CoreSnapshotEdge.node ● CoreSnapshotData! non-null object
The core snapshot data
CoreSnapshotEdge.cursor ● String! non-null scalar
Cursor identifying the core snapshot data
Member of
CoreSnapshotConnection object