GqlSnapshotDiff
No description
type GqlSnapshotDiff {
fetchClaimsDiff(
readOps: [GqlCwebReadOp!]!
offset: BigInt!
count: BigInt!
): [GqlClaimOp!]!
fetchLastClaimsDiff(
readOps: [GqlCwebReadOp!]!
count: BigInt!
): [GqlClaimOp!]!
}
Fields
GqlSnapshotDiff.fetchClaimsDiff ● [GqlClaimOp!]! non-null union
Returns changes in claims satisfying conditions happens after base snapshot. Sort order is undefined.
GqlSnapshotDiff.fetchClaimsDiff.readOps●[GqlCwebReadOp!]!non-null input
GqlSnapshotDiff.fetchClaimsDiff.offset ● BigInt! non-null scalar
GqlSnapshotDiff.fetchClaimsDiff.count ● BigInt! non-null scalar
GqlSnapshotDiff.fetchLastClaimsDiff ● [GqlClaimOp!]! non-null union
Returns changes in claims satisfying conditions, happens after base snapshot. Sorted from newest to oldest.
GqlSnapshotDiff.fetchLastClaimsDiff.readOps●[GqlCwebReadOp!]!non-null input