supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
384 stars 15 forks source link

fix: connect APIs should only look at id fields #125

Closed justinvdm closed 5 months ago

justinvdm commented 5 months ago

Users should be able to provide just the id fields to the connect option and connect callback, or both the id fields and some of the other scalars.

linear[bot] commented 5 months ago
S-2069 Fix types for `connect` to only look at id fields

`connect` only needs ids, but the types require all the fields to be given.