Is this repo supports batch request. #91
Khushbukela
started this conversation in
General
Replies: 1 comment
-
Are the multiple queries dynamic (computed at runtime) or static (known in advance)? This makes a difference. It's quite straightforward to use the API of this package to make static batched requests. It's also possible to use reflection to make dynamic batched requests, though it can get somewhat complex. The best place I can link you to for more details is shurcooL/githubv4#17 (comment), and see shurcooL/notifications@9264031 as an example. There are probably ways to make the experience better, and it's possible others may have better suggestions. |
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
-
so I can hit one graphql API (endpoint) with multiple queries.
is this possible
Beta Was this translation helpful? Give feedback.
All reactions