Axinom Mosaic Libraries
    Preparing search index...

    A collection of parameters to decide on which entities and by which criteria bulk operation should be performed.

    interface BulkFilter {
        filterName: string;
        filterType: GraphQLInputType;
        primaryKeyName: string;
        primaryKeyType: string;
        queryName: string;
        tableName: string;
        typeName: string;
    }
    Index

    Properties

    filterName: string
    filterType: GraphQLInputType
    primaryKeyName: string
    primaryKeyType: string
    queryName: string
    tableName: string
    typeName: string