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

graphql-request-helper

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-request-helper - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

package.json
{
"name": "graphql-request-helper",
"version": "0.1.8",
"version": "0.1.9",
"description": "",

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"start": "npm run build && node lib/index.js",
"publish": "npm run build && npm publish",
"publish": "npm run build",
"lint": "eslint --ext .js,.ts ./src",

@@ -13,0 +13,0 @@ "lint:fix": "eslint --fix --ext .js,.ts ./src"

@@ -29,7 +29,9 @@ # graphql-request-helper

const data = await graphQLClient.query({
queryName: "getItems",
queryName: "getAnimals",
fields: [
"id",
"name",
"age",
{
name: "shop",
name: "family",
fields: ["id", "name"],

@@ -39,3 +41,3 @@ },

params: {
page: 1,
age: 3,
},

@@ -49,5 +51,6 @@ });

query{
getItems(page: 1){
getAnimals(age: 3){
id
shop {
name
family{
id

@@ -54,0 +57,0 @@ name

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