Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 772 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 772 Bytes

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/