Skip to content

Commit

Permalink
docs: 📝 minor cleanup in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeWalker committed Sep 15, 2020
1 parent 32b8e8f commit e667de1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ import { SubscriberModule } from 'twitch-graphql'
import { UserModule } from 'twitch-graphql'
import { StreamModule } from 'twitch-graphql'
import { GameModule } from 'twitch-graphql'
import { UserSubscriberLinkModule } from 'twitch-graphql'
import { StreamUserLinkModule } from 'twitch-graphql'
import { GameStreamLinkModule } from 'twitch-graphql'
import { createApplication } from 'graphql-modules'

const port = 5555
Expand All @@ -52,6 +55,9 @@ const app = createApplication({
UserModule,
StreamModule,
GameModule,
UserSubscriberLinkModule,
StreamUserLinkModule,
GameStreamLinkModule,
],
})
const execute = app.createExecution()
Expand Down

0 comments on commit e667de1

Please sign in to comment.