@globalleaderboards/sdk - v0.5.0
    Preparing search index...

    Interface NewEntryMutation

    New entry mutation

    interface NewEntryMutation {
        userId: string;
        type: "new_entry";
        newRank: number;
        score: number;
        userName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    userId: string
    type: "new_entry"
    newRank: number
    score: number
    userName: string