Arda TANRIKULU

Results 139 issues of Arda TANRIKULU

Closes #1354 & #1387

- [ ] Return parse and validation errors as-is - [ ] Lazy mode

Closes https://github.com/dotansimha/graphql-yoga/issues/2120

```ts import { createStitchingDirectivesHTTPGateway } from '@graphql-tools/stitching-directives-http'; const gatewaySchema = createStitchingDirectivesHTTPGateway([ { url: 'http://localhost:4001/graphql', sdl: /* GraphQL */ `...` } ]) const yoga = createYoga({ schema: gatewaySchema }) ```