Skip to content

Commit 4fa387c

Browse files
committed
add comments for Apollo Server and Apollo Client>
1 parent 20f00af commit 4fa387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/graphQL/typeDefs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { gql } = require('apollo-server-express');
44
// Link to defining a schema in Apollo:
55
// https://www.apollographql.com/docs/apollo-server/schema/schema/
66
// The schema specifies which queries and mutations are available for clients
7-
// to execute against your data graph.
7+
// to execute against your data graph
88

99
const typeDefs = gql`
1010

0 commit comments

Comments
 (0)