Arda TANRIKULU

Results 362 comments of Arda TANRIKULU

@domjtalbot That's very interesting! Would you create a PR to our docs that points to your project?

Sorry for the late response @domjtalbot ! Where would be the best place for you?

Thanks for the PR! I think this has been fixed in the recent releases. If not, let me know :)

You should use `{env.REDIS_HOST}` instead because `${}` is handled by YAML processor while `{}` is handled by Mesh itself. https://the-guild.dev/graphql/mesh/docs/guides/dynamic-vars Closing this issue for now. Feel free to create a...

Instead of a transform, you can add a new field and use `@resolveTo` directive to the actual field then set the argument value from the context. Let's say this is...

GraphQL JIT is not used anymore so this doesn't seem to be an issue. Let us know if the issue persists so we can reopen the issue.

Maybe this example helps? https://github.com/Urigo/graphql-mesh/tree/master/examples/odata-msgraph-programmatic-ts

Seems to be fixed in the latest version. Let us know if the issue persists.

Closing the issue due to the missing reproduction. Feel free to create a new issue with a clear reproduction. Thanks!

Thank you for the PR! But we decided to introduce a new scalar that is based on string; `LocalDateTime`. You can use it instead of `DateTime` if you want to...