sportsbet_graphql_call
Run any persisted Sportsbet GraphQL operation by providing its name and variables to retrieve JSON sportsbook data for odds comparison.
Instructions
Call any of Sportsbet's persisted GraphQL operations against www.sportsbet.com.au/apigw/sportsbook/graph by name + variables. Hashes are managed server-side; a PERSISTED_QUERY_NOT_FOUND error means the bundle drifted. Read sportsbet://graphql/operations for the op list + variable signatures.
Returns: (JSON object)
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| variables | No | Variables for the operation, as an object. Which keys are required depends on the operation; the catalogue resource documents each one. |