Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The RQL IR representation of an invocation of a stored procedure.
Synopsis
- data StoredProcedure b field = StoredProcedure {
- spStoredProcedure :: FunctionName b
- spGraphqlName :: Name
- spArgs :: HashMap ArgumentName (ScalarType b, field)
- spLogicalModel :: LogicalModel b
Documentation
data StoredProcedure b field Source #
The RQL IR representation of an invocation of a stored procedure.
StoredProcedure | |
|