@graphql-codegen/c-sharp-operations 2.2.1-alpha-2113b7d34.0 → 2.2.2-alpha-1f4053433.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +3 -0
  2. package/index.mjs +3 -0
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -548,6 +548,9 @@ class CSharpOperationsVisitor extends visitorPluginCommon.ClientSideBaseVisitor
548
548
  })
549
549
  .join('\n');
550
550
  }
551
+ default: {
552
+ return '';
553
+ }
551
554
  }
552
555
  }
553
556
  _getResponseClass(node) {
package/index.mjs CHANGED
@@ -542,6 +542,9 @@ class CSharpOperationsVisitor extends ClientSideBaseVisitor {
542
542
  })
543
543
  .join('\n');
544
544
  }
545
+ default: {
546
+ return '';
547
+ }
545
548
  }
546
549
  }
547
550
  _getResponseClass(node) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/c-sharp-operations",
3
- "version": "2.2.1-alpha-2113b7d34.0",
3
+ "version": "2.2.2-alpha-1f4053433.0",
4
4
  "description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@graphql-codegen/plugin-helpers": "^2.3.0",
12
- "@graphql-codegen/visitor-plugin-common": "2.5.1-alpha-2113b7d34.0",
12
+ "@graphql-codegen/visitor-plugin-common": "2.6.0-alpha-1f4053433.0",
13
13
  "auto-bind": "~4.0.0",
14
14
  "change-case-all": "1.0.14",
15
15
  "tslib": "~2.3.0"