packages feed

morpheus-graphql-0.1.0: src/Data/Morpheus.hs

-- | Build GraphQL APIs with your favourite functional language!
module Data.Morpheus
  ( Interpreter(..)
  ) where

import           Data.Morpheus.Interpreter (Interpreter (..))