You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: This software is currently beta. There are few things left, and there might be bugs - be warned!
12
+
Octokit.GraphQL.NET gives you access to the GitHub GraphQL API from .NET. It exposes the GitHub GraphQL API as a strongly-typed LINQ-like API, aiming to follow the GraphQL query syntax as closely as possible, which giving the benefits of strong typing in your favorite .NET language.
8
13
9
-
Octokit.GraphQL gives you access to the GitHub GraphQL API from .NET. It exposes the GitHub GraphQL API as a strongly-typed LINQ-like API, aiming to follow the GraphQL query syntax as closely as possible, which giving the benefits of strong typing in your favorite .NET language.
14
+
> [!NOTE]
15
+
> This software is currently in beta. There are few things left, and there might be bugs - be warned!
10
16
11
-
## Documentation
17
+
## Getting started with GitHub GraphQL API
12
18
13
-
You can find our documentation [here](docs/readme.md).
19
+
To learn more about GitHub GraphQL API, visit [GitHub Docs](https://docs.github.com/graphql/overview)
0 commit comments