Releases: simonw/datasette-graphql
Releases · simonw/datasette-graphql
1.3.1
1.3
1.2.1
1.2
- Plugin now respects the
view-instance
andview-database
permissions. Previously the plugin could expose schema details of databases that should not be visible, though not their actual row content. See security advisory: datasette-graphql leaks details of the schema of private database files . #65 - Adds links to the GraphQL API in the database and table action menus, including example table queries. #63
- Running the plugin against Datasette with no attached databases no longer returns a 500 error. #64
1.1
1.0.1
1.0
0.15
- Support for multiple reverse foreign key relationships on a single table. Example. #32
- The
graphql()
template function now accepts an optionalvariables=
parameter. #54 - The
search:
argument is now available for tables that are configured using Datasette's fts_table mechanism. #56 - New example demonstrating GraphQL fragments. #57