morpheus-graphql-0.7.0: src/Data/Morpheus.hs
-- | Build GraphQL APIs with your favourite functional language!
module Data.Morpheus
( Interpreter(..)
)
where
import Data.Morpheus.Execution.Server.Interpreter
( Interpreter(..) )