Module

GraphQL.Execution

Package
purescript-graphql
Repository
hendrikniemann/purescript-graphql

#execute Source

execute :: forall b a. Schema a b -> Document -> a -> Aff Json

Asyncroniously executes a query given the GraphQL document and a schema.