fix(types): missing client on subscribe
This commit is contained in:
Vendored
+1
@@ -79,6 +79,7 @@ interface VueApolloSubscribeToMoreOptions extends SubscribeToMoreOptions {
|
||||
|
||||
interface VueApolloSubscriptionDefinition extends SubscriptionOptions {
|
||||
variables?: QueryVariables
|
||||
client?: string
|
||||
}
|
||||
|
||||
export type VueApolloSubscriptionProperty =
|
||||
|
||||
+2
-1
@@ -148,7 +148,8 @@ export const hey = Vue.extend({
|
||||
return {
|
||||
foo: this.meow
|
||||
}
|
||||
}
|
||||
},
|
||||
client: 'foo'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user