We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a2b3 commit b7b9800Copy full SHA for b7b9800
src/index.d.ts
@@ -23,14 +23,16 @@ export function generateApolloServer({
23
customMutations,
24
types,
25
models,
26
+ wsServer,
27
apolloServerOptions,
28
pubSubInstance,
29
callWebhook,
30
globalPreCallback,
31
}: {
32
graphqlSchemaDeclaration: GraphqlSchemaDeclarationType
33
types: InAndOutTypes
- models: SequelizeModels
34
+ models: SequelizeModels
35
+ wsServer: any
36
customMutations?: MutationList
37
apolloServerOptions?: any
38
pubSubInstance?: PubSub | null
0 commit comments