reportMatchScoreMutation
reportMatchScore(session: EntityRef!, winner: MatchTeam, sets: [MatchSetInput!]!): ReportMatchScoreResult!Report the result of a league match — the single match of a session. Allowed for an active captain of either competing team. Applies the activity's scoreEntryMode (immediate vs. admin-approval).
Arguments
Returns
See ReportMatchScoreResult for the full shape.
Try it
Example
Query
mutation ReportMatchScore($session: EntityRef!, $winner: MatchTeam, $sets: [MatchSetInput!]!) {
reportMatchScore(session: $session, winner: $winner, sets: $sets) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlreportMatchScore