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
This example query no longer works.
GraphQL query: https://github.com/input-output-hk/cardano-graphql/blob/master/packages/api-genesis/src/example_queries/allInfoShelley.graphql
Error:
{ "errors": [ { "message": "Cannot return null for non-nullable field ShelleyGenesis.protocolMagicId.", "locations": [ { "line": 12, "column": 7 } ], "path": [ "genesis", "shelley", "protocolMagicId" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", "exception": { "stacktrace": [ "Error: Cannot return null for non-nullable field ShelleyGenesis.protocolMagicId.", " at completeValue (/application/node_modules/graphql/execution/execute.js:560:13)", " at completeValueCatchingError (/application/node_modules/graphql/execution/execute.js:495:19)", " at resolveField (/application/node_modules/graphql/execution/execute.js:435:10)", " at executeFields (/application/node_modules/graphql/execution/execute.js:275:18)", " at collectAndExecuteSubfields (/application/node_modules/graphql/execution/execute.js:713:10)", " at completeObjectValue (/application/node_modules/graphql/execution/execute.js:703:10)", " at completeValue (/application/node_modules/graphql/execution/execute.js:591:12)", " at completeValueCatchingError (/application/node_modules/graphql/execution/execute.js:495:19)", " at resolveField (/application/node_modules/graphql/execution/execute.js:435:10)", " at executeFields (/application/node_modules/graphql/execution/execute.js:275:18)" ] } } } ], "data": { "genesis": { "shelley": null } } }
The text was updated successfully, but these errors were encountered:
fix: remove invalid Genesis.shelley.protocolMagicId
a73ba1e
Use Genesis.shelley.networkMagic instead Fixes #327
Successfully merging a pull request may close this issue.
This example query no longer works.
GraphQL query:
https://github.com/input-output-hk/cardano-graphql/blob/master/packages/api-genesis/src/example_queries/allInfoShelley.graphql
Error:
The text was updated successfully, but these errors were encountered: