-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Maxwell edited this page Jun 28, 2020
·
5 revisions
- Automated peristed queries
- GraphQL fragment resolution (resolves fragment references)
- Customizable logger (allows you to add a custom logger)
- Customizable discovery plugin (allows you to define where and how to look for graphql files)
- Register for an api key for the client, follow this guide
- After acquiring an api key put it in the follwoing directory
./app/.config/secrets.properties
with the following format:token="YOUR_API_TOEKN_KEY_GOES_HERE"
See GraphQL File Uploads if you want to test that too