Best way to do graphql calls #1784
-
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... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you can use
|
Beta Was this translation helpful? Give feedback.
you can use
octokit.graphql
to send GraphQL queries, it's an instance ofoctokit/graphql.js
octokit.graphql
was added in v17