ShigeruNakagaki

Results 3 issues of ShigeruNakagaki

I have a question. [Schema directives](https://www.apollographql.com/docs/graphql-tools/schema-directives.html) are supported already, or will be supported?

Why don't you use Flask.json_encoder instead of simplejson? thanks

question

for example, `db ` is a SQLAlchemy instance of `flask_sqlalchemy`. `app` is a Flask(__name__) instance of `flask`. `FlaskSQL` class inherits `SQL` class of `eve_sqlalchemy` and the driver is `db`. at...