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

githubv4: add ability to make requests with specific accept headers #84

Closed aanm closed 6 months ago

aanm commented 3 years ago

This allows to make usages of some GitHub preview features.

More info: https://docs.github.com/en/graphql/overview/schema-previews

Signed-off-by: André Martins aanm90@gmail.com

Depends on https://github.com/shurcooL/graphql/pull/64

andygrunwald commented 3 years ago

Related to https://github.com/shurcooL/githubv4/issues/34