OPERATION_ DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:
query getChainTopUserTransactions($limit: Int) {
user_transactions(limit: $limit, order_by: {
version: desc
}
) {
version
}
}Content copied to clipboard