🏠InterfacesGraphQLIntersectionTypeConfigOn this pageGraphQLIntersectionTypeConfig <TSource, TContext>Type parametersTSourceTContextIndex PropertiesastNodedescriptionextensionASTNodesextensionsnameresolveTypetypesProperties optionalastNodeastNode?: Maybe<IntersectionTypeDefinitionNode>optionaldescriptiondescription?: Maybe<string>optionalextensionASTNodesextensionASTNodes?: Maybe<readonly IntersectionTypeExtensionNode[]>optionalextensionsextensions?: Maybe<Readonly<GraphQLIntersectionTypeExtensions>>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.typestypes: ThunkReadonlyArray<GraphQLInterfaceType | GraphQLUnionType>
Optionally provide a custom type resolver function. If one is not provided, the default implementation will call
isTypeOf
on each implementing Object type.