A tour of the Explorer, which is free to use in Apollo Studio. More details in our announcement post: [ Ссылка ]
This video walks through using the Explorer with the GitHub GraphQL API. If you’d like to try that yourself:
1. Visit [ Ссылка ] to join our demo org and gain access to the GitHub graph.
2. Get a personal access token from GitHub so you can authenticate with their API: [ Ссылка ]
3. Update the Explorer’s headers to remove “apollographql-client-name” (GitHub doesn’t like that header) and add your token, like so:
{
“Content-Type”: “application/json”,
“Authorization”: “bearer XX-GH-PERSONAL-ACCESS-TOKEN-XX”
}
Resources:
ApolloGraphQL - [ Ссылка ]
Learn GraphQL using Apollo's Tutorials: [ Ссылка ]
Explore the GraphQL FAQs - [ Ссылка ]
Checkout the Apollo docs - [ Ссылка ]
Ещё видео!