shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

Allow multiple mutations with inputs in variables #71

Open haines opened 4 years ago

haines commented 4 years ago

Closes #70

This PR adds the ability to specify inputs to multiple mutations exclusively in variables, rather than arbitrarily choosing one of them to receive input.

jamesyli commented 2 years ago

👍

haines commented 1 year ago

@dmitshur could you please take a look?