We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zkapp
query AccountsQuery( $limit: Int = 100 $sortBy: AccountSortByInput! $query: AccountQueryInput ) { accounts(limit: $limit, query: $query, sortBy: $sortBy) { publicKey username balance delegate nonce timeLocked } }
Variables:
{ "limit": 25, "sortBy": "BALANCE_DESC", "query": { "zkapp": false } }
I get this error:
{ "errors": [ { "message": "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON", "stack": "SyntaxError: Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON" } ] }
If you remove zkApp, it works fine.
zkApp
The text was updated successfully, but these errors were encountered:
Blocking Granola-Team/mina-block-explorer#1159
Sorry, something went wrong.
Isaac-DeFrain
No branches or pull requests
Variables:
I get this error:
If you remove
zkApp
, it works fine.The text was updated successfully, but these errors were encountered: