Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The representation of native queries as derived from the schema cache.
Synopsis
- type NativeQueryCache b = HashMap NativeQueryName (NativeQueryInfo b)
- data NativeQueryInfo (b :: BackendType) = NativeQueryInfo {}
Documentation
type NativeQueryCache b = HashMap NativeQueryName (NativeQueryInfo b) Source #
data NativeQueryInfo (b :: BackendType) Source #
The type into which NativeQueryMetadata
is resolved in
'HasuraRQLDDLSchemaCache.buildSchemaCacheRule'.