Releases: simonw/datasette-graphql
Releases · simonw/datasette-graphql
0.5
- Enable CORS access, unless
disable_cors
plugin configuration setting is set. #24
0.4
- Support views as well as tables. #23
- Support multiple databases. #9
0.3
- Implemented
search:
argument for running searches against tables configured to use SQLite FTS. #22
- Implemented
sort:
and sort_desc:
arguments. #21
0.2
- First non-alpha release
- Supports GraphQL pagination using nodes, edges, pageInfo and totalCount. #2
- No longer throws an error if you try to expand a null foreign key. #20
0.1a4
- GraphQL variable support. #14
auto_camelcase
plugin setting. #15
0.1a3
- Foreign key relationships can now be expanded using nested GraphQL syntax. #3
- Tables can now be filtered using the new
table_name(filters: [...])
argument. #12
0.1a1
- Now includes GraphiQL interface, and correctly returns introspection metadata. #1