https://github.com/revazashvili/graphql-dotnet-getting-started
code sample on .net 6 for getting started with graphql
https://github.com/revazashvili/graphql-dotnet-getting-started
dotnet6 graphql graphql-dotnet
Last synced: 3 months ago
JSON representation
code sample on .net 6 for getting started with graphql
- Host: GitHub
- URL: https://github.com/revazashvili/graphql-dotnet-getting-started
- Owner: Revazashvili
- License: mit
- Created: 2022-08-12T17:39:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T19:25:46.000Z (over 1 year ago)
- Last Synced: 2024-02-27T20:34:52.076Z (over 1 year ago)
- Topics: dotnet6, graphql, graphql-dotnet
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL
repository contains sample code to getting started with [graphql-dotnet](https://github.com/graphql-dotnet/graphql-dotnet)
on .net 6
visit [graphql.org](https://graphql.org/) to learn more about graphql, also see graphql-dotnet [documentation](https://graphql-dotnet.github.io/docs/getting-started/introduction) for more details to implement in .net