Add Chapter 3 - GraphQL Integration Example#14
Add Chapter 3 - GraphQL Integration Example#14billy1624 merged 63 commits intoSeaQL:masterfrom shpun817:master
Conversation
Missing features "attributes" for async-std. Thank you!
…to SeaQL-master
billy1624
left a comment
There was a problem hiding this comment.
I think we should include the link to the full source code of the example at the start of each chapter.
There was a problem hiding this comment.
I think we can add one extra endpoint for debugging / experimental purpose: /graphql served with GET request
The UI is user friendly and easy to play around with GraphQL. Most importantly it provide the schema, query and mutation info.
We add a page to introduce this optional "feature". With a few screen capture (of your own) and showing the schema info panel, query and mutation operations.
Implementation: shpun817/sea-orm-tutorial@master...billy1624:pr/14
billy1624
left a comment
There was a problem hiding this comment.
Last but not least, can we stream SeaORM result via GraphQL subscription?
References:
Add endpoint for GraphQL playground
|
@billy1624 Thanks for the comments! GraphQL Subscription currently cannot be unsupported by SeaORM, will open an issue for it. (Issue #868) Otherwise, Chapter 3 is again ready for review! |


@billy1624 @tyt2y3 Ready for review.