issues
search
supabase
/
pg_graphql
GraphQL support for PostgreSQL
https://supabase.github.io/pg_graphql
Apache License 2.0
2.91k
stars
104
forks
source link
Filter List Type Tweaks
#525
Closed
olirice
closed
5 months ago
olirice
commented
5 months ago
What kind of change does this PR introduce?
removes
panic!
when matching on filter op types
renames
ov
to
overlaps
rename
cd
to
containedBy
rename
cs
to
contains
remove
gt
,
gte
,
lt
,
lte
from list filtering options
What kind of change does this PR introduce?
panic!
when matching on filter op typesov
tooverlaps
cd
tocontainedBy
cs
tocontains
gt
,gte
,lt
,lte
from list filtering options