import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLInterfaceTypeConfig } = GraphQL;
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.
optional
extensions: Maybe<Readonly<GraphQLInterfaceTypeExtensions>>optional
astNode: Maybe<InterfaceTypeDefinitionNode>optional
extensionASTNodes: Maybe<ReadonlyArray<InterfaceTypeExtensionNode>>