Skip to content

Commit

Permalink
Merge pull request #44 from thailt-2980/chore_hello_world
Browse files Browse the repository at this point in the history
chore: hello world
  • Loading branch information
kimyvgy authored Oct 20, 2023
2 parents db649d8 + d439d99 commit fe5c770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Resolvers } from "./@types/schema.generated";
const resolvers: Resolvers<ApolloContext> = {
Query: {
example: () => {
return 'Hello world!';
return 'Hello universe!';
},

pokemon: (_source, { id }, { dataSources }) => {
Expand Down

0 comments on commit fe5c770

Please sign in to comment.