|
|
6a700ad1a5
|
feat: schema-builder and resolver-builder can handle relations (#2398)
* feat: wip add relation
* feat: add relation for custom and standards objects
* fix: use enum instead of magic string
* fix: remove dead code & fix tests
* fix: typo
* fix: BooleanFilter is missing
* fix: Malformed result error
|
2023-11-10 12:32:02 +01:00 |
|
|
|
7b9175a4a4
|
Revert "Convert metadata tables to camelCase" (#2419)
Revert "Convert metadata tables to camelCase (#2400)"
This reverts commit 1cf08c797f.
|
2023-11-10 11:48:44 +01:00 |
|
|
|
1cf08c797f
|
Convert metadata tables to camelCase (#2400)
* Convert metadata tables to camelCase
* datasourcemetadataid to datasourceid
* refactor metadata folders
* fix command
* move commands out of metadata
* fix seed
* rename objectId and fieldId in objectMetadataId and fieldMetadataId in FE
* fix field-metadata
* Fix
* Fix
* remove logs
---------
Co-authored-by: Charles Bochet <charles@twenty.com>
|
2023-11-09 20:06:10 +01:00 |
|
|
|
1ed4965a95
|
feat: refactor schema builder and resolver builder (#2215)
* feat: wip refactor schema builder
* feat: wip store types and first queries generation
* feat: refactor schema-builder and resolver-builder
* fix: clean & small type fix
* fix: avoid breaking change
* fix: remove util from pg-graphql classes
* fix: required default fields
* Refactor frontend accordingly
---------
Co-authored-by: Charles Bochet <charles@twenty.com>
|
2023-11-03 17:16:37 +01:00 |
|