Aarne Laur

Results 9 issues of Aarne Laur

In order to access resources configured to require client certificate node usually uses certificate from pem file of key as data One really good example is azure sdk when accessing...

Allow passing query parser implementation for parsing x-www-form-urlencoded data in route payload config

### Issue Description Currently [subgraph has a dependency](https://github.com/apollographql/federation/blob/main/subgraph-js/package.json) on [@apollo/federation-internals](https://github.com/apollographql/federation/blob/main/internals-js/LICENSE) which is licensed under Elastic License 2.0. This unfortunately breaks the `All subgraph libraries under @apollo/subgraph will remain MIT-licensed` promise...

Some queries with fragments marked with `@defer` would trigger this error without actually having `@live` directive in the query example query: ```graphql { containers { id ...TriggerError } } fragment...

### 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)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

Currently only Int, Float, String, Boolean and ID scalars are supported while generating the json-schema for fast-json-stringify. Any unknown scalar triggers "Got unexpected PRIMITIVES type: XXX" error to be thrown....

with `--esm` flag enabled the generated typescript code looks like this ```typescript import type { QueryGenqlSelection, ... } from './schema' import { linkTypeMap, ... } from './runtime' export type {...

I think I get something fundamentally wrong here :) A common scenario of: - 2 different graphql document sources (file1.tsx and file2.tsx) - preset: gql-tag-operations-preset (actually most configurations are the...

Current usage of `@graphql-conductor/lib` is strictly limited to running a single standalone server only ```typescript import conductor from '@graphql-conductor/lib' conductor.executeConductor(configFilePath) ``` For many use-cases this is too limiting. We might...