UNPKG

@eddeee888/gcg-typescript-resolver-files

Version:

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

3 lines (2 loc) 157 B
export type RootObjectType = 'Query' | 'Mutation' | 'Subscription'; export declare const isRootObjectType: (typeName: string) => typeName is RootObjectType;