You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passion Feed toggle for BSX currently results in never ending loader with network error:
{
"errors": [
{
"message": "Variable \"$search\" got invalid value { issuer: { in: [] } } at \"search[0]\"; Field \"issuer\" is not defined by type \"NFTEntityWhereInput\". Did you mean \"issuer_eq\", \"issuer_gt\", \"issuer_in\", or \"issuer_lt\"?",
"extensions": {
"code": "BAD_USER_INPUT",
"exception": {
"stacktrace": [
"GraphQLError: Variable \"$search\" got invalid value { issuer: { in: [] } } at \"search[0]\"; Field \"issuer\" is not defined by type \"NFTEntityWhereInput\". Did you mean \"issuer_eq\", \"issuer_gt\", \"issuer_in\", or \"issuer_lt\"?",
" at /squid/node_modules/graphql/execution/values.js:116:15",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:114:9)",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:54:14)",
" at /squid/node_modules/graphql/utilities/coerceInputValue.js:70:14",
" at Array.map (<anonymous>)",
" at safeArrayFrom (/squid/node_modules/graphql/jsutils/safeArrayFrom.js:36:23)",
" at coerceInputValueImpl (/squid/node_modules/graphql/utilities/coerceInputValue.js:68:50)",
" 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)"
]
}
}
}
]
}
add passion feed resolver (mind the changes implemented after initial PR in rubick)
Passion Feed toggle for BSX currently results in never ending loader with network error:
The text was updated successfully, but these errors were encountered: