UNPKG

@inrupt/experimental-graphql-codegen-solid-query

Version:

Generate a Schema Node in Code Generation

4 lines (3 loc) 254 B
import type { Types } from "@graphql-codegen/plugin-helpers"; import type { GraphQLSchema } from "graphql"; export declare function plugin<T = any>(schema: GraphQLSchema, documents: Types.DocumentFile[], config: T): Types.Promisable<Types.PluginOutput>;