deweyjose

Results 10 issues of deweyjose

console.log node_modules/typeorm/query-builder/RelationIdLoader.js:102 keys {"DcaFileUploadFormFormElementSubmission_dcaFileUploadFormFormEle":"dK0OSfkbOp","DcaFormFormElementSubmission_id":"Q9zx_tP7H6"} console.log node_modules/typeorm/query-builder/RelationIdLoader.js:103 column.getEntityValue dK0OSfkbOp console.log node_modules/typeorm/query-builder/RelationIdLoader.js:104 relation key is DcaFileUploadFormFormElementSubmission_dcaFileUploadFormFormElementSubmissions_id console.log node_modules/typeorm/query-builder/RelationIdLoader.js:105 relation value is undefined VS a working example: console.log node_modules/typeorm/query-builder/RelationIdLoader.js:101 related Entity column: [object...

**Describe the solution you'd like** Add support for additional Studio tracing configuration. - control over http headers included with studio traces - ability to set a Studio tracing sample rate...

raised by user

**Describe the solution you'd like** Support external storage of APQ cache to help limit the frequency of full APQ handshakes. Currently the NodeJS Gateway implementation supports this, and we saw...

raised by user
component/cache

Hi all, We're currently migrating away from some of our NodeJS based infrastructure that produces Relay Global IDs to Java based. The NodeJS [graphql-relay library](https://github.com/graphql/graphql-relay-js/blob/main/src/utils/base64.ts) produces padded IDs while the...

Hi team, We have projects that have upgrade to Spring Boot 2.6.10 and have seemingly lost all of the DGS loader, fetcher and query metrics. It looks like we're at...

bug

**Describe the bug** We're seeing the following error in our Router logs: ``` {"timestamp":"2022-11-07T14:34:48.904971Z","level":"ERROR","fields":{"message":"OpenTelemetry trace error occurred: error sending request for url (*********/traces): connection closed before message completed"},"target":"apollo_router::plugins::telemetry"} ```

raised by user

Hi team, Curious why there is a [requirement](https://github.com/Netflix/dgs-codegen/blob/6c11193ef908087981ee13a30f5e782e40821e96/graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/CodeGen.kt#L121) for schema files in external jars to exist under the META-INF folder. This was uncovered in a maven graphql-codegen plugin project [here](https://github.com/deweyjose/graphqlcodegen/issues/136)....

This issue was originally found in the [maven plugin](https://github.com/deweyjose/graphqlcodegen/issues/103) implementation of codegen. ``` input SomeKindOfInput { nestedInput: NestedInput = {enumField : ENUM_VALUE1} } input NestedInput { enumField: SomeKindOfEnum! } ```...

### Describe the feature request It would be helpful to understand the design decision not to automatically support execution of poll_for_updates. Is the library trying to remain as agnostic as...

documentation

**Describe the bug** We see different error response shape depending on which router lifecycle event generates an error. Sometimes the response body will have an errors[0].extensions.type, others will not. **To...

raised by user
component/logging