Dynamically build a query based on collection of values #200
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Feature
New feature or request
I have a list of pull request numbers, and I want to build a Graph QL query so that I can get information back for all of them.
So the output being something like this:
Is this possible with the octokit library?
Edit:
For example I can do it this way with a raw GraphQL string:
The text was updated successfully, but these errors were encountered: