SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
715 stars 109 forks source link

Investigate GraphQL controllers #104

Open Krzysztof-Cieslak opened 6 years ago

Krzysztof-Cieslak commented 6 years ago

Investigate abstraction for creating GraphQL instead of REST-ish controllers.

rmunn commented 6 years ago

https://github.com/fsprojects/FSharp.Data.GraphQL may be of interest here.

rmunn commented 6 years ago

Also of interest: https://graphql.org/learn/serving-over-http/

Summary:

More formal spec: http://facebook.github.io/graphql/June2018/

AlexeyRaga commented 3 years ago

3 years later, what is the recommended way of doing GraphQL with Saturn now? Is there any? Is it possible (in a production quality/setup)?

Zaid-Ajaj commented 3 years ago

@AlexeyRaga Probably the best way right now is not to involve Saturn and use AspNetCore middleware from

You will need to experiment with these to see which one suits your needs the best