home / fixtures

Menu
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ title user repo updated_by
111 Not enough dog stuff cleopaws 1 datasette 1 simonw 2

Advanced export

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

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [updated_by] INTEGER REFERENCES [users]([id])
);
Powered by Datasette · Queries took 420.83ms · About: simonw/datasette-graphql