File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { Boolean as BooleanAttr } from './model/attributes/types/Boolean'
1313import { Relation } from './model/attributes/relations/Relation'
1414import { HasOne as HasOneAttr } from './model/attributes/relations/HasOne'
1515import { HasMany as HasManyAttr } from './model/attributes/relations/HasMany'
16- import { mutations } from './modules/Mutations'
1716import { Repository } from './repository/Repository'
1817import { Interpretation } from './interpretation/Interpretation'
1918import { Query } from './query/Query'
@@ -33,7 +32,6 @@ export default {
3332 Relation,
3433 HasOneAttr,
3534 HasManyAttr,
36- mutations,
3735 Repository,
3836 Interpretation,
3937 Query,
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ import { Boolean as BooleanAttr } from './model/attributes/types/Boolean'
4747import { Relation } from './model/attributes/relations/Relation'
4848import { HasOne as HasOneAttr } from './model/attributes/relations/HasOne'
4949import { HasMany as HasManyAttr } from './model/attributes/relations/HasMany'
50- import { mutations } from './modules/Mutations'
5150import { Repository } from './repository/Repository'
5251import { Interpretation } from './interpretation/Interpretation'
5352import { Query } from './query/Query'
@@ -67,7 +66,6 @@ export default {
6766 Relation,
6867 HasOneAttr,
6968 HasManyAttr,
70- mutations,
7169 Repository,
7270 Interpretation,
7371 Query,
You can’t perform that action at this time.
0 commit comments