@zeepkist/graphql
    Preparing search index...

    Interface User

    interface User {
        nodeId: string;
        id: number;
        steamName: null | string;
        banned: boolean;
        dateCreated: any;
        dateUpdated: any;
        steamId: any;
        discordId: any;
        favourites: FavouritesConnection;
        personalBestGlobals: PersonalBestGlobalsConnection;
        userPoints: UserPointsConnection;
        records: RecordsConnection;
        worldRecordGlobals: WorldRecordGlobalsConnection;
        votes: VotesConnection;
        userPointsHistories: UserPointsHistoriesConnection;
        zslLevelResults: ZslLevelResultsConnection;
        zslRoundResults: ZslRoundResultsConnection;
        zslSeasonResults: ZslSeasonResultsConnection;
        levelsByFavourite: UserLevelsByFavouriteManyToManyConnection;
        recordsByPersonalBestGlobal: UserRecordsByPersonalBestGlobalManyToManyConnection;
        levelsByPersonalBestGlobal: UserLevelsByPersonalBestGlobalManyToManyConnection;
        levelsByRecord: UserLevelsByRecordManyToManyConnection;
        recordsByWorldRecordGlobal: UserRecordsByWorldRecordGlobalManyToManyConnection;
        levelsByVote: UserLevelsByVoteManyToManyConnection;
        zslLevelsByZslLevelResult: UserZslLevelsByZslLevelResultManyToManyConnection;
        recordsByZslLevelResult: UserRecordsByZslLevelResultManyToManyConnection;
        zslRoundsByZslRoundResult: UserZslRoundsByZslRoundResultManyToManyConnection;
        zslSeasonsByZslSeasonResult: UserZslSeasonsByZslSeasonResultManyToManyConnection;
        __typename: "User";
    }
    Index

    Properties

    nodeId: string

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

    id: number
    steamName: null | string
    banned: boolean
    dateCreated: any
    dateUpdated: any
    steamId: any
    discordId: any

    Reads and enables pagination through a set of Favourite.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    Reads and enables pagination through a set of UserPoint.

    Reads and enables pagination through a set of Record.

    worldRecordGlobals: WorldRecordGlobalsConnection

    Reads and enables pagination through a set of WorldRecordGlobal.

    Reads and enables pagination through a set of Vote.

    userPointsHistories: UserPointsHistoriesConnection

    Reads and enables pagination through a set of UserPointsHistory.

    zslLevelResults: ZslLevelResultsConnection

    Reads and enables pagination through a set of ZslLevelResult.

    zslRoundResults: ZslRoundResultsConnection

    Reads and enables pagination through a set of ZslRoundResult.

    zslSeasonResults: ZslSeasonResultsConnection

    Reads and enables pagination through a set of ZslSeasonResult.

    Reads and enables pagination through a set of Level.

    Reads and enables pagination through a set of Record.

    Reads and enables pagination through a set of Level.

    Reads and enables pagination through a set of Level.

    Reads and enables pagination through a set of Record.

    Reads and enables pagination through a set of Level.

    Reads and enables pagination through a set of ZslLevel.

    Reads and enables pagination through a set of Record.

    Reads and enables pagination through a set of ZslRound.

    Reads and enables pagination through a set of ZslSeason.

    __typename: "User"