diff --git a/plugins/catalog-graphql/codegen.yml b/plugins/catalog-graphql/codegen.yml index bb50b68101..e100277942 100644 --- a/plugins/catalog-graphql/codegen.yml +++ b/plugins/catalog-graphql/codegen.yml @@ -9,7 +9,7 @@ generates: afterOneFileWrite: - eslint --fix config: - contextType: "@graphql-modules/core#ModuleContext" + contextType: '@graphql-modules/core#ModuleContext' allowParentTypeOverride: true useIndexSignature: true defaultMapper: Partial<{T}>