This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Code-Hex/add/readme-toc
Add readme toc
- Loading branch information
Showing
5 changed files
with
123 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# API Reference | ||
|
||
View reference documentation to learn about the data types available in your GraphQL API schema. | ||
|
||
|
||
- [Query](queries.md) | ||
- [Mutations](mutations.md) | ||
- [Objects](objects.md) | ||
- [Interfaces](interfaces.md) | ||
- [Enums](enums.md) | ||
- [Unions](unions.md) | ||
- [Input objects](input_objects.md) | ||
- [Scalars](scalars.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# API Reference | ||
|
||
View reference documentation to learn about the data types available in your GraphQL API schema. | ||
|
||
|
||
- [Query](queries.md) | ||
- [Objects](objects.md) | ||
- [Interfaces](interfaces.md) | ||
- [Scalars](scalars.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# API Reference | ||
|
||
View reference documentation to learn about the data types available in your GraphQL API schema. | ||
|
||
{{ range $i := .Items }} | ||
- [{{ $i.Type }}]({{ $i.Link }}) | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters