mocking subgraph fields #1518
Replies: 1 comment
-
We don't have any functionality to support this in the framework. You would have to implement mock data fetchers in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there any way to mock out the responses of a subgraph?
"message": "Validation error of type FieldUndefined: Field '' in type '' is undefined @ ''",
I tried using the mockprovider which works greats for fields defined in the schema.
However, is there any way to mock out fields that would be provided by a subgraph - this would be very helpful for localdevelopment. 🙏
Beta Was this translation helpful? Give feedback.
All reactions