Code First Approach #980
Replies: 3 comments 1 reply
-
|
Although there is support for creating schemas from code, the general answer is no. We think schema first development is the better approach and the framework is built on that concept. |
Beta Was this translation helpful? Give feedback.
-
|
I believe code first approach is better (personal preference) it just avoids
Code first approach generates schema based on code which can be further investigated and used. This way a lot of redundant steps are skipped. |
Beta Was this translation helpful? Give feedback.
-
|
@paulbakker Using a code-first approach appears to be working at least in some cases (we've completed a functional POC using DGS with a code-first approach and haven't run into problems yet). Can you confirm that this is not supported and clarify what kind of problems could result from using a code-first approach, where we hand-code graphql type classes, potentially with additional fields and mismatched data types? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there support for a code first approach?
Beta Was this translation helpful? Give feedback.
All reactions