home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where user = 319473

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: issue_url, reactions, issue, 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
1656694854 https://github.com/dogsheep/dogsheep-photos/pull/38#issuecomment-1656694854 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/38 IC_kwDOD079W85ivyhG coldclimate 319473 2023-07-29T10:00:45Z 2023-07-29T10:00:45Z NONE Ran across https://github.com/dogsheep/dogsheep-photos/issues/33 which is the same subject. My PR just fixes docs {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} photos-to-sql not found? 1827427757  
1656694944 https://github.com/dogsheep/dogsheep-photos/pull/38#issuecomment-1656694944 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/38 IC_kwDOD079W85ivyig coldclimate 319473 2023-07-29T10:01:19Z 2023-07-29T10:01:19Z NONE Duplicate of https://github.com/dogsheep/dogsheep-photos/pull/36 - closing. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} photos-to-sql not found? 1827427757  
1656696679 https://github.com/dogsheep/dogsheep-photos/pull/31#issuecomment-1656696679 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/31 IC_kwDOD079W85ivy9n coldclimate 319473 2023-07-29T10:10:29Z 2023-07-29T10:10:29Z NONE +1 to getting this merged down. For future googlers, I installed by... ``` git clone git@github.com:RhetTbull/dogsheep-photos.git cd dogsheep-photos git checkout update_for_bigsur python setup.py install ``` {"total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Update for Big Sur 771511344  

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 22.259ms · About: simonw/datasette-graphql