graphql-query-rewriter
Advanced tools
Comparing version 1.3.0 to 1.4.0
import Rewriter, { Variables } from './rewriters/Rewriter'; | ||
interface RewriterMatch { | ||
rewriter: Rewriter; | ||
paths: ReadonlyArray<ReadonlyArray<string>>; | ||
} | ||
/** | ||
@@ -7,4 +11,4 @@ * Create a new instance of this class for each request that needs to be processed | ||
export default class RewriteHandler { | ||
matches: RewriterMatch[]; | ||
private rewriters; | ||
private matches; | ||
private hasProcessedRequest; | ||
@@ -29,1 +33,2 @@ private hasProcessedResponse; | ||
} | ||
export {}; |
{ | ||
"name": "graphql-query-rewriter", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
282807
2791