Arda TANRIKULU

Results 164 issues of Arda TANRIKULU

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

Related https://github.com/Urigo/graphql-mesh/discussions/4055#discussioncomment-3034103

Today we have many useful fetch strategies in GraphQL handlers. Most of them are basically based on how to handle HTTP requests. So it is possible to implement those in...

Today handlers take a store and reads/writes that store while building a GraphQL Schema and an executor within `getMeshStore` but instead handlers can have two methods; `getSource` that returns `MeshSource`...

See https://github.com/graphql/graphql-js/pull/2276

enhancement

### New Pull Request Checklist - [X ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [X] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/pull/8043#issuecomment-1155742360). ### Issue Description Previously...