Skip to content

Commit d956e91

Browse files
committed
added hello world back
1 parent 5594694 commit d956e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/resolvers/resolvers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const resolvers: {
1111
} = {
1212
Query: {
1313
// TODO: what possible resolvers exist?
14+
hello: () => 'world',
1415

1516
nowPlaying(_parent, _args, context, _info) {
1617
return context.dataSources.movieDataSource.nowPlaying();

0 commit comments

Comments
 (0)