graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Server.MetadataOpenAPI

Description

This module exports an OpenAPI specification for the GraphQL Engine metadata API.

The OpenAPI specification for metadata is experimental and incomplete. Please do not incorporate it into essential workflows at this time.

Synopsis

Documentation

metadataOpenAPI :: OpenApi Source #

An OpenApi document includes "schemas" that describe the data that may be produced or consumed by an API. It can also include "paths" which describe REST endpoints, and the document can include other API metadata. This example only includes schemas.

The OpenAPI specification for metadata is experimental and incomplete. Please do not incorporate it into essential workflows at this time.