@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?: LevelPointsHistoryFilter | null;
        some?: LevelPointsHistoryFilter | null;
        none?: LevelPointsHistoryFilter | null;
        aggregates?: LevelPointsHistoryAggregatesFilter | null;
    }
    Index

    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.’

    Aggregates across related LevelPointsHistory match the filter criteria.