import { type GraphQLInterfaceTypeConfig } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/index.d.ts";
Properties
optional
interfaces: Thunk<Maybe<Array<GraphQLInterfaceType>>>fields: Thunk<GraphQLFieldConfigMap<TSource, TContext>>
optional
resolveType: Maybe<GraphQLTypeResolver<TSource, TContext>>Optionally provide a custom type resolver function. If one is not provided,
the default implementation will call isTypeOf
on each implementing
Object type.