@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyLevelPointsHistoryFilter

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

    interface LevelToManyLevelPointsHistoryFilter {
        every?: null | LevelPointsHistoryFilter;
        some?: null | LevelPointsHistoryFilter;
        none?: null | LevelPointsHistoryFilter;
    }
    Index

    Properties

    Properties

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

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

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