import { SchemaMetaFieldDef } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/introspection.d.ts";
Note that these are GraphQLField and not GraphQLFieldConfig, so the format for args is different.
type
GraphQLField<any, any>
import { SchemaMetaFieldDef } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/introspection.d.ts";
Note that these are GraphQLField and not GraphQLFieldConfig, so the format for args is different.