forked from OSS/graphql
Implement first StarWars end-to-end test
`execute` still needs to be implemented.
This commit is contained in:
@ -10,5 +10,7 @@ import qualified Data.Aeson as Aeson (Value)
|
||||
import Data.GraphQL.AST
|
||||
import Data.GraphQL.Schema
|
||||
|
||||
execute :: Applicative f => Schema -> Document -> f Aeson.Value
|
||||
execute = undefined
|
||||
type Response = Aeson.Value
|
||||
|
||||
execute :: Applicative f => Schema f -> Document -> f Response
|
||||
execute _schema _doc = undefined
|
||||
|
Reference in New Issue
Block a user