Open derekjwilliams opened 7 months ago
See https://supabase.com/blog/graphql-now-available
But the example is 2 years old https://github.com/supabase-community/supabase-graphql-example
should be fairly straight forward, but docs are hard to find
Prisma has been installed and added to the project
The supabase SDK is nice, wraps Postgrest, but it would be nice to not do that in many cases, e.g. use the Postgrest API directly or the graphql API directly, e.g. in a react-query Query or Mutation, would need to use axios or fetch (though axios is preferred). Handling auth could be tricky here