shurcooL / githubv4

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

Run gen.go to generate CloneTemplateRepositoryInput code #42

Closed charlottestjohn closed 5 years ago

charlottestjohn commented 5 years ago

Ran the gen.go file to generate the objects needed to interact with the new template repo endpoints. https://help.github.com/en/articles/creating-a-template-repository

dmitshur commented 5 years ago

Thanks for the PR. I'll review and merge this evening.