home / content / releases

releases: 29469117

This data as json

html_url id author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
https://github.com/simonw/datasette-graphql/releases/tag/0.9 29469117 9599 MDc6UmVsZWFzZTI5NDY5MTE3 0.9 main 0.9 0 0 2020-08-08T00:35:29Z 2020-08-08T00:35:35Z Table filtering has a new, better design. #25 Retrieving all records with `license` of `"apache-2.0"` and a `stargazers_count` greater than 10 now looks like this: ```graphql { repos(filter: {license: {eq: "apache-2.0"}, stargazers_count: {gt: 10}}) { nodes { full_name stargazers_count license { key } } } } ``` See [table filters examples](https://github.com/simonw/datasette-graphql/blob/main/examples/filters.md) for more operations, and [column filter arguments](https://datasette.readthedocs.io/en/stable/json_api.html#column-filter-arguments) in the Datasette documentation for details of how those operations work. 284383265    

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 1.362ms