Spike 1 - Investigate how the automation of CRUD resolvers per schema type will be realised
- investigate how a CRUD set of resolvers (and the underlying DB tables and ORM layer) will be autogenerated based on the types defined in the schema - investigate if its possible to show a representation of the generated resolvers to the end user based on what is generated. Whatever is shown must offer value to the user. - is there many libraries from the Prisma upstream project that could be used
Output;
- technical approach to how CRUD resolvers (and other technical artefacts) are generated - recommendation as to whether some read only representation of the generated resolver can be shown to the end user |
|