forked from vsuaste/express_graphql_model_gen
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: association types to be either: - one_to_one - one_to_many - many_to_one - many_to_many refactor: add "implementation" field to the association definition to be on of: - sql_cross_table - generic - foreignkey * refactor: unit tests for new association types * refactor: new association types for integration test models * fix: add missing implementation types * refactor: add "reverseAssociation" field to association definition * fix: unit tests - add reverseAssociation * refactor: update README for new association types * refactor: remove check for targetStorageType on sql_cross_table implementation * refactor: always use "keysIn" instead of "keyIn" / "keysIn" * refactor: update README for keysIn * refactor: rename assoc field "foreignkey" -> "foreignkeys" * Merge branch 'master' into refactor-assoc-types * fix: non generic models always have "keysIn" * fix: missing "to_one" in README * fix: neo4j test models to new assoc types * fix: unit tests * chore: remove console.log * fix: README many_to_many example assoc type
- Loading branch information
Showing
87 changed files
with
1,082 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.