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

Regenerate code and added go.mod #86

Closed tmshn closed 3 years ago

tmshn commented 3 years ago

There are lot of changes since last codegen: https://docs.github.com/en/graphql/overview/changelog

Note that there are some breaking changes: https://docs.github.com/en/graphql/overview/breaking-changes#changes-scheduled-for-2021-01-01

micnncim commented 3 years ago

cc @dmitshur

dmitshur commented 3 years ago

Thanks. The breaking changes should be fine, this package follows the GitHub API and inherits its breaking changes.

I'll deal with adding a go.mod file separately later.