Skip to content

Commit 94a2846

Browse files
committed
remove comment
1 parent 13a1f79 commit 94a2846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql-apollo/server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const connStr = Bun.env.CONN_STR || ':memory:';
77
const db = new Database(connStr);
88

99
const typeDefs = `#graphql
10-
# Comments in GraphQL strings (such as this one) start with the hash (#) symbol.
1110
type Album {
1211
AlbumId: Int
1312
Title: String

0 commit comments

Comments
 (0)