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 bb812d7 commit a89fc04Copy full SHA for a89fc04
packages/data-connect/src/network/transport/index.ts
@@ -51,7 +51,7 @@ export interface DataConnectTransport {
51
queryName: string,
52
body?: U
53
): Promise<{ data: T; errors: Error[] }>;
54
- useEmulator(host: string, port: number, sslEnabled?: boolean): void;
+ useEmulator(host: string, port?: number, sslEnabled?: boolean): void;
55
onTokenChanged: (token: string | null) => void;
56
_setCallerSdkType(callerSdkType: CallerSdkType): void;
57
}
0 commit comments