diff options
Diffstat (limited to 'src/types/graphql/index.ts')
| -rw-r--r-- | src/types/graphql/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types/graphql/index.ts b/src/types/graphql/index.ts new file mode 100644 index 0000000..79eb05e --- /dev/null +++ b/src/types/graphql/index.ts @@ -0,0 +1,3 @@ +export * from './generics'; +export * from './mutations'; +export * from './queries'; |
