class PothosSubGraphPlugin extends BasePlugin<Types>import { PothosSubGraphPlugin } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-sub-graph/index.ts"; Type ParametersTypes extends SchemaTypesMethodsafterBuild(schema: GraphQLSchema)onInputFieldConfig(fieldConfig: PothosInputFieldConfig<Types>)onOutputFieldConfig(fieldConfig: PothosOutputFieldConfig<Types>)onTypeConfig(typeConfig: PothosTypeConfig)Static MethodscreateSubGraph(schema: GraphQLSchema, subGraph: string[] | string)filterFields(type: GraphQLInterfaceType | GraphQLObjectType,newTypes: Map<string, GraphQLNamedType>,subGraphs: string[],)filterTypes(types: readonly GraphQLNamedType[], subGraphs: string[])mapInputFields(type: GraphQLInputObjectType,newTypes: Map<string, GraphQLNamedType>,subGraphs: string[],)