Hot Chocolate F# Sample Project
GraphQL server using .NET 6, F# and Hot Chocolate.
To run use:
dotnet run --project ./Demo
Then open the browser and head over to http://localhost:5000/graphql to open the built-in GraphQL IDE.
TODO
- Queries
- Mutations
- Subscriptions
- Classes
- Async
- Records
- Discriminated unions
- Options