Tags: Zendro-dev/graphql-server-model-codegen
Tags
fix: type conversion for primary keys in create/update (#222) * fix: type conversion for primary keys in create/update * fix: null for IDs not allowed on validation side * hotfix: update integration tests * update: renamed function castIdIntoRespectiveType -> castIdentifierToCorrectType * fix: type conversion for primary keys in create/update * fix: null for IDs not allowed on validation side * update: renamed function castIdIntoRespectiveType -> castIdentifierToCorrectType * update: added integration tests for internalId type casting therefore added fisher model associated to river * reworked tests prettified code (like using spaces instead of tabs) use loops for creating and deleting records in test group 'InternalId type Int: CRUD functions for fisher' use 'foreignkeys' implementation for association between fisher and river * set indent size to 2 in mocha_integration.test.js --------- Co-authored-by: wunderbarr <[email protected]>
fix: type conversion for primary keys in create/update (#222) * fix: type conversion for primary keys in create/update * fix: null for IDs not allowed on validation side * hotfix: update integration tests * update: renamed function castIdIntoRespectiveType -> castIdentifierToCorrectType * fix: type conversion for primary keys in create/update * fix: null for IDs not allowed on validation side * update: renamed function castIdIntoRespectiveType -> castIdentifierToCorrectType * update: added integration tests for internalId type casting therefore added fisher model associated to river * reworked tests prettified code (like using spaces instead of tabs) use loops for creating and deleting records in test group 'InternalId type Int: CRUD functions for fisher' use 'foreignkeys' implementation for association between fisher and river * set indent size to 2 in mocha_integration.test.js --------- Co-authored-by: wunderbarr <[email protected]>
PreviousNext