Help with adding a subgraph from TheGraph as a Remote Schema #9906
Unanswered
bitcoinski
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to add a subgraph from TheGraph.com as a Remote Schema in Hasura but hitting a wall.
Subgraph: https://thegraph.com/hosted-service/subgraph/0xsplits/splits-subgraph-ethereum
Endpoint: https://api.thegraph.com/subgraphs/name/0xsplits/splits-subgraph-ethereum/graphql
When attempting to save the Remote Schema, I get the following error:
Error
Field name mappings for object type "Query" are not distinct; the following fields appear more than once: "contractEarnings"
If you load the endpoint above in a browser you'll see a graphql explorer, and there is only one contractEarnings type.
Wondering if I need to do anything special here using GraphQL Customizations to make it work. Any help is most appreciated
Beta Was this translation helpful? Give feedback.
All reactions