Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hasura.Metadata.DTO.Metadata
Synopsis
- data MetadataDTO
- = V1 MetadataV1
- | V2 MetadataV2
- | V3 MetadataV3
Documentation
data MetadataDTO Source #
Exported representation of the GraphQL Engine metadata configuration format.
The OpenAPI specification for metadata is experimental and incomplete. Please do not incorporate it into essential workflows at this time.
Constructors
V1 MetadataV1 | |
V2 MetadataV2 | |
V3 MetadataV3 |