From 51e29fd7b4956b181de245e3a9daa7665d942edc Mon Sep 17 00:00:00 2001 From: MrOrz Date: Wed, 14 Feb 2024 01:07:34 +0700 Subject: [PATCH] docs: add documentation to TypedDocumentNode --- app/lib/gql.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/gql.ts b/app/lib/gql.ts index e62c17a..71aaaba 100644 --- a/app/lib/gql.ts +++ b/app/lib/gql.ts @@ -7,6 +7,7 @@ export { graphql } from '@/typegen/gql'; * @param variables - the variables for the operation * @param fetchOptions - the options for NextJS's fetch * @returns graphql-request's request result + * @see https://github.com/dotansimha/graphql-typed-document-node?tab=readme-ov-file#how-can-i-support-this-in-my-library */ export function gql>( operation: TypedDocumentNode,