Comparing version 2.4.0-alpha-9db99a4c.0 to 2.4.0-alpha-bd05540e.0
@@ -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, |
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
247579