Skip to content

Commit 1f96593

Browse files
authored
Update index.md
1 parent 3a40f20 commit 1f96593

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

content/graphql/guides/index.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
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+
}

0 commit comments

Comments
 (0)