home / github

Menu
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

5 rows where labels_id = 1405404904

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
1405404904,481616704 documentation 1405404904 Tracer mechanism for seeing underlying SQL 481616704
1405404904,707490789 documentation 1405404904 Add reference page to documentation using Sphinx autodoc 707490789
1405404904,1015320511 documentation 1405404904 Cross-link CLI to Python docs 1015320511
1405404904,1015591301 documentation 1405404904 Discord badge 1015591301
1405404904,1358321208 documentation 1405404904 Reformatted CLI examples in docs 1358321208

Advanced export

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

CSV options:

CREATE TABLE [labels_pull_requests] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
   PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
    ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
    ON [labels_pull_requests] ([labels_id]);
Powered by Datasette · Queries took 6.752ms · About: simonw/datasette-graphql