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 b30f1af commit 0fb33acCopy full SHA for 0fb33ac
website/pages/docs/mutations-and-input-types.mdx
@@ -207,6 +207,8 @@ const express = require('express');
207
const { createHandler } = require('graphql-http/lib/use/express');
208
const { buildSchema } = require('graphql');
209
210
+const fakeDatabase = {};
211
+
212
// Construct a schema, using GraphQL schema language
213
const schema = buildSchema(`
214
input MessageInput {
0 commit comments