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

@acrool/graphql-codegen-apollo-subscription

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/graphql-codegen-apollo-subscription - npm Package Compare versions

Comparing version 3.0.1-test.5 to 3.0.1-test.6

5

dist/visitor.js

@@ -11,3 +11,2 @@ "use strict";

const fetcher_custom_mapper_1 = require("./fetcher-custom-mapper");
const variables_generator_1 = require("./variables-generator");
class ReactQueryVisitor extends visitor_plugin_common_1.ClientSideBaseVisitor {

@@ -104,6 +103,4 @@ constructor(schema, fragments, rawConfig, documents) {

// );
return '';
query.push(this.fetcher.generateSubscriptionHook(node, documentVariableName, operationName, operationResultType, operationVariablesTypes, hasRequiredVariables));
if (this.config.exposeMutationKeys) {
query.push((0, variables_generator_1.generateMutationKeyMaker)(node, operationName));
}
return query.join('\n');

@@ -110,0 +107,0 @@ }

2

package.json
{
"name": "@acrool/graphql-codegen-apollo-subscription",
"version": "3.0.1-test.5",
"version": "3.0.1-test.6",
"description": "react-query for graphql-code-generator",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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