mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
feat(subscriptions): added missing "?" to props definition
This commit is contained in:
parent
12c8a02b18
commit
23b534a107
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
export type GraphiQLData = {
|
||||
endpointURL: string,
|
||||
subscriptionsEndpoint: string,
|
||||
subscriptionsEndpoint?: string,
|
||||
query?: string,
|
||||
variables?: Object,
|
||||
operationName?: string,
|
||||
|
|
Loading…
Add table
Reference in a new issue