morpheus-graphql-core-0.12.0: Morpheus GraphQL Core

Safe HaskellNone
LanguageHaskell2010

Data.Morpheus.Internal.TH

Documentation

data Scope Source #

Constructors

CLIENT 
SERVER 
Instances
Eq Scope Source # 
Instance details

Defined in Data.Morpheus.Internal.TH

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

apply :: Name -> [Q Exp] -> Q Exp Source #

applyT :: Name -> [Q Type] -> Q Type Source #