schema: ../WhatsApp-Clone-Server/modules/*/index.ts | |
documents: './src/**/*.{tsx,ts}' | |
overwrite: true | |
generates: | |
./src/graphql/types.tsx: | |
plugins: | |
- add: '/* eslint-disable */' | |
- typescript | |
- typescript-operations | |
- typescript-react-apollo | |
# The combined options of all provided plug-ins | |
# More information about the options below: | |
# graphql-code-generator.com/docs/plugins/typescript-react-apollo#configuration | |
config: | |
withHOC: false | |
withHooks: true | |
withComponent: false | |