Adam Stoffel

Results 4 comments of Adam Stoffel

https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers

@laurenceisla Thanks for the suggestion, but unfortunately, that blocks me from doing further nested resource embedding on the `source` entity. I would like to empower the consumers of this Function...

Good point - creating a TABLE does work, but it's a bummer to create an empty table just to serve as a "placeholder" for this. I will probably proceed with...

FWIW, I was able to use the "Via the UI" optimistic pattern from the [react query docs](https://tanstack.com/query/latest/docs/framework/react/guides/optimistic-updates) by doing something like this: ```ts const { data } = useQuery( supabase.from('my_table').select('id,other_columns'),...