tree: d379ff76684ff532f8973b518aa2991dd1047c22 [path history] [tgz]
  1. dns/
  2. flow/
  3. proxy/
  4. __init__.py
  5. common.py
  6. README.md
  7. schema.py
  8. webapp.py
spot-oa/api/graphql/README.md

Apache Spot (incubating) - GraphQL API

Provides an endpoint to send GraphQL queries to access and modify data.

  1. Install Spot OA. Follow this guide.
  2. Start Spot OA Web Server.
    1. From spot-oa dir, run ./runIpython.sh
  3. Apache Spot will deploy a GraphQL endpoint under /graphql URL

Development mode and GraphiQL UI

When Spot OA Web server is started in development mode, a GraphiQL UI will be enabled at /graphql URL. Use this tool to play with our GraphQL API and to explore the entities we have made available.