Best way to do graphql calls #1784
Answered
by
gr2m
ScottChapman
asked this question in
Q&A
|
So, I'm converting all my use of octokit/rest.js -> graphql and wondering the best approach. Right now I am using a few plugins (including retry & throttling), creating an instance of I realize there is an octokit/graphql.js project, but it doesn't appear to support those plugins. Thoughts on best approach? I suppose I'm not limited to those two options; I could always pick up a different graphql client... |
Answered by
gr2m
Jul 2, 2020
Replies: 1 comment 2 replies
|
you can use
|
2 replies
Answer selected by
ScottChapman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use
octokit.graphqlto send GraphQL queries, it's an instance ofoctokit/graphql.jsoctokit.graphqlwas added in v17