issues
search
simonw
/
datasette-graphql
Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
101
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cache introspected GraphQL schema against PRAGMA schema_version
#51
simonw
closed
4 years ago
4
{{ graphql(query) }} template tag
#50
simonw
closed
4 years ago
1
CORS error with fetch()
#49
simonw
closed
4 years ago
1
Columns named _something_ cause error: ValueError: _names_ are reserved for future Enum use
#48
simonw
closed
4 years ago
3
Mutations support
#47
simonw
opened
4 years ago
5
__init__() got multiple values for argument "type"
#46
simonw
closed
4 years ago
3
Bug in non-integer foreign key _list relationships
#45
simonw
closed
4 years ago
5
Support querying multiple databases at once
#44
simonw
closed
4 years ago
7
Figure out why an {eq: value} fails where where: "x = value" succeeds
#43
simonw
closed
4 years ago
10
Examples should link to the live demo
#42
simonw
closed
4 years ago
4
Expose the GraphQL schema somewhere
#41
simonw
closed
4 years ago
3
Live demo should include a copy of the test fixtures
#40
simonw
closed
4 years ago
1
Don't expose FTS tables
#39
simonw
closed
4 years ago
1
Nested table relationships should support filter: and sort: and sort_desc:
#38
simonw
closed
4 years ago
2
Support operationName
#37
simonw
closed
4 years ago
2
Rename table_get to table_row (nouns are better than verbs in GraphQL land)
#36
simonw
closed
4 years ago
14
Improved SQL filtering: "filter:" now takes a nested filter definition
#35
simonw
closed
4 years ago
0
tablename_get field
#34
simonw
closed
4 years ago
0
Implement limits for nested queries
#33
simonw
closed
4 years ago
4
Support multiple reverse foreign key relationships for a single table
#32
simonw
closed
4 years ago
1
Access related objects based on incoming foreign keys
#31
simonw
closed
4 years ago
0
Idea: turn the tests into executable documentation
#30
simonw
closed
4 years ago
0
Don't run facet suggestion calculations unnecessarily
#29
simonw
closed
4 years ago
1
Don't default to allow all CORS - use --cors instead
#28
simonw
closed
4 years ago
1
Field for accessing related objects based on incoming foreign keys
#27
simonw
closed
4 years ago
5
where: argument
#26
simonw
closed
4 years ago
1
Reconsider design of filters
#25
simonw
closed
4 years ago
14
Enable CORS access from JavaScript on other domains
#24
simonw
closed
4 years ago
3
Support for views
#23
simonw
closed
4 years ago
2
search: table argument
#22
simonw
closed
4 years ago
0
sort: and sort_desc: table arguments
#21
simonw
closed
4 years ago
1
"list index out of range" shown for null foreign key expansions
#20
simonw
closed
4 years ago
0
Pagination using nodes, edges, pageInfo and totalCount
#19
simonw
closed
4 years ago
0
Idea: expose Datasette faceting in GraphQL
#18
simonw
opened
4 years ago
8
Reverse pagination: hasPreviousPage and before: and last:
#17
simonw
opened
4 years ago
3
Support for custom fields configured using SQL queries
#16
simonw
opened
4 years ago
19
Option to enable auto camelcase
#15
simonw
closed
4 years ago
1
Support GraphQL variables
#14
simonw
closed
4 years ago
2
Ensure this correctly handles BLOB columns
#13
simonw
closed
4 years ago
2
Support filters, e.g. repos(license:'mit') or repos(stargazers__gt:10)
#12
simonw
closed
4 years ago
14
Idea: tablename_get(pk=value) for looking up individual records by primary key
#11
simonw
closed
4 years ago
6
Handle tables or columns with invalid names according to GraphQL
#10
simonw
closed
4 years ago
9
Figure out what to do with more than one database
#9
simonw
closed
4 years ago
1
Deploy a live demo on every push to main
#8
simonw
closed
4 years ago
5
Be smarter about types
#7
simonw
closed
4 years ago
1
Support GET as well as POST
#6
simonw
closed
4 years ago
3
Turn off CSRF protection
#5
simonw
closed
4 years ago
1
Support table allow-listing
#4
simonw
opened
4 years ago
2
Support foreign key expansions
#3
simonw
closed
4 years ago
4
Forward pagination with nodes, edges, totalCount and pageInfo
#2
simonw
closed
4 years ago
26
Previous
Next