We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e29c3d commit 9fea1f1Copy full SHA for 9fea1f1
tests/Examples/InputObject.hs
@@ -32,7 +32,7 @@ description (DogStuff toy likesTreats)
32
33
-- $setup
34
-- >>> import Data.Aeson (encode)
35
--- >>> import GraphQL.Value.ToValue (ToValue(..))
+-- >>> import GraphQL.Value (ToValue(..))
36
37
-- | Show input object usage
38
--
tests/Examples/UnionExample.hs
@@ -33,7 +33,7 @@ catOrDogList = pure $
-- | Show usage of a single unionValue
39
0 commit comments