Arnaud Leymet

Results 5 issues of Arnaud Leymet

Hi team, The [documentation](https://the-guild.dev/graphql/mesh/docs/guides/headers) is quite clear about `operationHeaders` being able to set an `authorization` header **either** from a header **or** from an environment variable, using two distinct interpolation patterns....

### Description The template substitution script replaces template blocks in a too loose way. ### Steps to Reproduce 1. Use multiple `if-env` blocks in `etc/nginx/conf.d/a7.conf` 2. Make sure to put...

bug

The fix ensures that **there is no correct or incorrect order of swaggers** - whatever their order, schema loading and HATEOAS cross-referencing works reliably through coordinated batch processing with proper...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [Github](https://github.com/ardatan/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/ardatan/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/ardatan/graphql-mesh/tree/master/examples/hello-world) - [x] 2....

**Is your feature request related to a problem? Please describe.** We intend to write our own custom directives, that match our specific business needs. **Describe the solution you'd like** In...