Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
associating types to GraphQL Kinds
Documentation
GraphQL Scalar: Int, Float, String, Boolean or any user defined custom Scalar type
Deprecated: use: deriving(GQLType), IMPORTANT: only types with constructor namename will sustain their form, other union constructors will be wrapped inside an new object
type INPUT_OBJECT = TYPE Source #
Deprecated: use: deriving(GQLType), will be automatically inferred
data DerivingKind #
Instances
Show DerivingKind | |
Defined in Data.Morpheus.Server.Types.Kind showsPrec :: Int -> DerivingKind -> ShowS # show :: DerivingKind -> String # showList :: [DerivingKind] -> ShowS # |
type GQL_KIND = DerivingKind Source #
Deprecated: use: DerivingKind