@zeepkist/graphql
    Preparing search index...

    Interface UserGenqlSelection

    interface UserGenqlSelection {
        nodeId?: number | boolean;
        id?: number | boolean;
        steamName?: number | boolean;
        banned?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        steamId?: number | boolean;
        discordId?: number | boolean;
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        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;
            };
        };
        levelsByFavourite?: UserLevelsByFavouriteManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        recordsByPersonalBestGlobal?: UserRecordsByPersonalBestGlobalManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: RecordsOrderBy[] | null;
                condition?: RecordCondition | null;
                filter?: RecordFilter | null;
            };
        };
        levelsByPersonalBestGlobal?: UserLevelsByPersonalBestGlobalManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        levelsByRecord?: UserLevelsByRecordManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        levelsByVote?: UserLevelsByVoteManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        recordsByWorldRecordGlobal?: UserRecordsByWorldRecordGlobalManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: RecordsOrderBy[] | null;
                condition?: RecordCondition | null;
                filter?: RecordFilter | null;
            };
        };
        zslLevelsByZslLevelResult?: UserZslLevelsByZslLevelResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslLevelsOrderBy[] | null;
                condition?: ZslLevelCondition | null;
                filter?: ZslLevelFilter | null;
            };
        };
        recordsByZslLevelResult?: UserRecordsByZslLevelResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: RecordsOrderBy[] | null;
                condition?: RecordCondition | null;
                filter?: RecordFilter | null;
            };
        };
        zslRoundsByZslRoundResult?: UserZslRoundsByZslRoundResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslRoundsOrderBy[] | null;
                condition?: ZslRoundCondition | null;
                filter?: ZslRoundFilter | null;
            };
        };
        zslSeasonsByZslSeasonResult?: UserZslSeasonsByZslSeasonResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslSeasonsOrderBy[] | null;
                condition?: ZslSeasonCondition | null;
                filter?: ZslSeasonFilter | null;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    nodeId?: number | boolean

    A globally unique identifier. Can be used in various places throughout the system to identify this single value.

    id?: number | boolean
    steamName?: number | boolean
    banned?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean
    steamId?: number | boolean
    discordId?: number | boolean
    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.

    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.

    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.

    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.

    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.

    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.

    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.

    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.

    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.

    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.

    levelsByFavourite?: UserLevelsByFavouriteManyToManyConnectionGenqlSelection & {
        __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.

    recordsByPersonalBestGlobal?: UserRecordsByPersonalBestGlobalManyToManyConnectionGenqlSelection & {
        __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.

    levelsByPersonalBestGlobal?: UserLevelsByPersonalBestGlobalManyToManyConnectionGenqlSelection & {
        __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.

    levelsByRecord?: UserLevelsByRecordManyToManyConnectionGenqlSelection & {
        __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.

    levelsByVote?: UserLevelsByVoteManyToManyConnectionGenqlSelection & {
        __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.

    recordsByWorldRecordGlobal?: UserRecordsByWorldRecordGlobalManyToManyConnectionGenqlSelection & {
        __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.

    zslLevelsByZslLevelResult?: UserZslLevelsByZslLevelResultManyToManyConnectionGenqlSelection & {
        __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.

    recordsByZslLevelResult?: UserRecordsByZslLevelResultManyToManyConnectionGenqlSelection & {
        __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.

    zslRoundsByZslRoundResult?: UserZslRoundsByZslRoundResultManyToManyConnectionGenqlSelection & {
        __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.

    zslSeasonsByZslSeasonResult?: UserZslSeasonsByZslSeasonResultManyToManyConnectionGenqlSelection & {
        __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.

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