This is a basic example showing most basic GraphQL API implementation.
You will need the following things properly installed on your computer:
- Clone the repo
git clone git@github.com:AdamZaczek/Slack-API-GraphQL.git
cd Slack-API-GraphQL
- Install dependencies
yarn
- You'll need your own Slack token. You can generate and test it on the official Slack API page. Link to one of the methods: https://api.slack.com/methods/im.list/test
Once you have a token copy it to './config/environment'.
- Run the server
yarn start