sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.3k stars 222 forks source link

[Feature Request] GraphQl integration with Strawberry #276

Open sansyrox opened 2 years ago

sansyrox commented 2 years ago

Current Behavior

Right now, we have a basic version graphql support. Create a proper integration.

This integration is blocked view controller and views.

Desired Behavior


Screenshots / Mockups

Alternatives


guilefoylegaurav commented 1 year ago

Can I pick this up, @sansyrox? Seems interesting - am torn between this and #296 actually

sansyrox commented 1 year ago

@guilefoylegaurav , this issue is actually blocked on another issue right now. You can start with #296 if you find that interesting.

Also, if you have a windows machine set up. Would it be possible for you to help me out with the review of this PR(https://github.com/sansyrox/robyn/pull/294) ?

Are you on our discord btw?

guilefoylegaurav commented 1 year ago

Yes, sure, I can help you with the review of PR #294 Also, yes, I am there on Robyn's discord

sansyrox commented 1 year ago

Thank you so much @guilefoylegaurav 😄

I'll add you as a reviewer.

XChikuX commented 1 year ago

This is a much needed integration. Having a rust backed async Web framework with strawberry graphql is the secret sauce for a best in class backend. I'd love to see this integration happen!

sansyrox commented 1 year ago

Thanks @XChikuX . This is WIP 😄