Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Mar 29, 2024
1 parent 52a9660 commit 43a8173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const resolvers = {
}
}

interface Context {
token: string
}

const server = new ApolloServer<Context>({
typeDefs,
resolvers,
Expand Down

0 comments on commit 43a8173

Please sign in to comment.