File tree Expand file tree Collapse file tree 1 file changed +14
-22
lines changed
Expand file tree Collapse file tree 1 file changed +14
-22
lines changed Original file line number Diff line number Diff line change 1- ---
2- title : Guides
3- intro : ' Learn about getting started with GraphQL, migrating from REST to GraphQL, and how to use the GitHub GraphQL API for a variety of tasks.'
4- redirect_from :
5- - /v4/guides
6- versions :
7- fpt : ' *'
8- ghec : ' *'
9- ghes : ' *'
10- topics :
11- - API
12- children :
13- - /introduction-to-graphql
14- - /forming-calls-with-graphql
15- - /using-global-node-ids
16- - /migrating-from-rest-to-graphql
17- - /using-the-explorer
18- - /using-pagination-in-the-graphql-api
19- - /managing-enterprise-accounts
20- - /using-the-graphql-api-for-discussions
21- - /migrating-graphql-global-node-ids
22- ---
1+ {
2+ user(login: "manumanu6573") {
3+ contributionsCollection {
4+ contributionCalendar {
5+ weeks {
6+ contributionDays {
7+ date
8+ contributionCount
9+ }
10+ }
11+ }
12+ }
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments