Replies: 2 comments 1 reply
-
Search for |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @MichalLytek, |
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
-
I have multiple field resolvers that interface with the same REST API. If two of the fields that are annotated as "field resolver" are requested, that will initiate two identical API calls. To make this more efficient would it be possible to configure the field resolvers that interface with the same API to make just one request? I would like to avoid having to nest all of the fields into an object and make the object the field resolver..
Beta Was this translation helpful? Give feedback.
All reactions