UNPKG

@eddeee888/gcg-typescript-resolver-files

Version:

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

9 lines (8 loc) 200 B
/** * Shared message formatter */ export declare const fmt: { error: (input: string, type: "Validation") => string; warn: (input: string) => string; debug: (input: string) => string; };