Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 437 Bytes

API

Environment

Environment variables should be defined in env.sample. These should be configured and exposed to the process for the API to work.

Graph

The API is exposed as a graphql endpoint on /query

It is built based on the schemas in graph, and generated with gqlgen.

Admin

Another endpoint for administrative capabilities like preview is defined in the graphadmin package.