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 4fa387c commit 5bb9a2eCopy full SHA for 5bb9a2e
server/graphQL/typeDefs.js
@@ -4,7 +4,7 @@ const { gql } = require('apollo-server-express');
4
// Link to defining a schema in Apollo:
5
// https://www.apollographql.com/docs/apollo-server/schema/schema/
6
// The schema specifies which queries and mutations are available for clients
7
-// to execute against your data graph
+// to execute against your data graph.
8
9
const typeDefs = gql`
10
0 commit comments