| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Hasura.Metadata.DTO.MetadataV3
Synopsis
- data MetadataV3 = MetadataV3 {
- metaV3Sources :: Sources
 - metaV3RemoteSchemas :: RemoteSchemas
 - metaV3QueryCollections :: QueryCollections
 - metaV3Allowlist :: MetadataAllowlist
 - metaV3Actions :: Actions
 - metaV3CustomTypes :: CustomTypes
 - metaV3CronTriggers :: CronTriggers
 - metaV3RestEndpoints :: Endpoints
 - metaV3ApiLimits :: ApiLimit
 - metaV3MetricsConfig :: MetricsConfig
 - metaV3InheritedRoles :: InheritedRoles
 - metaV3GraphqlSchemaIntrospection :: SetGraphqlIntrospectionOptions
 - metaV3Network :: Network
 - metaV3BackendConfigs :: BackendMap BackendConfigWrapper
 - metaV3OpenTelemetryConfig :: OpenTelemetryConfig
 
 
Documentation
data MetadataV3 Source #
Revision 3 of the Metadata export format. Note that values of the types,
 PlaceholderArray and PlaceholderObject will eventually be expanded to represent more detail.
Constructors