From b0432a49393e5a43d54bc3b013b7b5301cdae33d Mon Sep 17 00:00:00 2001 From: lihbr Date: Mon, 27 Sep 2021 09:45:11 +0200 Subject: [PATCH] chore: tag graphql functions as experimental to help with potential breaking changes --- src/graphql/asLink.ts | 1 + src/graphql/types.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/graphql/asLink.ts b/src/graphql/asLink.ts index 7728c79..2fac12e 100644 --- a/src/graphql/asLink.ts +++ b/src/graphql/asLink.ts @@ -16,6 +16,7 @@ import { LinkResolverFunction } from "./types"; * use the `routes` from the API * * @returns Resolved URL, null if provided link is empty + * @experimental * @see Prismic link resolver documentation: {@link https://prismic.io/docs/technologies/link-resolver-javascript} * @see Prismic API `routes` options documentation: {@link https://prismic.io/docs/technologies/route-resolver-nuxtjs} */ diff --git a/src/graphql/types.ts b/src/graphql/types.ts index 36c2fa2..15f4b1d 100644 --- a/src/graphql/types.ts +++ b/src/graphql/types.ts @@ -11,6 +11,7 @@ import type { FilledMinimalLinkToDocumentField } from "@prismicio/types/dist/gra * @param linkToDocumentField - A document link to resolve * * @returns Resolved URL + * @experimental * @see Prismic link resolver documentation: {@link https://prismic.io/docs/technologies/link-resolver-javascript} */ export type LinkResolverFunction<