packages feed

morpheus-graphql-0.3.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 (..))