Skip to content

Commit 73728a6

Browse files
authored
Merge pull request #152 from ViliamKopecky/patch-1
typo: missing `,`
2 parents 7d233df + d580804 commit 73728a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/graphql-yoga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const app = new Elysia()
7474
},
7575
// If context is a function on this doesn't present
7676
// for some reason it won't infer context type
77-
useContext(_) {}
77+
useContext(_) {},
7878
resolvers: {
7979
Query: {
8080
hi: async (parent, args, context) => context.name

0 commit comments

Comments
 (0)