Skip to content

Commit 5bb9a2e

Browse files
committed
add comments for Apollo Server and Apollo Client
Co-authored-by: khuong Nguyen <[email protected]> Co-authored-by: Shana Hoehn <[email protected]>

1 parent 4fa387c commit 5bb9a2e

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)