From 99ee33abf513ef267560aa77832be3a4f756396a Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 17 Sep 2020 14:52:18 +0200 Subject: [PATCH] chore(catalog/gql): tidying up formatting --- plugins/catalog-graphql/src/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-graphql/src/schema.js b/plugins/catalog-graphql/src/schema.js index 509bce9f7b..f1fbc2ff14 100644 --- a/plugins/catalog-graphql/src/schema.js +++ b/plugins/catalog-graphql/src/schema.js @@ -50,7 +50,7 @@ const schema = /* GraphQL */ ` } # TODO: move this definition into plugin-scaffolder-graphql - type TemplateEntitySpec { + type TemplateEntitySpec { type: String! path: String schema: JSONObject!