graphql-mesh
graphql-mesh copied to clipboard
IDEA: Use AJV's standalone compiler to reduce the bundle size for JSON Schema loader
Today AJV is part of JSON Schema loader. We can compile JSON Schemas on build time so ajv dependency will no longer be needed on runtime.
https://ajv.js.org/standalone.html