home / content / releases

releases: 29464559

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.8 29464559 9599 MDc6UmVsZWFzZTI5NDY0NTU5 0.8 main 0.8 0 0 2020-08-07T20:30:09Z 2020-08-07T20:34:18Z New `tablename_get` field for retrieving single rows, including by their primary key. #11 Example query ([try it out](https://datasette-graphql-demo.datasette.io/graphql?query=%7B%0A%20%20users_get(id%3A%209599)%20%7B%0A%20%20%20%20id%0A%20%20%20%20name%0A%20%20%20%20contributors_list(first%3A%205)%20%7B%0A%20%20%20%20%20%20totalCount%0A%20%20%20%20%20%20nodes%20%7B%0A%20%20%20%20%20%20%20%20repo_id%20%7B%0A%20%20%20%20%20%20%20%20%20%20full_name%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20contributions%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%20%0A%7D%0A)): ```graphql { users_get(id: 9599) { id name contributors_list(first: 5) { totalCount nodes { repo_id { full_name } contributions } } } } ``` 284383265    

Links from other tables

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