# Functions
Create sets up the router and middleware, and defines all API routes.
GetCorsOptions returns the CORS options for the API based on the environment.
GetHealth returns a health status.
GetPing ...
GraphHandler handles all incoming GraphQL requests.
RefreshSchemaHandler ...
# Structs
Status represents the results of a health check.
StatusResponse is the response payload for the Status data model.