Skip to content

Commit d8ed206

Browse files
authored
Update readme.md
Signed-off-by: 0x5BFA <[email protected]>
1 parent ece1e35 commit d8ed206

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Octokit.GraphQL.NET gives you access to the GitHub GraphQL API from .NET. It exp
1616
1717
## Getting started
1818

19-
To learn more about GitHub GraphQL API, visit [GitHub Docs](https://docs.github.com/graphql/overview)
19+
The full documentation of GraphQL API can be found on [GitHub Docs](https://docs.github.com/graphql/overview):
20+
21+
- [GraphQL public schema](https://docs.github.com/graphql/overview/public-schema)
22+
- [GraphQL explorer](https://docs.github.com/graphql/overview/explorer)
23+
- [API specs of Octokit.GraphQL.NET](https://github.com/octokit/octokit.graphql.net/tree/main/docs)
2024

2125
To install the package from the command line, run the following command:
2226

@@ -127,9 +131,9 @@ There are multiple ways to participate in the community:
127131
```
128132
.
129133
├──Scripts // Code quality scripts
130-
| └──configure-integration-tests.ps1 // Integration tests configuration script
134+
└──configure-integration-tests.ps1 // Integration tests configuration script
131135
├──Tools // Code quality tools
132-
| └──Generate // GraphQL .NET entity generator
136+
└──Generate // GraphQL .NET entity generator
133137
├──Octokit.GraphQL // Main API data contracts library
134138
├──Octokit.GraphQL.Core // Octokit core code
135139
├──Octokit.GraphQL.Core.Generation // Core entity generator tools

0 commit comments

Comments
 (0)