Socket
Socket
Sign inDemoInstall

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
3
Versions
1273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/utils - npm Package Compare versions

Comparing version 5.0.1-alpha-b00115e.0 to 5.0.1-alpha-b321f73.0

7

loaders.d.ts
import { DocumentNode, GraphQLSchema, ParseOptions, BuildSchemaOptions } from 'graphql';
import { GraphQLSchemaValidationOptions } from 'graphql/type/schema';
export declare class Source {
export interface Source {
document?: DocumentNode;

@@ -8,7 +8,2 @@ schema?: GraphQLSchema;

location?: string;
constructor({ document, location, schema }: {
document?: DocumentNode;
location?: string;
schema?: GraphQLSchema;
});
}

@@ -15,0 +10,0 @@ export declare type SingleFileOptions = ParseOptions & GraphQLSchemaValidationOptions & BuildSchemaOptions & {

2

package.json
{
"name": "@graphql-tools/utils",
"version": "5.0.1-alpha-b00115e.0",
"version": "5.0.1-alpha-b321f73.0",
"description": "Common package containting utils and types for GraphQL tools",

@@ -5,0 +5,0 @@ "peerDependencies": {

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