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 20f00af commit 4fa387cCopy full SHA for 4fa387c
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