OBJECT
BigmapKeyRecord
link GraphQL Schema definition
- type BigmapKeyRecord {
- String! :
- Micheline! :
- String! :
- String! :
- # The array containing the history of values for this bigmap key
- #
- # Arguments
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # order_by: [Not documented]
- (
- Cursor, :
- Cursor, :
- Int, :
- Int, :
- BigmapValueOrderByInput :
- ): BigmapValueRecordConnection!
- # The object containing the current value for this key
- BigmapValueRecord! :
- }