GraphQL wrapper for TheSportsDB API doc - https://www.thesportsdb.com/api.php
Two ways for execute local server
Using Visual Studio Code
.vscode/launch.json
is already prepared in place. Press F5
key for execute server.
Type this command
cd server
yarn install
yarn run local
We are able to use GraphQL Playground for execute queries and mutations. It is installed as part of Apollo, please open the following url on your browser after the server is running.