home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 495061686

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/355#issuecomment-495061686 https://api.github.com/repos/simonw/datasette/issues/355 495061686 MDEyOklzc3VlQ29tbWVudDQ5NTA2MTY4Ng== 9599 2019-05-23T04:21:00Z 2019-05-23T04:21:00Z OWNER

Filtering through one table already works - you need to know that table's primary key, then you do ?column_id=pk against the first table.

Filtering through a m2m table will be handled by the new ?_through= parameter.

I'm going to leave out filtering through a second levels of joins for the moment. Potentially that could be added later as some extra complicated JSON.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
346027040  
Powered by Datasette · Queries took 1.008ms · About: github-to-sqlite