Gqlify / gqlify

An API integration framework using GraphQL
https://www.gqlify.com
Apache License 2.0
178 stars 16 forks source link

Authentication #10

Open wwwy3y3 opened 5 years ago

wwwy3y3 commented 5 years ago

Goal

Resources

ansarizafar commented 5 years ago

@wwwy3y3 we can also learn from this project https://github.com/genie-team/graphql-genie/tree/master/plugins/authentication

wwwy3y3 commented 5 years ago

@ansarizafar Nice! Thanks for the information.

Feel free to chime in with more opinions if you want.

The feedback and opinions from you guys really matter to us in order to build a strong community.

ansarizafar commented 5 years ago

I would like to have a data validation directive for model fields and aggregation queries Genie-graphql https://github.com/genie-team/graphql-genie/blob/master/docs/connections.md has limited support for data aggregation but we can do better.

wwwy3y3 commented 5 years ago

@ansarizafar Thanks for the feedback!

As for aggregation queries, we're already on our way to implement relay style queries. Follow up on this feature at https://github.com/Canner/gqlify/issues/9.

As for data validation directive, we'd like hear more from you. It would be nice if you can open another issue talking about your thoughts on this feature 😎