@graphql-live/client
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,3 +8,3 @@ import { ExecutionResult } from "graphql"; | ||
}; | ||
export declare type ObserverRecord = { | ||
export declare type OperationRecord = { | ||
observer: ResultObserver; | ||
@@ -11,0 +11,0 @@ execute(): void; |
{ | ||
"name": "@graphql-live/client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The client part of the GraphQLive package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,3 +10,3 @@ import { ExecutionResult } from "graphql"; | ||
export type ObserverRecord = { | ||
export type OperationRecord = { | ||
observer: ResultObserver; | ||
@@ -48,3 +48,3 @@ execute(): void; | ||
let currentId = 0; | ||
const operations = new Map<number, ObserverRecord>(); | ||
const operations = new Map<number, OperationRecord>(); | ||
@@ -51,0 +51,0 @@ const onConnect = () => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
153382