InterfacesGraphQLInterfaceTypeConfigOn this pageGraphQLInterfaceTypeConfig <TSource, TContext>Type parametersTSourceTContextIndex PropertiesastNodedescriptionextensionASTNodesextensionsfieldsinterfacesnameresolveTypeProperties optionalastNodeastNode?: Maybe<InterfaceTypeDefinitionNode>optionaldescriptiondescription?: Maybe<string>optionalextensionASTNodesextensionASTNodes?: Maybe<readonly InterfaceTypeExtensionNode[]>optionalextensionsextensions?: Maybe<Readonly<GraphQLInterfaceTypeExtensions>>fieldsfields: ThunkObjMap<GraphQLFieldConfig<TSource, TContext, any>>optionalinterfacesinterfaces?: ThunkReadonlyArray<GraphQLInterfaceType>namename: stringoptionalresolveTyperesolveType?: 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.
Optionally provide a custom type resolver function. If one is not provided, the default implementation will call
isTypeOf
on each implementing Object type.