From adfb5c2500311dee7e2c4d914a57aecdb4223017 Mon Sep 17 00:00:00 2001 From: Matt Murphy <63432827+mattmurph9@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:46:14 +0200 Subject: [PATCH] Fix typos --- packages/graphql/src/schema/make-augmented-schema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql/src/schema/make-augmented-schema.ts b/packages/graphql/src/schema/make-augmented-schema.ts index a7c4741b7d..4ac89f686a 100644 --- a/packages/graphql/src/schema/make-augmented-schema.ts +++ b/packages/graphql/src/schema/make-augmented-schema.ts @@ -165,9 +165,9 @@ function makeAugmentedSchema( interfaces: nodeInterfaces, otherDirectives, ...nodeFields, - // @ts-ignore we can be sure its defined + // @ts-ignore we can be sure it's defined auth, - // @ts-ignore we can be sure its defined + // @ts-ignore we can be sure it's defined exclude, description: definition.description?.value, });