You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's no mention of Mutate in the examples or in the readme. including it in the examples may make it more discoverable
unlike queries, many of the GitHub GraphQL mutations take an input object, for example the addStar mutation and its input. because this is a nested object, it has a different format than queries such as
I noticed that there are no examples of Mutations in https://github.com/cli/go-gh/blob/trunk/example_gh_test.go
I think this is important for a few reasons:
go-gh/example_gh_test.go
Line 125 in da64a13
If you agree, I'd be happy to open a PR to update, and would like to know:
addStar
a good reference, or is there another that looks better?variables
, would it be better to use https://github.com/shurcooL/githubv4 or to use only standard types?The text was updated successfully, but these errors were encountered: