simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
101 stars 6 forks source link

Support GraphQL variables #14

Closed simonw closed 4 years ago

simonw commented 4 years ago

https://graphql.org/learn/queries/#variables

simonw commented 4 years ago

And in Graphene: https://docs.graphene-python.org/en/latest/execution/execute/#variables

simonw commented 4 years ago

I don't think the way I have implemented filters in #12 is compatible with variables, may have to reconsider that.