| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.Morpheus.Schema.Internal.Types
Documentation
type OutputType = InternalType ObjectField Source #
data ObjectField Source #
Constructors
| ObjectField | |
Fields
| |
type InputType = InternalType InputField Source #
newtype InputField Source #
Constructors
| InputField | |
Fields | |
Constructors
| TypeLib | |
Fields
| |
type InputObject = GObject InputField Source #
type OutputObject = GObject ObjectField Source #
initTypeLib :: (Text, OutputObject) -> TypeLib Source #
Constructors
| Leaf Leaf | |
| InputObject InputObject | |
| OutputObject OutputObject |