Skip to content
Maxwell edited this page Jun 28, 2020 · 5 revisions

Overview

Features

  • 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)

Configuring the sample app

  • 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

Clone this wiki locally