Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit d8efd29

Browse files
committed
feat: update context name
1 parent dd793f0 commit d8efd29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import Model from './model';
88
* https://ibm.biz/graphql-data-source-main
99
*/
1010
export default {
11-
// TODO: Rename the context to describe the data source.
12-
context: 'YourDataSource',
11+
context: 'IMDBAPI',
1312
model: new Model({ connector: new Connector() }),
1413
schema,
1514
resolvers,

0 commit comments

Comments
 (0)