@zeepkist/graphql
    Preparing search index...

    Interface UserToManyUserPointsHistoryFilter

    A filter to be used against many UserPointsHistory object types. All fields are combined with a logical ‘and.’

    interface UserToManyUserPointsHistoryFilter {
        every?: null | UserPointsHistoryFilter;
        some?: null | UserPointsHistoryFilter;
        none?: null | UserPointsHistoryFilter;
    }
    Index

    Properties

    Properties

    Every related UserPointsHistory matches the filter criteria. All fields are combined with a logical ‘and.’

    Some related UserPointsHistory matches the filter criteria. All fields are combined with a logical ‘and.’

    No related UserPointsHistory matches the filter criteria. All fields are combined with a logical ‘and.’