Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gqty

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 2.4.0-alpha-9db99a4c.0 to 2.4.0-alpha-bd05540e.0

12

Accessor/index.d.ts

@@ -44,5 +44,5 @@ import type { ProxyAccessor } from '../Cache';

export interface AccessorCreators<GeneratedSchema extends {
query: {};
mutation: {};
subscription: {};
query: object;
mutation: object;
subscription: object;
}> {

@@ -58,6 +58,6 @@ createAccessor: (schemaValue: Schema[string] | SchemaUnion, prevSelection: Selection, unions?: string[] | undefined, parentTypename?: string | undefined) => ProxyAccessor | null;

export declare function createAccessorCreators<GeneratedSchema extends {
query: {};
mutation: {};
subscription: {};
query: object;
mutation: object;
subscription: object;
} = never>(innerState: InnerClientState): AccessorCreators<GeneratedSchema>;
export {};

@@ -128,5 +128,5 @@ import { AssignSelections, SchemaUnions, SetCache } from '../Accessor';

export interface GQtyClient<GeneratedSchema extends {
query: {};
mutation: {};
subscription: {};
query: object;
mutation: object;
subscription: object;
}> extends PersistenceHelpers {

@@ -133,0 +133,0 @@ query: GeneratedSchema['query'];

{
"name": "gqty",
"version": "2.4.0-alpha-9db99a4c.0",
"version": "2.4.0-alpha-bd05540e.0",
"description": "gqty client without queries",

@@ -5,0 +5,0 @@ "sideEffects": false,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc