Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data LogicalModelMetadata (b :: BackendType) = LogicalModelMetadata {}
- data WithLogicalModel a = WithLogicalModel {
- _wlmSource :: SourceName
- _wlmName :: LogicalModelName
- _wlmInfo :: a
Documentation
data LogicalModelMetadata (b :: BackendType) Source #
Description of a logical model for use in metadata (before schema cache)
Instances
data WithLogicalModel a Source #
A wrapper to tie something to a particular native query. Specifically, it
assumes the underlying _wlmInfo
is represented as an object, and adds two
keys to that object: source
and root_field_name
.