GqlSnapshots
No description
type GqlSnapshots {
  head(shift: BigInt!): GqlSnapshot!
  from(tipAnchor: SnapshotAnchorInput!): GqlSnapshot!
  onHeight(height: BigInt!): GqlSnapshot!
  onTime(dt: NaiveDateTime!): GqlSnapshot!
}
Fields
GqlSnapshots.head ● GqlSnapshot! non-null object
GqlSnapshots.head.shift●BigInt!non-null scalar
GqlSnapshots.from ● GqlSnapshot! non-null object
GqlSnapshots.from.tipAnchor●SnapshotAnchorInput!non-null input
GqlSnapshots.onHeight ● GqlSnapshot! non-null object
GqlSnapshots.onHeight.height●BigInt!non-null scalar
GqlSnapshots.onTime ● GqlSnapshot! non-null object
GqlSnapshots.onTime.dt●NaiveDateTime!non-null scalar