graphql-config
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7
export { GraphQLConfig, loadConfig } from './config'; | ||
export { GraphQLProjectConfig } from './project-config'; | ||
export { GraphQLExtensionDeclaration } from './extension'; | ||
export { SchemaLoader, DocumentLoader, UniversalLoader } from './loaders'; | ||
export { Source, SchemaLoader, DocumentLoader, UniversalLoader, SchemaPointerSingle, SchemaPointer, DocumentPointerSingle, DocumentPointer, } from '@graphql-toolkit/common'; | ||
export * from './types'; | ||
export * from './errors'; |
import { Source, Loader, DocumentPointerSingle, SchemaPointerSingle } from '@graphql-toolkit/common'; | ||
export declare type SchemaLoader = Loader<SchemaPointerSingle>; | ||
export declare type DocumentLoader = Loader<DocumentPointerSingle>; | ||
export declare type UniversalLoader = Loader<SchemaPointerSingle | DocumentPointerSingle>; | ||
export declare class LoadersRegistry<TPointer extends SchemaPointerSingle | DocumentPointerSingle> { | ||
@@ -6,0 +3,0 @@ private _loaders; |
{ | ||
"name": "graphql-config", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
{ | ||
"name": "graphql-config", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
70628
15
1321