Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The representation of stored procedures as derived from the schema cache.
Synopsis
- type StoredProcedureCache b = HashMap (FunctionName b) (StoredProcedureInfo b)
- data StoredProcedureInfo (b :: BackendType) = StoredProcedureInfo {}
Documentation
type StoredProcedureCache b = HashMap (FunctionName b) (StoredProcedureInfo b) Source #
data StoredProcedureInfo (b :: BackendType) Source #
The type into which StoredProcedureMetadata
is resolved in
'HasuraRQLDDLSchemaCache.buildSchemaCacheRule'.
StoredProcedureInfo | |
|