TheSportsDB
GraphQL wrapper for TheSportsDB API doc - https://www.thesportsdb.com/api.php
How to use
Execute loal server
Two ways for execute local server
Visual Studio Code
Using.vscode/launch.json
is already prepared in place. Press F5
key for execute server.
Using CLI
Type this command
cd server
yarn install
yarn run local
Execute query
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.