@zeepkist/graphql
    Preparing search index...

    Interface Record

    Index

    Properties

    nodeId: string

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

    id: number
    userId: number
    time: number
    gameVersion: string
    levelId: number
    modVersion: string
    dateCreated: any
    dateUpdated: any
    splits: (number | null)[] | null
    speeds: (number | null)[] | null
    user: User | null

    Reads a single User that is related to this Record.

    level: Level | null

    Reads a single Level that is related to this Record.

    recordMedia: RecordMedia | null

    Reads a single RecordMedia that is related to this Record.

    recordMedias: RecordMediaConnection

    Please use recordMedia instead Reads and enables pagination through a set of RecordMedia.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    worldRecordGlobals: WorldRecordGlobalsConnection

    Reads and enables pagination through a set of WorldRecordGlobal.

    zslLevelResults: ZslLevelResultsConnection

    Reads and enables pagination through a set of ZslLevelResult.

    Reads and enables pagination through a set of User.

    Reads and enables pagination through a set of Level.

    Reads and enables pagination through a set of User.

    Reads and enables pagination through a set of ZslLevel.

    Reads and enables pagination through a set of User.

    __typename: "Record"