prisma-labs / graphql-framework-experiment

Code-First Type-Safe GraphQL Framework
https://nexusjs.org
MIT License
673 stars 66 forks source link

API experiments system #296

Open jasonkuhrt opened 4 years ago

jasonkuhrt commented 4 years ago

What

Why

Sketches

Weakky commented 4 years ago

I really, really like the approach where we mark experimental features and warn in dev. Again, I'd stay away from typegen as much as possible.

I also like your top-level experiments component. Makes me wonder whether experiments should live in the settings or live there. TBD.