Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GraphQL API #70

Open
damianmoore opened this issue Mar 14, 2019 · 0 comments
Open

Improve GraphQL API #70

damianmoore opened this issue Mar 14, 2019 · 0 comments
Labels
Milestone

Comments

@damianmoore
Copy link
Collaborator

damianmoore commented Mar 14, 2019

Current GraphQL endpoint code is quite convoluted, filtering is hacky with string concatenation of tags and doesn't support realtime subscriptions/live-queries.

Investigate Hasura as it could be a clean solution direct to Postgres. Might prefer not to be locked into table structure and DB engine though.

Look at StarWars API for example of simple filtering.

Look at Saleor as an example of a mature Django/Graphene application.

Consider switching GraphQL server from Graphite to Ariadne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant