diff --git a/src/components/playground/Playground.tsx b/src/components/playground/Playground.tsx index 8716e2696..d077327b4 100644 --- a/src/components/playground/Playground.tsx +++ b/src/components/playground/Playground.tsx @@ -46,7 +46,6 @@ const Playground = () => { } }, [debouncedApiEndpoint]) - const graphQLFetcher = async (graphQLParams: FetcherParams, opts?: FetcherOpts) => { if (apiEndpoint.toString().trim() === "") { return Promise.resolve({})