OPERATION_DOCUMENT

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

query getCoinMetadata($coinType: String!) {
coinMetadata(coinType: $coinType) {
decimals
name
symbol
description
iconUrl
address
}
}