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 13a1f79 commit 94a2846Copy full SHA for 94a2846
graphql-apollo/server/index.ts
@@ -7,7 +7,6 @@ const connStr = Bun.env.CONN_STR || ':memory:';
7
const db = new Database(connStr);
8
9
const typeDefs = `#graphql
10
- # Comments in GraphQL strings (such as this one) start with the hash (#) symbol.
11
type Album {
12
AlbumId: Int
13
Title: String
0 commit comments