@globalleaderboards/sdk - v0.5.0
GitHub
API Documentation
GlobalLeaderboards.net
Preparing search index...
ScoreUpdateMutation
Interface ScoreUpdateMutation
Score update mutation
interface
ScoreUpdateMutation
{
userId
:
string
;
type
:
"score_update"
;
previousScore
:
number
;
newScore
:
number
;
previousRank
:
number
;
newRank
:
number
;
}
Hierarchy (
View Summary
)
BaseMutation
ScoreUpdateMutation
Index
Properties
user
Id
type
previous
Score
new
Score
previous
Rank
new
Rank
Properties
user
Id
userId
:
string
type
type
:
"score_update"
previous
Score
previousScore
:
number
new
Score
newScore
:
number
previous
Rank
previousRank
:
number
new
Rank
newRank
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
type
previous
Score
new
Score
previous
Rank
new
Rank
GitHub
API Documentation
GlobalLeaderboards.net
@globalleaderboards/sdk - v0.5.0
Loading...
Score update mutation