We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a40f20 commit 1f96593Copy full SHA for 1f96593
1 file changed
content/graphql/guides/index.md
@@ -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
+{
+ user(login: "manumanu6573") {
+ contributionsCollection {
+ contributionCalendar {
+ weeks {
+ contributionDays {
+ date
+ contributionCount
+ }
+}
0 commit comments