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,