graphql-mocks
Advanced tools
Comparing version 0.8.4 to 0.9.0
import { GraphQLSchema } from 'graphql'; | ||
import { TypeReference, HighlighterFactory, Highlighter } from '../types'; | ||
export declare class InterfaceHighlighter implements Highlighter { | ||
targets: string[]; | ||
constructor(targets: string[]); | ||
targets: TypeReference[]; | ||
constructor(targets: TypeReference[]); | ||
mark(schema: GraphQLSchema): TypeReference[]; | ||
static expandTargets(schema: GraphQLSchema, targets: string[]): TypeReference[]; | ||
static expandTargets(schema: GraphQLSchema, targets: TypeReference[]): TypeReference[]; | ||
} | ||
export declare const interfaces: HighlighterFactory; |
@@ -6,2 +6,3 @@ export { Highlight, hi } from './highlight'; | ||
export { interfaces } from './highlighter/interfaces'; | ||
export { interfaceField } from './highlighter/interface-field'; | ||
export { reference } from './highlighter/reference'; | ||
@@ -8,0 +9,0 @@ export { resolvesTo } from './highlighter/resolves-to'; |
@@ -6,2 +6,3 @@ export { Highlight, hi } from './highlight.js'; | ||
export { interfaces } from './highlighter/interfaces.js'; | ||
export { interfaceField } from './highlighter/interface-field.js'; | ||
export { reference } from './highlighter/reference.js'; | ||
@@ -8,0 +9,0 @@ export { resolvesTo } from './highlighter/resolves-to.js'; |
@@ -8,3 +8,3 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } | ||
import { embedPackOptionsWrapper } from './utils/embed-pack-options-wrapper.js'; | ||
import { defaultPackOptions, normalizePackOptions } from './utils/normalize-pack-options.js'; | ||
import { normalizePackOptions, defaultPackOptions } from './utils/normalize-pack-options.js'; | ||
@@ -11,0 +11,0 @@ var pack = /*#__PURE__*/function () { |
import { GraphQLSchema } from 'graphql'; | ||
import { TypeReference, HighlighterFactory, Highlighter } from '../types'; | ||
export declare class InterfaceHighlighter implements Highlighter { | ||
targets: string[]; | ||
constructor(targets: string[]); | ||
targets: TypeReference[]; | ||
constructor(targets: TypeReference[]); | ||
mark(schema: GraphQLSchema): TypeReference[]; | ||
static expandTargets(schema: GraphQLSchema, targets: string[]): TypeReference[]; | ||
static expandTargets(schema: GraphQLSchema, targets: TypeReference[]): TypeReference[]; | ||
} | ||
export declare const interfaces: HighlighterFactory; |
@@ -6,2 +6,3 @@ export { Highlight, hi } from './highlight'; | ||
export { interfaces } from './highlighter/interfaces'; | ||
export { interfaceField } from './highlighter/interface-field'; | ||
export { reference } from './highlighter/reference'; | ||
@@ -8,0 +9,0 @@ export { resolvesTo } from './highlighter/resolves-to'; |
@@ -17,2 +17,4 @@ 'use strict'; | ||
var interfaceField = require('./highlighter/interface-field.js'); | ||
var reference = require('./highlighter/reference.js'); | ||
@@ -38,2 +40,3 @@ | ||
exports.interfaces = interfaces.interfaces; | ||
exports.interfaceField = interfaceField.interfaceField; | ||
exports.reference = reference.reference; | ||
@@ -40,0 +43,0 @@ exports.resolvesTo = resolvesTo.resolvesTo; |
{ | ||
"name": "graphql-mocks", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"author": "Chad Carbert", | ||
@@ -11,3 +11,3 @@ "description": "Tools for setting up graphql test resolvers", | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">= 16.0.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "dependencies": { |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
377233
537
5142