Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AnnotatedUpdateG (b :: BackendType) (r :: Type) v Source #
AnnotatedUpdateG | |
|
Instances
type AnnotatedUpdate b = AnnotatedUpdateG b Void (SQLExpression b) Source #
auValidateInput :: forall b r v. Lens' (AnnotatedUpdateG b r v) (Maybe (ValidateInput ResolvedWebhook)) Source #
auUpdateVariant :: forall b r v. Lens' (AnnotatedUpdateG b r v) (UpdateVariant b v) Source #
auUpdatePermissions :: forall b r v. Lens' (AnnotatedUpdateG b r v) (AnnBoolExp b v) Source #
auOutput :: forall b r v r. Lens (AnnotatedUpdateG b r v) (AnnotatedUpdateG b r v) (MutationOutputG b r v) (MutationOutputG b r v) Source #
auNamingConvention :: forall b r v. Lens' (AnnotatedUpdateG b r v) (Maybe NamingCase) Source #
auCheck :: forall b r v. Lens' (AnnotatedUpdateG b r v) (AnnBoolExp b v) Source #
auAllCols :: forall b r v. Lens' (AnnotatedUpdateG b r v) [ColumnInfo b] Source #