From 956cdea2d6b8df6804703d327fc295fed35ebd08 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 18 Sep 2020 01:34:04 +0200 Subject: [PATCH] feat(catalog/gql): running prettier on some files that neeeded it --- plugins/catalog-graphql/codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}>