@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;
        favoritesByIdUser?: FavoritesConnectionGenqlSelection & {
            __args?: {
                first?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | FavoritesOrderBy[];
                condition?: null | FavoriteCondition;
                filter?: null | FavoriteFilter;
            };
        };
        personalBestGlobalsByIdUser?: PersonalBestGlobalsConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | PersonalBestGlobalsOrderBy[];
                condition?: null | PersonalBestGlobalCondition;
                filter?: null | PersonalBestGlobalFilter;
            };
        };
        userPointsByIdUser?: UserPointsConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | UserPointsOrderBy[];
                condition?: null | UserPointCondition;
                filter?: null | UserPointFilter;
            };
        };
        recordsByIdUser?: RecordsConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | RecordsOrderBy[];
                condition?: null | RecordCondition;
                filter?: null | RecordFilter;
            };
        };
        upvotesByIdUser?: UpvotesConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | UpvotesOrderBy[];
                condition?: null | UpvoteCondition;
                filter?: null | UpvoteFilter;
            };
        };
        votesByIdUser?: VotesConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | VotesOrderBy[];
                condition?: null | VoteCondition;
                filter?: null | VoteFilter;
            };
        };
        __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
    favoritesByIdUser?: FavoritesConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | FavoritesOrderBy[];
            condition?: null | FavoriteCondition;
            filter?: null | FavoriteFilter;
        };
    }

    Reads and enables pagination through a set of Favorite.

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

    Reads and enables pagination through a set of PersonalBestGlobal.

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

    Reads and enables pagination through a set of UserPoint.

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

    Reads and enables pagination through a set of Record.

    upvotesByIdUser?: UpvotesConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | UpvotesOrderBy[];
            condition?: null | UpvoteCondition;
            filter?: null | UpvoteFilter;
        };
    }

    Reads and enables pagination through a set of Upvote.

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

    Reads and enables pagination through a set of Vote.

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