Replies: 4 comments 6 replies
|
Yes strawberry us a natural candidate here. What do we need to support this? |
3 replies
|
Any progress about this? I would like to start a project with Litestar, but some day I may need graphql (with subscriptions) in the api. I feel the decision risky. |
3 replies
|
https://strawberry.rocks/docs/integrations/litestar Strawberry already supports Litestar :) |
0 replies
|
This is available via Strawberry and we have an open issue to add docs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GraphQL is becoming very popular. Do we want to support it in Starlite?
It's supported in FastAPI: https://fastapi.tiangolo.com/advanced/graphql/
And in Starlette through 3rd-party libraries: https://www.starlette.io/graphql/
We probably want to decide which GraphQL library to integrate first, maybe Strawberry?
All reactions