@zeepkist/graphql
    Preparing search index...

    Interface LevelFilter

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

    interface LevelFilter {
        id?: IntFilter | null;
        hash?: StringFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        favourites?: LevelToManyFavouriteFilter | null;
        favouritesExist?: boolean | null;
        levelItems?: LevelToManyLevelItemFilter | null;
        levelItemsExist?: boolean | null;
        levelMetadata?: LevelToManyLevelMetadatumFilter | null;
        levelMetadataExist?: boolean | null;
        levelPoints?: LevelToManyLevelPointFilter | null;
        levelPointsExist?: boolean | null;
        levelPointsHistories?: LevelToManyLevelPointsHistoryFilter | null;
        levelPointsHistoriesExist?: boolean | null;
        personalBestGlobals?: LevelToManyPersonalBestGlobalFilter | null;
        personalBestGlobalsExist?: boolean | null;
        records?: LevelToManyRecordFilter | null;
        recordsExist?: boolean | null;
        votes?: LevelToManyVoteFilter | null;
        votesExist?: boolean | null;
        worldRecordGlobal?: WorldRecordGlobalFilter | null;
        worldRecordGlobalExists?: boolean | null;
        zslLevels?: LevelToManyZslLevelFilter | null;
        zslLevelsExist?: boolean | null;
        and?: LevelFilter[] | null;
        or?: LevelFilter[] | null;
        not?: LevelFilter | null;
    }
    Index

    Properties

    id?: IntFilter | null

    Filter by the object’s id field.

    hash?: StringFilter | null

    Filter by the object’s hash field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    favourites?: LevelToManyFavouriteFilter | null

    Filter by the object’s favourites relation.

    favouritesExist?: boolean | null

    Some related favourites exist.

    levelItems?: LevelToManyLevelItemFilter | null

    Filter by the object’s levelItems relation.

    levelItemsExist?: boolean | null

    Some related levelItems exist.

    levelMetadata?: LevelToManyLevelMetadatumFilter | null

    Filter by the object’s levelMetadata relation.

    levelMetadataExist?: boolean | null

    Some related levelMetadata exist.

    levelPoints?: LevelToManyLevelPointFilter | null

    Filter by the object’s levelPoints relation.

    levelPointsExist?: boolean | null

    Some related levelPoints exist.

    levelPointsHistories?: LevelToManyLevelPointsHistoryFilter | null

    Filter by the object’s levelPointsHistories relation.

    levelPointsHistoriesExist?: boolean | null

    Some related levelPointsHistories exist.

    personalBestGlobals?: LevelToManyPersonalBestGlobalFilter | null

    Filter by the object’s personalBestGlobals relation.

    personalBestGlobalsExist?: boolean | null

    Some related personalBestGlobals exist.

    records?: LevelToManyRecordFilter | null

    Filter by the object’s records relation.

    recordsExist?: boolean | null

    Some related records exist.

    votes?: LevelToManyVoteFilter | null

    Filter by the object’s votes relation.

    votesExist?: boolean | null

    Some related votes exist.

    worldRecordGlobal?: WorldRecordGlobalFilter | null

    Filter by the object’s worldRecordGlobal relation.

    worldRecordGlobalExists?: boolean | null

    A related worldRecordGlobal exists.

    zslLevels?: LevelToManyZslLevelFilter | null

    Filter by the object’s zslLevels relation.

    zslLevelsExist?: boolean | null

    Some related zslLevels exist.

    and?: LevelFilter[] | null

    Checks for all expressions in this list.

    or?: LevelFilter[] | null

    Checks for any expressions in this list.

    not?: LevelFilter | null

    Negates the expression.