Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Postgres-specific schema combinators. Those should be moved to
the corresponding instance of BackendSchema
, when actions are
generalized.
Documentation
buildActionQueryFields :: MonadBuildActionSchema r m n => AnnotatedCustomTypes -> ActionInfo -> SchemaT r m [FieldParser n (QueryRootField UnpreparedValue)] Source #
buildActionMutationFields :: MonadBuildActionSchema r m n => AnnotatedCustomTypes -> ActionInfo -> SchemaT r m [FieldParser n (MutationRootField UnpreparedValue)] Source #
buildActionSubscriptionFields :: MonadBuildActionSchema r m n => AnnotatedCustomTypes -> ActionInfo -> SchemaT r m [FieldParser n (QueryRootField UnpreparedValue)] Source #