File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -67,6 +67,22 @@ export {
6767
6868export function getAvailableNames ( ) : string [ ] ;
6969
70+ export { CountArgs } from './count' ;
71+ export { ConnectionArgs } from './connection' ;
72+ export { PaginationArgs } from './pagination' ;
73+ export { CreateOneArgs } from './createOne' ;
74+ export { CreateManyArgs } from './createMany' ;
75+ export { RemoveOneArgs } from './removeOne' ;
76+ export { RemoveByIdArgs } from './removeById' ;
77+ export { RemoveManyArgs } from './removeMany' ;
78+ export { UpdateOneArgs } from './updateOne' ;
79+ export { UpdateByIdArgs } from './updateById' ;
80+ export { UpdateManyArgs } from './updateMany' ;
81+ export { FindByIdArgs } from './findById' ;
82+ export { FindByIdsArgs } from './findByIds' ;
83+ export { FindOneArgs } from './findOne' ;
84+ export { FindManyArgs } from './findMany' ;
85+
7086export const EMCResolvers : {
7187 findById : 'findById' ;
7288 findByIds : 'findByIds' ;
You can’t perform that action at this time.
0 commit comments