Skip to content
matchQuery
match(id: ID!): Match

Arguments

idID!

Returns

Match

See Match for the full shape.

Try it

Example
Query
query Match($id: ID!) {
  match(id: $id) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
match