| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Morpheus.Kind
Description
associating types to GraphQL Kinds
Documentation
GraphQL Scalar: Int, Float, String, Boolean or any user defined custom Scalar type
data DerivingKind #
Instances
| Show DerivingKind | |
Defined in Data.Morpheus.Server.Types.Kind Methods showsPrec :: Int -> DerivingKind -> ShowS # show :: DerivingKind -> String # showList :: [DerivingKind] -> ShowS # | |