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

graphql-config

Package Overview
Dependencies
Maintainers
10
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config - npm Package Compare versions

Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7

2

dist/index.d.ts
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",

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