@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?: null | IntFilter;
        hash?: null | StringFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        favorites?: null | LevelToManyFavoriteFilter;
        favoritesExist?: null | boolean;
        levelItems?: null | LevelToManyLevelItemFilter;
        levelItemsExist?: null | boolean;
        levelMetadata?: null | LevelToManyLevelMetadatumFilter;
        levelMetadataExist?: null | boolean;
        levelPoints?: null | LevelToManyLevelPointFilter;
        levelPointsExist?: null | boolean;
        personalBestGlobals?: null | LevelToManyPersonalBestGlobalFilter;
        personalBestGlobalsExist?: null | boolean;
        records?: null | LevelToManyRecordFilter;
        recordsExist?: null | boolean;
        upvotes?: null | LevelToManyUpvoteFilter;
        upvotesExist?: null | boolean;
        worldRecordGlobals?: null | LevelToManyWorldRecordGlobalFilter;
        worldRecordGlobalsExist?: null | boolean;
        votes?: null | LevelToManyVoteFilter;
        votesExist?: null | boolean;
        and?: null | LevelFilter[];
        or?: null | LevelFilter[];
        not?: null | LevelFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    hash?: null | StringFilter

    Filter by the object’s hash field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    favorites?: null | LevelToManyFavoriteFilter

    Filter by the object’s favorites relation.

    favoritesExist?: null | boolean

    Some related favorites exist.

    levelItems?: null | LevelToManyLevelItemFilter

    Filter by the object’s levelItems relation.

    levelItemsExist?: null | boolean

    Some related levelItems exist.

    levelMetadata?: null | LevelToManyLevelMetadatumFilter

    Filter by the object’s levelMetadata relation.

    levelMetadataExist?: null | boolean

    Some related levelMetadata exist.

    levelPoints?: null | LevelToManyLevelPointFilter

    Filter by the object’s levelPoints relation.

    levelPointsExist?: null | boolean

    Some related levelPoints exist.

    personalBestGlobals?: null | LevelToManyPersonalBestGlobalFilter

    Filter by the object’s personalBestGlobals relation.

    personalBestGlobalsExist?: null | boolean

    Some related personalBestGlobals exist.

    records?: null | LevelToManyRecordFilter

    Filter by the object’s records relation.

    recordsExist?: null | boolean

    Some related records exist.

    upvotes?: null | LevelToManyUpvoteFilter

    Filter by the object’s upvotes relation.

    upvotesExist?: null | boolean

    Some related upvotes exist.

    worldRecordGlobals?: null | LevelToManyWorldRecordGlobalFilter

    Filter by the object’s worldRecordGlobals relation.

    worldRecordGlobalsExist?: null | boolean

    Some related worldRecordGlobals exist.

    votes?: null | LevelToManyVoteFilter

    Filter by the object’s votes relation.

    votesExist?: null | boolean

    Some related votes exist.

    and?: null | LevelFilter[]

    Checks for all expressions in this list.

    or?: null | LevelFilter[]

    Checks for any expressions in this list.

    not?: null | LevelFilter

    Negates the expression.