A wrapper service that extends the Compound subgraph with custom resolvers.
After cloning this repository, run the following to start the server process:
# Install dependencies
yarn
# Build the server
yarn prepublish
# Run the server
node dist/index.jsDuring development, run the server with
yarn devso it automatically restarts as you make changes to the source code.
Copyright © 2019-2020 Graph Protocol, Inc.
This software is licensed under the MIT license.