Skip to content

Commit

Permalink
chore: tag graphql functions as experimental to help with potential b…
Browse files Browse the repository at this point in the history
…reaking changes
  • Loading branch information
lihbr committed Sep 27, 2021
1 parent e05d381 commit b0432a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/graphql/asLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*/
Expand Down
1 change: 1 addition & 0 deletions src/graphql/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down

0 comments on commit b0432a4

Please sign in to comment.