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
Thanks for the issue. Unfortunately, the schema.graphql to be consumed by the graph-node is a bit special and is not compatible with all the standard GraphQL tooling at the moment.
Maybe you can configure IntelliJ's GraphQL plugin to ignore our extensions (@entity, @derivedFrom, BigInt, Bytes, etc)? Or that it assumes that they are defined globally?
schmidsi
transferred this issue from graphprotocol/graph-tooling
Jul 7, 2021
The plugin is very nice at validating the graphql schema.
However, it requires to add the following 4 lines:
It compiles correctly but fails (at runtime!, after deployment) because Bytes, BigInt are redefined
How can I have a graphql file that is valid both for "graph deploy" and for the graphql plugin?
The text was updated successfully, but these errors were encountered: