-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
get client with typePolicies fields #6875
Comments
what is the best practice to do async field to replace this
|
@magdyB7r See apollographql/apollo-feature-requests#383 for a recommended workaround. If you don't like that approach, feel free to keep using local resolver functions for now. |
It doesn't sound like there is an outstanding issue here, so closing. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was migrating to ac3 but stuck with using the client to get remote data like resolvers just like those two examples
here I need the client to get the active template from the server, how can I get the client with typePolicies?
and here with mutation same, I need the client
the ugly solution with this is
how can I use client easily with those two examples?
The text was updated successfully, but these errors were encountered: