-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
[stellate] nftEntities - implement some kind of NullType #263
Comments
Hello @yangwao,
We can do custom resolvers, nftentites is a native query where to improve Currently our frontend is abusing indexer with bad queries |
This one is mostly coming from Novawallet. ref: https://github.com/kodadot/ops-internal/issues/1460#issuecomment-2015283988 |
Also this one ? [
{
"message": "Variable \"$orderBy\" got invalid value \"volume_DESC,supply_ASC\"; Value \"volume_DESC,supply_ASC\" does not exist in \"CollectionEntityOrderByInput\" enum. Did you mean the enum value \"volume_DESC_NULLS_LAST\"?",
"extensions": {
"code": "BAD_USER_INPUT",
"exception": {
"stacktrace": [
"GraphQLError: Variable \"$orderBy\" got invalid value \"volume_DESC,supply_ASC\"; Value \"volume_DESC,supply_ASC\" does not exist in \"CollectionEntityOrderByInput\" enum. Did you mean the enum value \"volume_DESC_NULLS_LAST\"?",
" at /squid/node_modules/graphql/execution/values.js:116:15",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:131:9)",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:54:14)",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:78:13)",
" at coerceInputValue (/squid/node_modules/graphql/utilities/coerceInputValue.js:37:10)",
" at _loop (/squid/node_modules/graphql/execution/values.js:109:69)",
" at coerceVariableValues (/squid/node_modules/graphql/execution/values.js:121:16)",
" at getVariableValues (/squid/node_modules/graphql/execution/values.js:50:19)",
" at buildExecutionContext (/squid/node_modules/graphql/execution/execute.js:203:61)",
" at validate (/squid/node_modules/@subsquid/openreader/lib/util/execute.js:70:51)"
]
}
}
}
] |
{
"currentOwner_eq": ""
} That should be never called :), |
To improve cache at Stellate
The text was updated successfully, but these errors were encountered: