From 6824411684b1793fda470b777f944eb2c974d752 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 17 Sep 2020 14:45:40 +0200 Subject: [PATCH] feat(catalog/gql): fixing some of the feedback from PR and updating namings --- plugins/catalog-graphql/README.md | 2 +- plugins/catalog-graphql/src/schema.js | 20 ++++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/plugins/catalog-graphql/README.md b/plugins/catalog-graphql/README.md index cec3204c52..911d4a401c 100644 --- a/plugins/catalog-graphql/README.md +++ b/plugins/catalog-graphql/README.md @@ -6,6 +6,6 @@ This is the Catalog GraphQL plugin. It provides the `catalog` part of the GraphQL schema. -To register it with the GraphQL backend, be sure to follow the [Gettting Started](../graphql/README.md#getting-started) guide of the GraphQL plugin. +To register it with the GraphQL backend, be sure to follow the [Getting Started](../graphql/README.md#getting-started) guide of the GraphQL plugin.