From 02343265fdd1eeaf0078683f968f836d9771ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Kuijper?= <31251240+Joehoel@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:07:10 +0100 Subject: [PATCH] Add import to `lib/config/g.ts` --- docs/src/docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docs.md b/docs/src/docs.md index 7bc451d..a1e1341 100644 --- a/docs/src/docs.md +++ b/docs/src/docs.md @@ -12,6 +12,7 @@ npm install --save @leveluptuts/g-query graphql-tag ```javascript // src/lib/config/g.ts +import { GFetch } from "@leveluptuts/g-query"; export const g = new GFetch({ path: 'https://yourapiurl.com/graphql' //whatever your api url is here