Member Junction
    Preparing search index...

    Input for the GenerateSeedTaxonomy GraphQL mutation.

    Mirrors the server-side resolver arguments (MJServer GenerateSeedTaxonomyResolver).

    interface GenerateSeedTaxonomyInput {
        SampleSize: number;
        SourceID: string;
    }
    Index

    Properties

    Properties

    SampleSize: number

    Max number of content items to consider (server defaults when <= 0).

    SourceID: string

    The ContentSource ID whose items seed the taxonomy.