home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 636370064

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/782#issuecomment-636370064 https://api.github.com/repos/simonw/datasette/issues/782 636370064 MDEyOklzc3VlQ29tbWVudDYzNjM3MDA2NA== 9599 2020-05-30T18:51:19Z 2020-05-30T18:51:19Z OWNER https://latest.datasette.io/fixtures/compound_three_primary_keys.json?_size=2&_shape=array returns this: ```json [ { "pk1": "a", "pk2": "a", "pk3": "a", "content": "a-a-a" }, { "pk1": "a", "pk2": "a", "pk3": "b", "content": "a-a-b" } ] ``` There's one big problem with this format: it doesn't provide any space for pagination information. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 627794879  
Powered by Datasette · Queries took 8.38ms