cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Ensure data editor is working against the supabase gql dialetc #31

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

Currently the gql generated by the data editor is intended for the Hasura gql dialect, that of insert_ and update_. The supabase one might be different, so this task is about supporting the supabase dialect of gql, and testing that the data editor works correctly.