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

Implement native graphql support #284

Open
sweemeng opened this issue Jun 27, 2018 · 0 comments
Open

Implement native graphql support #284

sweemeng opened this issue Jun 27, 2018 · 0 comments

Comments

@sweemeng
Copy link
Member

sweemeng commented Jun 27, 2018

Library exist at http://graphql.github.io/code/#python

We should support it because:-

  • it simplify query to nested object, for example contact details and membership
  • we do not need to do multiple http query for nested object
  • it potentially reduce data size as we can query only field that we need
  • it can limit query to nested object which save responses size
  • it allow for custom query function easily instead of another python script.

Cons:-

  • not REST compatible
  • require rewrite, so we most probably have graphql endpoint run together with REST endpoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant