Skip to content
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

sessionEntityRef!
winnerMatchTeam

Returns

ReportMatchScoreResult!

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/graphql
reportMatchScore