UNPKG

gatsby-source-prismic

Version:

Gatsby source plugin for building websites using Prismic as a data source

8 lines (6 loc) 180 B
type GetModelsCacheKeyArgs = { repositoryName: string; }; export const getModelsCacheKey = (args: GetModelsCacheKeyArgs): string => { return `${args.repositoryName}:models`; };