Skip to content

Commit 0fb33ac

Browse files
authored
Update mutations-and-input-types.mdx
1 parent b30f1af commit 0fb33ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/pages/docs/mutations-and-input-types.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const express = require('express');
207207
const { createHandler } = require('graphql-http/lib/use/express');
208208
const { buildSchema } = require('graphql');
209209

210+
const fakeDatabase = {};
211+
210212
// Construct a schema, using GraphQL schema language
211213
const schema = buildSchema(`
212214
input MessageInput {

0 commit comments

Comments
 (0)