Socket
Socket
Sign inDemoInstall

merge-graphql-schemas

Package Overview
Dependencies
Maintainers
6
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-graphql-schemas - npm Package Compare versions

Comparing version 1.6.0-beta.1 to 1.6.0-beta.2

2

package.json
{
"name": "merge-graphql-schemas",
"author": "OK GROW!",
"version": "1.6.0-beta.1",
"version": "1.6.0-beta.2",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",

@@ -6,0 +6,0 @@ "repository": {

@@ -5,3 +5,3 @@ import { DocumentNode, Source } from 'graphql';

types: Array<string | Source | DocumentNode>,
options?: { all: boolean }
options?: { all: boolean, schemaDefinition?: boolean }
): string;

@@ -8,0 +8,0 @@

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