OPERATION_ DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:
query getReferenceGasPrice {
epoch {
referenceGasPrice
}
}Content copied to clipboard
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:
query getReferenceGasPrice {
epoch {
referenceGasPrice
}
}