@deep/nest-kit
    Preparing search index...

    Interface IBaseUnionsResolverHost

    interface IBaseUnionsResolverHost {
        unions(
            input: FetchUnionsInput,
            info: GraphQLResolveInfo,
        ): Promise<IOffsetPaginated<Union>>;
    }
    Index

    Methods

    Methods