OPERATION_ DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:
query getNames($offset: Int, $limit: Int, $where_condition: current_aptos_names_bool_exp, $order_by: [current_aptos_names_order_by!]) {
current_aptos_names(limit: $limit, where: $where_condition, order_by: $order_by, offset: $offset) {
__typename
...AnsTokenFragment
}
current_aptos_names_aggregate(where: $where_condition) {
aggregate {
count
}
}
}
fragment AnsTokenFragment on current_aptos_names {
domain
expiration_timestamp
registered_address
subdomain
token_standard
is_primary
owner_address
subdomain_expiration_policy
domain_expiration_timestamp
}Content copied to clipboard