graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.33k stars 140 forks source link

Accessing query/mutation name from GraphQLView #86

Open hfiratarikan opened 3 years ago

hfiratarikan commented 3 years ago

I want to access query/mutation names from views so I can add the name to the logging system. How can I access it?