Skip to content

Commit

Permalink
fix(types): missing subscriptionsPath on ApolloConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Oct 1, 2019
1 parent 98a5b39 commit 77481f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@nodepack/plugin-apollo/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export interface ApolloContext {

export interface ApolloConfig extends Config {
path: string
subscriptionsPath: string
}

0 comments on commit 77481f5

Please sign in to comment.