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

Resolve query directly on query object. #1372

Open
akayunov opened this issue Sep 22, 2021 · 0 comments
Open

Resolve query directly on query object. #1372

akayunov opened this issue Sep 22, 2021 · 0 comments

Comments

@akayunov
Copy link

Hi guys, We would like to use graphql internally in our project without share graphql interface with any client, to gather data from different apis for our internal tasks. So it looks stupid to write text graphql query for ourself. We have all definitions which allowed us resolve query without writing it, just doing something like call resolve method on query object and get all magic that graphene suggest, without any text query. Doesn't it possible to add such magic to graphene?

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

No branches or pull requests

1 participant