OPERATION_DOCUMENT

The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:

query getValidatorsApy {
epoch {
epochId
validatorSet {
activeValidators {
pageInfo {
hasNextPage
endCursor
}
nodes {
atRisk
contents {
type {
repr
}
json
bcs
}
}
}
}
}
}