-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a todo sample? #463
Comments
No, I think I was looking for the server implementation. What backend would the apollo-client sample be targeted toward? |
Yes, it is for the client type provider demo and tests only |
Are there any simple server-side samples, or maybe even other projects that consume FSharp.DataGraphQL? I'm trying to build something simple in order to learn the lib, and I'm getting lost from the get-go. Doing the things in the "Getting Started" guide don't work and the Star Wars sample is too much. If I need to, I can open a more detailed issue but I thought it was worth asking for other examples. |
I think you might be interested in taking a look at the new Giraffe integration. I just noticed that the documentation needs to be updated and the part with: .UseGiraffe
(HttpHandlers.handleGraphQL<Root>
applicationLifetime.ApplicationStopping
(loggerFactory.CreateLogger("FSharp.Data.GraphQL.Server.AspNetCore.HttpHandlers.handleGraphQL"))
) Should be .UseGiraffe(HttpHandlers.graphQL<Root>) |
Related: #308 |
This is the simplest demo Looks like it should be updated too 🙂 |
Description
Is there a todo sample anywhere? It's mentioned in the Getting Started section of the main site, but I don't see it in the repo.
The text was updated successfully, but these errors were encountered: