Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.