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