New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-query-factory

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-query-factory

[x] QueryBuilder [ ] QueryBatcher [x] Ava Tests [ ] CI status bar

  • 1.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

GraphQL Query Batcher

Status

[x] QueryBuilder [ ] QueryBatcher [x] Ava Tests [ ] CI status bar

Getting Started

Installation
npm install graphql-query-factory -S 
Sample Use

QueryBuilder

const { builder } = require('graphql-query-factory');
let qs = await builder(queryString, arrayOfVariableObjects);
//Queries is a promise, but for the sake of testing going to explicity typecast as string
let queries = String(qs); 
log(`Queries: ${queries});

Better example will be posted later. For now take a look at the tests.

QueryBatcher

Not available yet

FAQs

Package last updated on 07 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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