We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: canned queries #16
The text was updated successfully, but these errors were encountered:
recent_releases is a view in the demo that this will make available.
recent_releases
Sorry, something went wrong.
461c715
Release 0.4
7ff58e3
Refs #23, #9
Demo: https://datasette-graphql-demo.datasette.io/graphql?query=%7B%0A%20%20recent_releases(first%3A%2020%2C%20sort_desc%3A%20date)%20%7B%0A%20%20%20%20nodes%20%7B%0A%20%20%20%20%20%20repo%0A%20%20%20%20%20%20date%0A%20%20%20%20%20%20release%0A%20%20%20%20%20%20body_markdown%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D
No branches or pull requests
Related: canned queries #16
The text was updated successfully, but these errors were encountered: