@swan-io/graphql-client
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -1,3 +0,3 @@ | ||
import type { DocumentNode } from "graphql"; | ||
import { type DocumentNode } from "@0no-co/graphql.web"; | ||
import { type ClientCache } from "./cache"; | ||
export declare const writeOperationToCache: (cache: ClientCache, document: DocumentNode, response: unknown, variables: Record<string, unknown>) => void; |
{ | ||
"name": "@swan-io/graphql-client", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A simple, typesafe GraphQL client for React", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
327155