OBJECT

BigmapValueRecordEdge

link GraphQL Schema definition

  • type BigmapValueRecordEdge {
  • # A string that is used to paginate query results. This value can be used as the
  • # `before` or `after` query arguments.
  • cursor: Cursor!
  • # An object containing operation data.
  • node: BigmapValueRecord
  • }