Arda TANRIKULU

Results 362 comments of Arda TANRIKULU

It seems integration tests are not failing which is ok for now. Let's merge this, then we can think of individual unit tests later on. Thanks for the PR! At...

Could you share a reproduction in order to help you better?

Unfortunately we cannot add object default values to arguments due to a bug in GraphQL-JS; See https://github.com/graphql-compose/graphql-compose/issues/407

The fix is available in the upstream package! It'll be available in the latest release!

It is generated from this file; https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/handlers/json-schema/yaml-config.graphql by using this command; https://github.com/ardatan/graphql-mesh/blob/27a2855c54be9e6cc76b2c4c4603c97062bcb4c9/package.json#L45 So we need to fix it in this package, otherwise your changes will be gone after the next...

This needs to be fixed then https://github.com/ardatan/graphql-mesh/blob/708c184cb631cc125c295c64bb98f27e78ce7682/.github/workflows/tests.yml#L17

Could you give more details about your setup? What kind of source are you using? OpenAPI? SOAP? GraphQL? For GraphQL, GraphQL Mesh forwards the response as-is. For OpenAPI, only if...

Mesh configuration file is empty in the sandbox you shared as I see. Let me know if I am missing something! Thanks for the issue!

Closed with https://github.com/ardatan/graphql-mesh/commit/a7984e5ab214ddd7f75dca0f03b2e7e8ad768211

Sorry for the late response! It doesn't happen on the single source because we don't apply stitching and forward requests directly to the single source's executor, and when cache hits,...