graphql-request
Advanced tools
Comparing version 7.2.0-next.5 to 7.2.0-next.6
@@ -1,3 +0,3 @@ | ||
export * from '../../layers/5_client/client.js'; | ||
export * from '../../layers/6_client/client.js'; | ||
export * as Scalars from './scalars.js'; | ||
//# sourceMappingURL=_Graffle.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export * from '../../layers/5_client/client.js'; | ||
export * from '../../layers/6_client/client.js'; | ||
export * as Scalars from './scalars.js'; | ||
//# sourceMappingURL=_Graffle.js.map |
@@ -1,3 +0,3 @@ | ||
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/5_client/client.js'; | ||
export { create as createSelect, select } from '../../layers/5_select/select.js'; | ||
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/6_client/client.js'; | ||
//# sourceMappingURL=client.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export { create, createPrefilled } from '../../layers/5_client/client.js'; | ||
export { create as createSelect, select } from '../../layers/5_select/select.js'; | ||
export { create, createPrefilled } from '../../layers/6_client/client.js'; | ||
//# sourceMappingURL=client.js.map |
import type { StandardScalarVariables } from '../../lib/graphql.js'; | ||
import type { DocumentInput, OperationNameInput } from '../5_client/types.js'; | ||
import type { DocumentInput, OperationNameInput } from '../6_client/types.js'; | ||
export interface BaseInput { | ||
@@ -4,0 +4,0 @@ document: DocumentInput; |
import { Schema } from '../1_Schema/__.js'; | ||
import type { ReturnModeType } from '../5_client/Config.js'; | ||
import type { ReturnModeType } from '../6_client/Config.js'; | ||
import type { SelectionSet } from './__.js'; | ||
@@ -4,0 +4,0 @@ import type { Indicator } from './runtime/indicator.js'; |
import type { Schema } from '../1_Schema/__.js'; | ||
import type { Config } from '../5_client/Config.js'; | ||
import type { Config } from '../6_client/Config.js'; | ||
export type Transport = TransportMemory | TransportHttp; | ||
@@ -4,0 +4,0 @@ export type TransportMemory = 'memory'; |
@@ -1,3 +0,3 @@ | ||
import type { Extension } from '../5_client/client.js'; | ||
import type { Extension } from '../6_client/client.js'; | ||
export declare const createExtension: (input: Extension) => Extension; | ||
//# sourceMappingURL=createExtension.d.ts.map |
{ | ||
"name": "graphql-request", | ||
"version": "7.2.0-next.5", | ||
"version": "7.2.0-next.6", | ||
"packageManager": "pnpm@9.4.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
export * from '../../layers/5_client/client.js' | ||
export * from '../../layers/6_client/client.js' | ||
export * as Scalars from './scalars.js' |
@@ -1,2 +0,2 @@ | ||
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/5_client/client.js' | ||
export { create as createSelect, select } from '../../layers/5_select/select.js' | ||
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/6_client/client.js' |
import type { StandardScalarVariables } from '../../lib/graphql.js' | ||
import type { DocumentInput, OperationNameInput } from '../5_client/types.js' | ||
import type { DocumentInput, OperationNameInput } from '../6_client/types.js' | ||
@@ -4,0 +4,0 @@ export interface BaseInput { |
@@ -5,3 +5,3 @@ import { RootTypeName } from '../../lib/graphql.js' | ||
import { readMaybeThunk } from '../1_Schema/core/helpers.js' | ||
import type { ReturnModeType } from '../5_client/Config.js' | ||
import type { ReturnModeType } from '../6_client/Config.js' | ||
import type { SelectionSet } from './__.js' | ||
@@ -8,0 +8,0 @@ import { isSelectFieldName } from './helpers.js' |
import type { Schema } from '../1_Schema/__.js' | ||
import type { Config } from '../5_client/Config.js' | ||
import type { Config } from '../6_client/Config.js' | ||
@@ -4,0 +4,0 @@ export type Transport = TransportMemory | TransportHttp |
@@ -1,3 +0,3 @@ | ||
import type { Extension } from '../5_client/client.js' | ||
import type { Extension } from '../6_client/client.js' | ||
export const createExtension = (input: Extension) => input |
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
913609
14149