UNPKG

@graphql-mesh/json-schema

Version:
7 lines (6 loc) 239 B
import { compareJSONSchemas } from 'json-machete'; import { PredefinedProxyOptions } from '@graphql-mesh/store'; export const JsonSchemaWithDiff = { ...PredefinedProxyOptions.JsonWithoutValidation, validate: compareJSONSchemas, };