/TheSportsDB

GraphQL wrapper for TheSportsDB

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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

.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.

http://localhost:4000/