A query that can be issued for contribution nodes

interface ContributionNodeQuery {
    contributionIds?: string[];
    dataProviderContext?: DataProviderContext;
    includeProviderDetails?: boolean;
    queryOptions?: ContributionQueryOptions;
}

Properties

contributionIds?: string[]

The contribution ids of the nodes to find.

dataProviderContext?: DataProviderContext

Contextual information that can be leveraged by contribution constraints

includeProviderDetails?: boolean

Indicator if contribution provider details should be included in the result.

Query options tpo be used when fetching ContributionNodes