Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Metadata representation of a native query in the metadata, as well as a parser and prettyprinter for the query code.
Synopsis
- data NativeQueryMetadata (b :: BackendType) = NativeQueryMetadata {
- _nqmRootFieldName :: NativeQueryName
- _nqmCode :: InterpolatedQuery ArgumentName
- _nqmReturns :: LogicalModelIdentifier b
- _nqmArguments :: HashMap ArgumentName (NullableScalarType b)
- _nqmArrayRelationships :: Relationships (RelDef (RelManualNativeQueryConfig b))
- _nqmObjectRelationships :: Relationships (RelDef (RelManualNativeQueryConfig b))
- _nqmDescription :: Maybe Text
Documentation
data NativeQueryMetadata (b :: BackendType) Source #
The representation of native queries within the metadata structure.
NativeQueryMetadata | |
|