forked from OSS/graphql
Validate input fields have unique names
This commit is contained in:
@ -236,7 +236,7 @@ data ConstValue
|
||||
-- | Key-value pair.
|
||||
--
|
||||
-- A list of 'ObjectField's represents a GraphQL object type.
|
||||
data ObjectField a = ObjectField Name a
|
||||
data ObjectField a = ObjectField Name a Location
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- ** Variables
|
||||
|
Reference in New Issue
Block a user