0.4.1
graphql-server-model-codegen
-
Fix unit tests to use the internal
sequelizemodel instance introduced in release 0.3.0. -
Refactor search input
valuefrom a composite object to two separate fields withing the search arguments:valueandvalueType.input search<Model>Input { field: AccessionField value: String valueType: InputType operator: Operator search: [search<Model>Input] }
-
Refactor
valueTypeto a newenum InputTypethat accepts all GraphQL primitives supported at Zendro, and a newArraytype used only by thesearchresolver.enum InputType{ Array String Int Float Boolean Date Time DateTime }
graphql-server
- Refactor the search input value spec in static files to match the changes in `graphql-server-model-codegen.
single-page-application-codegen
- Refactor model requests to use the new value spec in
graphql-serverandgraphql-server-model-codegen. - Fix integration tests to use the new configuration changes introduced in release 0.3.0