Open
Description
This part of your documentation is kind of worthless:
var app = express()
app.all(
"/graphql",
createHandler({
schema: schema,
rootValue: root,
})
)
app.listen(4000)
Why do you keep repeating that in every example? The source should be there instead, the actual query. I don't use express and never will, and you're hiding how it actually works behind thie createHandler function.
Metadata
Metadata
Assignees
Labels
No labels