UNPKG

@eddeee888/gcg-typescript-resolver-files

Version:

This [GraphQL Code Generator](https://www.the-guild.dev/graphql/codegen) plugin creates resolvers given GraphQL schema.

8 lines (7 loc) 235 B
/** * @description Wrapper function to return true if `value` matches on of the `pattern`s */ export declare const isMatchResolverNamePattern: ({ pattern, value, }: { pattern: string | string[]; value: string; }) => boolean;