-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
MockedProvider bindings #112
Comments
Hey, sorry for the slow reply. I'll take a look at this soon, but before I do, have you considered just writing a simple binding typed in the way you use it rather than trying to represent all the dynamic props? |
Isn't going to be an issue that rescript Apollo client is extended and defines a method |
Ah, yes, sorry. I only used I'm not sure the best way to proceed here. On the one hand, Thoughts? |
Sorry for the late response. Yes, I think recreating it in rescript is a good solution. I don't think I will be working with this library anytime soon, but If I do, I will check it out. |
How would we approach writing bindings for
MockedProvider
? Themocks
prop is so dynamic and I am struggling where to begin. Has anybody thought about this?The text was updated successfully, but these errors were encountered: