Remove StringValue type

This commit is contained in:
Danny Navarro
2016-02-22 13:59:38 +01:00
parent 770df82718
commit d8a731fe30
6 changed files with 8 additions and 11 deletions

View File

@ -18,7 +18,6 @@ module Data.GraphQL.Schema
, Field
, Argument(..)
, Value(..)
, StringValue(..)
) where
#if !MIN_VERSION_base(4,8,0)