module Language.GraphQL.Serialize ( JSON(..) ) where import qualified Data.Aeson as Aeson newtype JSON = JSON Aeson.Value