morpheus-graphql-0.0.1: Morpheus GraphQL

Safe HaskellNone
LanguageHaskell2010

Data.Morpheus.Types.JSType

Documentation

data JSType Source #

Instances
Show JSType Source # 
Instance details

Defined in Data.Morpheus.Types.JSType

Generic JSType Source # 
Instance details

Defined in Data.Morpheus.Types.JSType

Associated Types

type Rep JSType :: Type -> Type #

Methods

from :: JSType -> Rep JSType x #

to :: Rep JSType x -> JSType #

ToJSON JSType Source # 
Instance details

Defined in Data.Morpheus.Types.JSType

FromJSON JSType Source # 
Instance details

Defined in Data.Morpheus.Types.JSType

GQLInput a => GDecode JSType (K1 i a :: Type -> Type) Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLInput

Methods

gDecode :: MetaInfo -> JSType -> Validation (K1 i a a0) Source #

type Rep JSType Source # 
Instance details

Defined in Data.Morpheus.Types.JSType

data ScalarValue Source #