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

graphql-query-generator

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-query-generator - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

.travis.yml

2

bin/cli.js

@@ -58,3 +58,3 @@ #!/usr/bin/env node

console.log('Following errors occured:\n');
result.errors.forEach(err => console.log(err.message));
result.errors.forEach(err => console.log(err.message + '\n\tPath: ' + err.path.join('.')));
console.log('');

@@ -61,0 +61,0 @@ }

{
"name": "graphql-query-generator",
"version": "0.1.2",
"version": "0.2.0",
"description": "Generates queries from the GraphQL endpoint via schema introspection.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

![badge](https://graphql-query-generator.visualstudio.com/_apis/public/build/definitions/091bfe98-4175-4ef4-b7d5-8bbfa6f62a13/1/badge)
[![build](https://api.travis-ci.org/opentable/graphql-query-generator.svg?branch=master)](https://travis-ci.org/opentable/graphql-query-generator)

@@ -3,0 +3,0 @@ # GraphQL Query Generator

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