@zeepkist/graphql
    Preparing search index...

    Interface SubscriptionGenqlSelection

    The root subscription type: contains events and live queries you can subscribe to with the subscription operation.

    Live query fields are differentiated by containing (live) at the end of their description, they are added for each field in the Query type. When you subscribe to a live query field, the selection set will be evaluated and sent to the client, and then most things* that would cause the output of the selection set to change will trigger the selection set to be re-evaluated and the results to be re-sent to the client.

    (* Not everything: typically only changes to persisted data referenced by the query are detected, not computed fields.)

    Live queries can be very expensive, so try and keep them small and focussed.

    Event fields will run their selection set when, and only when, the specified server-side event occurs. This makes them a lot more efficient than Live Queries, but it is still recommended that you keep payloads fairly small.

    interface SubscriptionGenqlSelection {
        query?: QueryGenqlSelection;
        nodeId?: number | boolean;
        node?: NodeGenqlSelection & { __args: { nodeId: string } };
        favourites?: FavouritesConnectionGenqlSelection & {
            __args?: {
                first?: number | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: FavouritesOrderBy[] | null;
                condition?: FavouriteCondition | null;
                filter?: FavouriteFilter | null;
            };
        };
        levels?: LevelsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        levelItems?: LevelItemsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelItemsOrderBy[] | null;
                condition?: LevelItemCondition | null;
                filter?: LevelItemFilter | null;
            };
        };
        levelMetadata?: LevelMetadataConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelMetadataOrderBy[] | null;
                condition?: LevelMetadatumCondition | null;
                filter?: LevelMetadatumFilter | null;
            };
        };
        levelPoints?: LevelPointsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelPointsOrderBy[] | null;
                condition?: LevelPointCondition | null;
                filter?: LevelPointFilter | null;
            };
        };
        levelPointsHistories?: LevelPointsHistoriesConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelPointsHistoriesOrderBy[] | null;
                condition?: LevelPointsHistoryCondition | null;
                filter?: LevelPointsHistoryFilter | null;
            };
        };
        levelRequests?: LevelRequestsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelRequestsOrderBy[] | null;
                condition?: LevelRequestCondition | null;
                filter?: LevelRequestFilter | null;
            };
        };
        personalBestGlobals?: PersonalBestGlobalsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: PersonalBestGlobalsOrderBy[] | null;
                condition?: PersonalBestGlobalCondition | null;
                filter?: PersonalBestGlobalFilter | null;
            };
        };
        records?: RecordsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: RecordsOrderBy[] | null;
                condition?: RecordCondition | null;
                filter?: RecordFilter | null;
            };
        };
        recordMedias?: RecordMediaConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: RecordMediaOrderBy[] | null;
                condition?: RecordMediaCondition | null;
                filter?: RecordMediaFilter | null;
            };
        };
        users?: UsersConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: UsersOrderBy[] | null;
                condition?: UserCondition | null;
                filter?: UserFilter | null;
            };
        };
        userPoints?: UserPointsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: UserPointsOrderBy[] | null;
                condition?: UserPointCondition | null;
                filter?: UserPointFilter | null;
            };
        };
        userPointsHistories?: UserPointsHistoriesConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: UserPointsHistoriesOrderBy[] | null;
                condition?: UserPointsHistoryCondition | null;
                filter?: UserPointsHistoryFilter | null;
            };
        };
        versions?: VersionsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: VersionsOrderBy[] | null;
                condition?: VersionCondition | null;
                filter?: VersionFilter | null;
            };
        };
        votes?: VotesConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: VotesOrderBy[] | null;
                condition?: VoteCondition | null;
                filter?: VoteFilter | null;
            };
        };
        worldRecordGlobals?: WorldRecordGlobalsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: WorldRecordGlobalsOrderBy[] | null;
                condition?: WorldRecordGlobalCondition | null;
                filter?: WorldRecordGlobalFilter | null;
            };
        };
        zslLevels?: ZslLevelsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslLevelsOrderBy[] | null;
                condition?: ZslLevelCondition | null;
                filter?: ZslLevelFilter | null;
            };
        };
        zslLevelResults?: ZslLevelResultsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslLevelResultsOrderBy[] | null;
                condition?: ZslLevelResultCondition | null;
                filter?: ZslLevelResultFilter | null;
            };
        };
        zslPointsStructures?: ZslPointsStructuresConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslPointsStructuresOrderBy[] | null;
                condition?: ZslPointsStructureCondition | null;
                filter?: ZslPointsStructureFilter | null;
            };
        };
        zslRounds?: ZslRoundsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslRoundsOrderBy[] | null;
                condition?: ZslRoundCondition | null;
                filter?: ZslRoundFilter | null;
            };
        };
        zslRoundResults?: ZslRoundResultsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslRoundResultsOrderBy[] | null;
                condition?: ZslRoundResultCondition | null;
                filter?: ZslRoundResultFilter | null;
            };
        };
        zslSeasons?: ZslSeasonsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslSeasonsOrderBy[] | null;
                condition?: ZslSeasonCondition | null;
                filter?: ZslSeasonFilter | null;
            };
        };
        zslSeasonResults?: ZslSeasonResultsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslSeasonResultsOrderBy[] | null;
                condition?: ZslSeasonResultCondition | null;
                filter?: ZslSeasonResultFilter | null;
            };
        };
        favourite?: FavouriteGenqlSelection & { __args: { id: number } };
        favouriteByUserIdAndLevelId?: FavouriteGenqlSelection & {
            __args: { userId: number; levelId: number };
        };
        level?: LevelGenqlSelection & { __args: { id: number } };
        levelByHash?: LevelGenqlSelection & { __args: { hash: string } };
        levelItem?: LevelItemGenqlSelection & { __args: { id: number } };
        levelMetadatum?: LevelMetadatumGenqlSelection & { __args: { id: number } };
        levelPoint?: LevelPointGenqlSelection & { __args: { id: number } };
        levelPointsHistory?: LevelPointsHistoryGenqlSelection & {
            __args: { id: number };
        };
        levelRequest?: LevelRequestGenqlSelection & { __args: { id: number } };
        personalBestGlobal?: PersonalBestGlobalGenqlSelection & {
            __args: { id: number };
        };
        personalBestGlobalByUserIdAndLevelId?: PersonalBestGlobalGenqlSelection & {
            __args: { userId: number; levelId: number };
        };
        record?: RecordGenqlSelection & { __args: { id: number } };
        recordMedia?: RecordMediaGenqlSelection & { __args: { id: number } };
        recordMediaByRecordId?: RecordMediaGenqlSelection & {
            __args: { recordId: number };
        };
        user?: UserGenqlSelection & { __args: { id: number } };
        userPoint?: UserPointGenqlSelection & { __args: { id: number } };
        userPointsHistory?: UserPointsHistoryGenqlSelection & {
            __args: { id: number };
        };
        version?: VersionGenqlSelection & { __args: { id: number } };
        vote?: VoteGenqlSelection & { __args: { id: number } };
        worldRecordGlobal?: WorldRecordGlobalGenqlSelection & {
            __args: { id: number };
        };
        worldRecordGlobalByLevelId?: WorldRecordGlobalGenqlSelection & {
            __args: { levelId: number };
        };
        zslLevel?: ZslLevelGenqlSelection & { __args: { id: number } };
        zslLevelResult?: ZslLevelResultGenqlSelection & {
            __args: { levelId: number; userId: number };
        };
        zslPointsStructure?: ZslPointsStructureGenqlSelection & {
            __args: { id: number };
        };
        zslRound?: ZslRoundGenqlSelection & { __args: { id: number } };
        zslRoundBySeasonIdAndRound?: ZslRoundGenqlSelection & {
            __args: { seasonId: number; round: number };
        };
        zslRoundResult?: ZslRoundResultGenqlSelection & {
            __args: { roundId: number; userId: number };
        };
        zslSeason?: ZslSeasonGenqlSelection & { __args: { id: number } };
        zslSeasonResult?: ZslSeasonResultGenqlSelection & {
            __args: { seasonId: number; userId: number };
        };
        zRtm?: ZRtmConnectionGenqlSelection & {
            __args?: {
                pMinAuthorTime?: number
                | null;
                pMaxAuthorTime?: number | null;
                pMinRecords?: number | null;
                pMaxRecords?: number | null;
                pExcludedAuthorIds?: (number | null)[] | null;
                pExcludedHashes?: (string | null)[] | null;
                pMinCheckpoints?: number | null;
                pMaxCheckpoints?: number | null;
                pMinFinishes?: number | null;
                pMaxFinishes?: number | null;
                pMinBlocks?: number | null;
                pMaxBlocks?: number | null;
                pSampleSize?: number | null;
                first?: number | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                filter?: ZRtmRecordFilter | null;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form. (live)

    nodeId?: number | boolean

    The root query type must be a Node to work well with Relay 1 mutations. This just resolves to query. (live)

    node?: NodeGenqlSelection & { __args: { nodeId: string } }

    Fetches an object given its globally unique ID. (live)

    favourites?: FavouritesConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: FavouritesOrderBy[] | null;
            condition?: FavouriteCondition | null;
            filter?: FavouriteFilter | null;
        };
    }

    Reads and enables pagination through a set of Favourite. (live)

    levels?: LevelsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelsOrderBy[] | null;
            condition?: LevelCondition | null;
            filter?: LevelFilter | null;
        };
    }

    Reads and enables pagination through a set of Level. (live)

    levelItems?: LevelItemsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelItemsOrderBy[] | null;
            condition?: LevelItemCondition | null;
            filter?: LevelItemFilter | null;
        };
    }

    Reads and enables pagination through a set of LevelItem. (live)

    levelMetadata?: LevelMetadataConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelMetadataOrderBy[] | null;
            condition?: LevelMetadatumCondition | null;
            filter?: LevelMetadatumFilter | null;
        };
    }

    Reads and enables pagination through a set of LevelMetadatum. (live)

    levelPoints?: LevelPointsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelPointsOrderBy[] | null;
            condition?: LevelPointCondition | null;
            filter?: LevelPointFilter | null;
        };
    }

    Reads and enables pagination through a set of LevelPoint. (live)

    levelPointsHistories?: LevelPointsHistoriesConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelPointsHistoriesOrderBy[] | null;
            condition?: LevelPointsHistoryCondition | null;
            filter?: LevelPointsHistoryFilter | null;
        };
    }

    Reads and enables pagination through a set of LevelPointsHistory. (live)

    levelRequests?: LevelRequestsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelRequestsOrderBy[] | null;
            condition?: LevelRequestCondition | null;
            filter?: LevelRequestFilter | null;
        };
    }

    Reads and enables pagination through a set of LevelRequest. (live)

    personalBestGlobals?: PersonalBestGlobalsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: PersonalBestGlobalsOrderBy[] | null;
            condition?: PersonalBestGlobalCondition | null;
            filter?: PersonalBestGlobalFilter | null;
        };
    }

    Reads and enables pagination through a set of PersonalBestGlobal. (live)

    records?: RecordsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: RecordsOrderBy[] | null;
            condition?: RecordCondition | null;
            filter?: RecordFilter | null;
        };
    }

    Reads and enables pagination through a set of Record. (live)

    recordMedias?: RecordMediaConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: RecordMediaOrderBy[] | null;
            condition?: RecordMediaCondition | null;
            filter?: RecordMediaFilter | null;
        };
    }

    Reads and enables pagination through a set of RecordMedia. (live)

    users?: UsersConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: UsersOrderBy[] | null;
            condition?: UserCondition | null;
            filter?: UserFilter | null;
        };
    }

    Reads and enables pagination through a set of User. (live)

    userPoints?: UserPointsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: UserPointsOrderBy[] | null;
            condition?: UserPointCondition | null;
            filter?: UserPointFilter | null;
        };
    }

    Reads and enables pagination through a set of UserPoint. (live)

    userPointsHistories?: UserPointsHistoriesConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: UserPointsHistoriesOrderBy[] | null;
            condition?: UserPointsHistoryCondition | null;
            filter?: UserPointsHistoryFilter | null;
        };
    }

    Reads and enables pagination through a set of UserPointsHistory. (live)

    versions?: VersionsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: VersionsOrderBy[] | null;
            condition?: VersionCondition | null;
            filter?: VersionFilter | null;
        };
    }

    Reads and enables pagination through a set of Version. (live)

    votes?: VotesConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: VotesOrderBy[] | null;
            condition?: VoteCondition | null;
            filter?: VoteFilter | null;
        };
    }

    Reads and enables pagination through a set of Vote. (live)

    worldRecordGlobals?: WorldRecordGlobalsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: WorldRecordGlobalsOrderBy[] | null;
            condition?: WorldRecordGlobalCondition | null;
            filter?: WorldRecordGlobalFilter | null;
        };
    }

    Reads and enables pagination through a set of WorldRecordGlobal. (live)

    zslLevels?: ZslLevelsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslLevelsOrderBy[] | null;
            condition?: ZslLevelCondition | null;
            filter?: ZslLevelFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslLevel. (live)

    zslLevelResults?: ZslLevelResultsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslLevelResultsOrderBy[] | null;
            condition?: ZslLevelResultCondition | null;
            filter?: ZslLevelResultFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslLevelResult. (live)

    zslPointsStructures?: ZslPointsStructuresConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslPointsStructuresOrderBy[] | null;
            condition?: ZslPointsStructureCondition | null;
            filter?: ZslPointsStructureFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslPointsStructure. (live)

    zslRounds?: ZslRoundsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslRoundsOrderBy[] | null;
            condition?: ZslRoundCondition | null;
            filter?: ZslRoundFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslRound. (live)

    zslRoundResults?: ZslRoundResultsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslRoundResultsOrderBy[] | null;
            condition?: ZslRoundResultCondition | null;
            filter?: ZslRoundResultFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslRoundResult. (live)

    zslSeasons?: ZslSeasonsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslSeasonsOrderBy[] | null;
            condition?: ZslSeasonCondition | null;
            filter?: ZslSeasonFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslSeason. (live)

    zslSeasonResults?: ZslSeasonResultsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslSeasonResultsOrderBy[] | null;
            condition?: ZslSeasonResultCondition | null;
            filter?: ZslSeasonResultFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslSeasonResult. (live)

    favourite?: FavouriteGenqlSelection & { __args: { id: number } }

    (live)

    favouriteByUserIdAndLevelId?: FavouriteGenqlSelection & {
        __args: { userId: number; levelId: number };
    }

    (live)

    level?: LevelGenqlSelection & { __args: { id: number } }

    (live)

    levelByHash?: LevelGenqlSelection & { __args: { hash: string } }

    (live)

    levelItem?: LevelItemGenqlSelection & { __args: { id: number } }

    (live)

    levelMetadatum?: LevelMetadatumGenqlSelection & { __args: { id: number } }

    (live)

    levelPoint?: LevelPointGenqlSelection & { __args: { id: number } }

    (live)

    levelPointsHistory?: LevelPointsHistoryGenqlSelection & {
        __args: { id: number };
    }

    (live)

    levelRequest?: LevelRequestGenqlSelection & { __args: { id: number } }

    (live)

    personalBestGlobal?: PersonalBestGlobalGenqlSelection & {
        __args: { id: number };
    }

    (live)

    personalBestGlobalByUserIdAndLevelId?: PersonalBestGlobalGenqlSelection & {
        __args: { userId: number; levelId: number };
    }

    (live)

    record?: RecordGenqlSelection & { __args: { id: number } }

    (live)

    recordMedia?: RecordMediaGenqlSelection & { __args: { id: number } }

    (live)

    recordMediaByRecordId?: RecordMediaGenqlSelection & {
        __args: { recordId: number };
    }

    (live)

    user?: UserGenqlSelection & { __args: { id: number } }

    (live)

    userPoint?: UserPointGenqlSelection & { __args: { id: number } }

    (live)

    userPointsHistory?: UserPointsHistoryGenqlSelection & { __args: { id: number } }

    (live)

    version?: VersionGenqlSelection & { __args: { id: number } }

    (live)

    vote?: VoteGenqlSelection & { __args: { id: number } }

    (live)

    worldRecordGlobal?: WorldRecordGlobalGenqlSelection & { __args: { id: number } }

    (live)

    worldRecordGlobalByLevelId?: WorldRecordGlobalGenqlSelection & {
        __args: { levelId: number };
    }

    (live)

    zslLevel?: ZslLevelGenqlSelection & { __args: { id: number } }

    (live)

    zslLevelResult?: ZslLevelResultGenqlSelection & {
        __args: { levelId: number; userId: number };
    }

    (live)

    zslPointsStructure?: ZslPointsStructureGenqlSelection & {
        __args: { id: number };
    }

    (live)

    zslRound?: ZslRoundGenqlSelection & { __args: { id: number } }

    (live)

    zslRoundBySeasonIdAndRound?: ZslRoundGenqlSelection & {
        __args: { seasonId: number; round: number };
    }

    (live)

    zslRoundResult?: ZslRoundResultGenqlSelection & {
        __args: { roundId: number; userId: number };
    }

    (live)

    zslSeason?: ZslSeasonGenqlSelection & { __args: { id: number } }

    (live)

    zslSeasonResult?: ZslSeasonResultGenqlSelection & {
        __args: { seasonId: number; userId: number };
    }

    (live)

    zRtm?: ZRtmConnectionGenqlSelection & {
        __args?: {
            pMinAuthorTime?: number | null;
            pMaxAuthorTime?: number | null;
            pMinRecords?: number | null;
            pMaxRecords?: number | null;
            pExcludedAuthorIds?: (number | null)[] | null;
            pExcludedHashes?: (string | null)[] | null;
            pMinCheckpoints?: number | null;
            pMaxCheckpoints?: number | null;
            pMinFinishes?: number | null;
            pMaxFinishes?: number | null;
            pMinBlocks?: number | null;
            pMaxBlocks?: number | null;
            pSampleSize?: number | null;
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            filter?: ZRtmRecordFilter | null;
        };
    }

    Retrieves filtered level items based on specified criteria. (live)

    __typename?: number | boolean
    __scalar?: number | boolean