augment-gql-operations
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -54,10 +54,5 @@ "use strict"; | ||
} | ||
}, | ||
validate: function (schema, documents, config) { | ||
if (!(config === null || config === void 0 ? void 0 : config.content)) { | ||
throw new Error("You must specify \"content\" in the configuration for \"augment-gql-operations\"."); | ||
} | ||
}, | ||
} | ||
}; | ||
module.exports = codegen; | ||
var templateObject_1; |
@@ -54,11 +54,5 @@ import { DocumentNode, GraphQLSchema, SelectionNode } from 'graphql'; | ||
} | ||
}, | ||
validate: (schema: GraphQLSchema, documents: CodegenDocuments[], config?: { content?: string }) => { | ||
if (!config?.content) { | ||
throw new Error(`You must specify "content" in the configuration for "augment-gql-operations".`); | ||
} | ||
}, | ||
} | ||
}; | ||
module.exports = codegen; |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "dannycochran", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10743
198