@zeepkist/graphql
    Preparing search index...

    Interface Query

    The root query type which gives access points into the data universe.

    interface Query {
        query: Query;
        nodeId: string;
        node: null | Node;
        allVersionInfos: null | VersionInfosConnection;
        allFavorites: null | FavoritesConnection;
        allLevels: null | LevelsConnection;
        allLevelItems: null | LevelItemsConnection;
        allLevelMetadata: null | LevelMetadataConnection;
        allLevelPoints: null | LevelPointsConnection;
        allLevelRequests: null | LevelRequestsConnection;
        allPersonalBestGlobals: null | PersonalBestGlobalsConnection;
        allRecords: null | RecordsConnection;
        allRecordMedias: null | RecordMediasConnection;
        allSampledFavorites: null | SampledFavoritesConnection;
        allSampledLevels: null | SampledLevelsConnection;
        allSampledLevelItems: null | SampledLevelItemsConnection;
        allSampledLevelMetadata: null | SampledLevelMetadataConnection;
        allSampledLevelPoints: null | SampledLevelPointsConnection;
        allSampledLevelRequests: null | SampledLevelRequestsConnection;
        allSampledPersonalBestGlobals: null | SampledPersonalBestGlobalsConnection;
        allSampledRecords: null | SampledRecordsConnection;
        allSampledRecordMedias: null | SampledRecordMediasConnection;
        allSampledUpvotes: null | SampledUpvotesConnection;
        allSampledUsers: null | SampledUsersConnection;
        allSampledUserPoints: null | SampledUserPointsConnection;
        allSampledVersions: null | SampledVersionsConnection;
        allSampledWorldRecordGlobals: null | SampledWorldRecordGlobalsConnection;
        allUpvotes: null | UpvotesConnection;
        allUsers: null | UsersConnection;
        allUserPoints: null | UserPointsConnection;
        allVersions: null | VersionsConnection;
        allVotes: null | VotesConnection;
        allWorldRecordGlobals: null | WorldRecordGlobalsConnection;
        favoriteById: null | Favorite;
        levelById: null | Level;
        levelByHash: null | Level;
        levelItemById: null | LevelItem;
        levelMetadatumById: null | LevelMetadatum;
        levelPointById: null | LevelPoint;
        levelRequestById: null | LevelRequest;
        personalBestGlobalById: null | PersonalBestGlobal;
        recordById: null | Record;
        recordMediaById: null | RecordMedia;
        upvoteById: null | Upvote;
        userById: null | User;
        userPointById: null | UserPoint;
        versionById: null | Version;
        voteById: null | Vote;
        worldRecordGlobalById: null | WorldRecordGlobal;
        zRtm: null | ZRtmConnection;
        favorite: null | Favorite;
        level: null | Level;
        levelItem: null | LevelItem;
        levelMetadatum: null | LevelMetadatum;
        levelPoint: null | LevelPoint;
        levelRequest: null | LevelRequest;
        personalBestGlobal: null | PersonalBestGlobal;
        record: null | Record;
        recordMedia: null | RecordMedia;
        upvote: null | Upvote;
        user: null | User;
        userPoint: null | UserPoint;
        version: null | Version;
        vote: null | Vote;
        worldRecordGlobal: null | WorldRecordGlobal;
        __typename: "Query";
    }
    Index

    Properties

    query: Query

    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.

    nodeId: string

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

    node: null | Node

    Fetches an object given its globally unique ID.

    allVersionInfos: null | VersionInfosConnection

    Reads and enables pagination through a set of VersionInfo.

    allFavorites: null | FavoritesConnection

    Reads and enables pagination through a set of Favorite.

    allLevels: null | LevelsConnection

    Reads and enables pagination through a set of Level.

    allLevelItems: null | LevelItemsConnection

    Reads and enables pagination through a set of LevelItem.

    allLevelMetadata: null | LevelMetadataConnection

    Reads and enables pagination through a set of LevelMetadatum.

    allLevelPoints: null | LevelPointsConnection

    Reads and enables pagination through a set of LevelPoint.

    allLevelRequests: null | LevelRequestsConnection

    Reads and enables pagination through a set of LevelRequest.

    allPersonalBestGlobals: null | PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    allRecords: null | RecordsConnection

    Reads and enables pagination through a set of Record.

    allRecordMedias: null | RecordMediasConnection

    Reads and enables pagination through a set of RecordMedia.

    allSampledFavorites: null | SampledFavoritesConnection

    Reads and enables pagination through a set of SampledFavorite.

    allSampledLevels: null | SampledLevelsConnection

    Reads and enables pagination through a set of SampledLevel.

    allSampledLevelItems: null | SampledLevelItemsConnection

    Reads and enables pagination through a set of SampledLevelItem.

    allSampledLevelMetadata: null | SampledLevelMetadataConnection

    Reads and enables pagination through a set of SampledLevelMetadatum.

    allSampledLevelPoints: null | SampledLevelPointsConnection

    Reads and enables pagination through a set of SampledLevelPoint.

    allSampledLevelRequests: null | SampledLevelRequestsConnection

    Reads and enables pagination through a set of SampledLevelRequest.

    allSampledPersonalBestGlobals: null | SampledPersonalBestGlobalsConnection

    Reads and enables pagination through a set of SampledPersonalBestGlobal.

    allSampledRecords: null | SampledRecordsConnection

    Reads and enables pagination through a set of SampledRecord.

    allSampledRecordMedias: null | SampledRecordMediasConnection

    Reads and enables pagination through a set of SampledRecordMedia.

    allSampledUpvotes: null | SampledUpvotesConnection

    Reads and enables pagination through a set of SampledUpvote.

    allSampledUsers: null | SampledUsersConnection

    Reads and enables pagination through a set of SampledUser.

    allSampledUserPoints: null | SampledUserPointsConnection

    Reads and enables pagination through a set of SampledUserPoint.

    allSampledVersions: null | SampledVersionsConnection

    Reads and enables pagination through a set of SampledVersion.

    allSampledWorldRecordGlobals: null | SampledWorldRecordGlobalsConnection

    Reads and enables pagination through a set of SampledWorldRecordGlobal.

    allUpvotes: null | UpvotesConnection

    Reads and enables pagination through a set of Upvote.

    allUsers: null | UsersConnection

    Reads and enables pagination through a set of User.

    allUserPoints: null | UserPointsConnection

    Reads and enables pagination through a set of UserPoint.

    allVersions: null | VersionsConnection

    Reads and enables pagination through a set of Version.

    allVotes: null | VotesConnection

    Reads and enables pagination through a set of Vote.

    allWorldRecordGlobals: null | WorldRecordGlobalsConnection

    Reads and enables pagination through a set of WorldRecordGlobal.

    favoriteById: null | Favorite
    levelById: null | Level
    levelByHash: null | Level
    levelItemById: null | LevelItem
    levelMetadatumById: null | LevelMetadatum
    levelPointById: null | LevelPoint
    levelRequestById: null | LevelRequest
    personalBestGlobalById: null | PersonalBestGlobal
    recordById: null | Record
    recordMediaById: null | RecordMedia
    upvoteById: null | Upvote
    userById: null | User
    userPointById: null | UserPoint
    versionById: null | Version
    voteById: null | Vote
    worldRecordGlobalById: null | WorldRecordGlobal
    zRtm: null | ZRtmConnection

    Retrieves filtered level items based on specified criteria.

    favorite: null | Favorite

    Reads a single Favorite using its globally unique ID.

    level: null | Level

    Reads a single Level using its globally unique ID.

    levelItem: null | LevelItem

    Reads a single LevelItem using its globally unique ID.

    levelMetadatum: null | LevelMetadatum

    Reads a single LevelMetadatum using its globally unique ID.

    levelPoint: null | LevelPoint

    Reads a single LevelPoint using its globally unique ID.

    levelRequest: null | LevelRequest

    Reads a single LevelRequest using its globally unique ID.

    personalBestGlobal: null | PersonalBestGlobal

    Reads a single PersonalBestGlobal using its globally unique ID.

    record: null | Record

    Reads a single Record using its globally unique ID.

    recordMedia: null | RecordMedia

    Reads a single RecordMedia using its globally unique ID.

    upvote: null | Upvote

    Reads a single Upvote using its globally unique ID.

    user: null | User

    Reads a single User using its globally unique ID.

    userPoint: null | UserPoint

    Reads a single UserPoint using its globally unique ID.

    version: null | Version

    Reads a single Version using its globally unique ID.

    vote: null | Vote

    Reads a single Vote using its globally unique ID.

    worldRecordGlobal: null | WorldRecordGlobal

    Reads a single WorldRecordGlobal using its globally unique ID.

    __typename: "Query"