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 b8c1595 commit 893f510Copy full SHA for 893f510
tests/ExampleSchema.hs
@@ -85,10 +85,8 @@ import GraphQL.API
85
, Interface
86
, Union
87
, (:>)
88
+ , Defaultable(..)
89
)
--- XXX: This really shouldn't be part of Resolver, since whether or not a
90
--- thing has a default is part of the API / Schema definition.
91
-import GraphQL.Resolver (Defaultable(..))
92
import GraphQL.Value (pattern ValueEnum, unName)
93
import GraphQL.Value.ToValue (ToValue(..))
94
0 commit comments