From 6e644c5b4b3a8284ed0a1f0a84fef775f70a68d6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 16 Sep 2020 09:12:49 +0200 Subject: Move path to the execution error Since it isn't possible to get a path during validation, without executing the query. --- src/Language/GraphQL/Validate.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Language/GraphQL/Validate.hs') diff --git a/src/Language/GraphQL/Validate.hs b/src/Language/GraphQL/Validate.hs index 42b802c..41a5e9e 100644 --- a/src/Language/GraphQL/Validate.hs +++ b/src/Language/GraphQL/Validate.hs @@ -7,7 +7,6 @@ -- | GraphQL validator. module Language.GraphQL.Validate ( Error(..) - , Path(..) , document , module Language.GraphQL.Validate.Rules ) where -- cgit v1.2.3