|
|
|
|
|
by sitkack
1420 days ago
|
|
If you can guarantee that you get the same result for the same projection (a query and or rest call also could be characterized as a projection) then I don't see an issue. LOTS of rest services are just urls params -> sql -> result set -> json https://postgrest.org/en/stable/ Isn't this what graphql was supposed to offer? |
|