From d370ca3e040f71405ffdace39c7204b43cf59f47 Mon Sep 17 00:00:00 2001 From: Anastasis Georgoulas Date: Mon, 20 Dec 2021 14:10:57 +0000 Subject: [PATCH] Get friendsConnection queries working --- src/components/Marked/swapiSchema.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Marked/swapiSchema.tsx b/src/components/Marked/swapiSchema.tsx index 2bde45ad02..4bb8922557 100644 --- a/src/components/Marked/swapiSchema.tsx +++ b/src/components/Marked/swapiSchema.tsx @@ -7,6 +7,8 @@ * LICENSE file in the root directory of this source tree. */ +import { Buffer } from 'buffer'; + import { GraphQLSchema, GraphQLObjectType,