HotChocolate Mocking Server #4844
michaelstaib
started this conversation in
Feature Request
Replies: 1 comment
-
I'm guessing not by the general quiet in this thread, but just for completeness I'll ask, has there been any progress on this? I have been tinkering with the ITypeModule interface for building a schema dynamically and resolving the results from json but am having practical issues with defining the resolvers for each field. Is a general solution for Mocking data still in the works? |
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
-
We want to allow mocking schemas very easily. Basically you add a mocking schema by providing the sdl.
A mocking middleware will then add some defaults. Each default can be overridden with an explicit resolver providing better defaults.
Beta Was this translation helpful? Give feedback.
All reactions