Skip to content

Commit 729c37e

Browse files
authoredMar 28, 2024
Fix blog post location (graphql#1661)
1 parent fea4803 commit 729c37e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎notes/ContributingToCodePage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var express = require("express")
5656
var { createHandler } = require("graphql-http/lib/use/express")
5757
var { buildSchema } = require("graphql")
5858

59-
var schema = buildSchema(/* GraphQL */`
59+
var schema = buildSchema(/* GraphQL */ `
6060
type Query {
6161
hello: String
6262
}

0 commit comments

Comments
 (0)
Please sign in to comment.