-
Notifications
You must be signed in to change notification settings - Fork 141
Consider supporting GraphQL SDL #12
Comments
Hi @oising, yes, GraphQL support is coming around July-Aug. |
@azaslonov You guys should consider integrating a project like https://github.com/ChilliCream/hotchocolate instead of rolling your own stuff -- their gql playground equivalent (banana cake pop / bcp) is far more advanced than any others, notably it supports subscriptions. |
@oising, yep, thanks for the suggestion, we're digging into this project as well. Looks very promising. |
Great -- we're putting it in production at the moment. The only thing I'd say is to avoid using the SDL/schema-first approach with it. It works, but it is behind the other approaches (programmatic APIs) in terms of flexibility and features (something they promise to look at in a near future release.) |
@azaslonov if you need any help or have any questions give us a ping. We are happy to help. |
Thanks folks, we'll get back to then :) |
As the title says - it seems you only support REST/Swagger/OpenAPI for the moment. GraphQL would be a nice extension.
The text was updated successfully, but these errors were encountered: