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
minor #927 Adding GitHub authentication to GraphQL documentation (legionth)
This PR was merged into the 2.x branch.
Discussion
----------
First of all: I love your library, great work 👍
While discovering the official [GitHub GraphQL documentation](https://docs.github.com/en/free-pro-team@latest/graphql) and your repository, I recognized that is currently not possible to communicate with the GraphQL API without authenticating your requests.
I updated the documentation on behalf of GraphQL and added the `\Github\Client::authenticate` to the code examples. I also added small chapter with some links.
This may help other developers to get started with the GraphQL library 😄
Commits
-------
21feb10 Adding GitHub authentication to GraphQL documentation
[Variables](https://developer.github.com/v4/guides/forming-calls/#working-with-variables) allow specifying of requested data without dynamical change of a query on a client side.
0 commit comments