interface IntrospectionFieldimport { type IntrospectionField } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/index.d.ts"; Propertiesreadonlyname: stringreadonlyoptionaldescription: Maybe<string>readonlyargs: ReadonlyArray<IntrospectionInputValue>readonlytype: IntrospectionOutputTypeRefreadonlyisDeprecated: booleanreadonlyoptionaldeprecationReason: Maybe<string>