TIL Datasette has GraphiQL built in!
How cool is that!
Browse to localhost:8081/graphql/ or just localhost:8081/graphql to get started.
{
til {
totalCount
pageInfo {
hasNextPage
endCursor
}
nodes {
path
slug
topic
title
}
}
}
ℹ️ About this TIL snippet: Created 2022-12-05T15:01:18-05:00 · View the source