Scott Trinh
Scott Trinh
> Also, even Stripe is a moving target. I think this is honestly my concern: if we try to model Stripe's schema 1-for-1, we'll end up having to have versioned...
Thanks for the context, I'll report back on what I find that might work. I'm not able to do a simple monorepo, since my work involves work across a number...
Nevermind! Forgot the `overloaded` keyword.
Thanks for the ping! I think a better alternative for now is to use the `queries` generator with an `.edgeql` file for this particular query until we get this resolved....
The original idea here was to add logging, but maybe a more robust and integrated solution is to have auth events generate audit entries. This could also integrate with the...
Great proposal @StephanMeijer ! I think something we haven't discussed yet is whether this metadata _should_ have a well-known structure vs. just allowing arbitrary `Record`. Or maybe even `Record` and...
Yeah, thanks for identifying this! We _kinda_ knew we were accidentally breaking query caching here, but we haven't circled back to clean this up.
The functionality in #7727 will be used to implement sending webhooks during authentication ceremonies.
Oh, that's a good point. I wonder if we can/should also show the link cardinality more directly as well. `optional multi` and `required single` are pretty hard to tell apart...