refactor source code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { CodegenConfig } from '@graphql-codegen/cli';
|
||||
import type { CodegenConfig } from '@graphql-codegen/cli'
|
||||
|
||||
const config: CodegenConfig = {
|
||||
overwrite: true,
|
||||
@@ -8,6 +8,6 @@ const config: CodegenConfig = {
|
||||
plugins: ['typescript', 'typescript-resolvers'],
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
export default config;
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user