File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ Octokit.GraphQL.NET gives you access to the GitHub GraphQL API from .NET. It exp
16
16
17
17
## Getting started
18
18
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 )
20
24
21
25
To install the package from the command line, run the following command:
22
26
@@ -127,9 +131,9 @@ There are multiple ways to participate in the community:
127
131
```
128
132
.
129
133
├──Scripts // Code quality scripts
130
- | └──configure - integration - tests .ps1 // Integration tests configuration script
134
+ │ └──configure - integration - tests .ps1 // Integration tests configuration script
131
135
├──Tools // Code quality tools
132
- | └──Generate // GraphQL .NET entity generator
136
+ │ └──Generate // GraphQL .NET entity generator
133
137
├──Octokit .GraphQL // Main API data contracts library
134
138
├──Octokit .GraphQL .Core // Octokit core code
135
139
├──Octokit .GraphQL .Core .Generation // Core entity generator tools
You can’t perform that action at this time.
0 commit comments