home / fixtures

Menu
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

0 rows where user = 2

✎ View and edit SQL

This data as json

0 records

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