@stigg/js-client-sdk - v3.92.2

    Type Alias MeterConditionInput

    A condition that will be used to filter the data

    type MeterConditionInput = {
        field: Scalars["String"];
        operation: ConditionOperation;
        value?: InputMaybe<Scalars["String"]>;
        values?: InputMaybe<Scalars["String"][]>;
    }
    Index

    Properties

    The field to filter on

    The operation to perform on the field

    The value of the field to filter on

    The values of the field to filter on (used for IN operation)

    MMNEPVFCICPMFPCPTTAAATR