home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1102359726

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
1012508787 https://github.com/simonw/datasette/issues/1594#issuecomment-1012508787 https://api.github.com/repos/simonw/datasette/issues/1594 IC_kwDOBm6k_c48Wahz simonw 9599 2022-01-13T20:56:14Z 2022-01-13T20:56:34Z OWNER The implementation can be _almost_ exactly the same as this: https://github.com/simonw/sqlite-utils/blame/74586d3cb26fa3cc3412721985ecdc1864c2a31d/docs/cli-reference.rst#L11-L76 I need to do something extra to ensure the output of `datasette --help-settings` is shown too. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Add a CLI reference page to the docs, inspired by sqlite-utils 1102359726  
1012535024 https://github.com/simonw/datasette/issues/1594#issuecomment-1012535024 https://api.github.com/repos/simonw/datasette/issues/1594 IC_kwDOBm6k_c48Wg7w simonw 9599 2022-01-13T21:36:53Z 2022-01-13T21:36:53Z OWNER I went with a simpler pattern that `sqlite-utils` because Datasette has a lot less commands: https://github.com/simonw/datasette/blob/4b23f01f3e668c8f2a2f1a294be49f49b4073969/docs/cli-reference.rst#L9-L35 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Add a CLI reference page to the docs, inspired by sqlite-utils 1102359726  
1012536257 https://github.com/simonw/datasette/issues/1594#issuecomment-1012536257 https://api.github.com/repos/simonw/datasette/issues/1594 IC_kwDOBm6k_c48WhPB simonw 9599 2022-01-13T21:38:48Z 2022-01-13T21:38:48Z OWNER https://docs.datasette.io/en/latest/cli-reference.html {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Add a CLI reference page to the docs, inspired by sqlite-utils 1102359726  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 30.683ms · About: simonw/datasette-graphql