Gamote
Gamote
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior References part of a union type can't be resolved by the...
This PR is meant to fix the issues in which types are wrongly set as extensions when GraphQL `v16` is used. **Issue** [printSubgraphSchema.ts:190](https://github.com/apollographql/federation/blob/main/subgraph-js/src/printSubgraphSchema.ts#L190) (@apollo/subgraph) checks if the `extensionASTNodes` field is...
### Minimal reproducible example https://github.com/Gamote/expo-babel-void-optional-chain-issue ### Summary ## Description It seems that `void someFunction?.()` skips the function call in production builds. I have checked the transpiled code using the debugger...
### Steps to Reproduce 1. Publish an update 2. Trigger a sync in the next 30 seconds 3. Observe the 404 error ### Expected Behavior It is expected that we...
Hopefully it is not me who got it wrong :D but it seems that in the initial example we should've used `model-transformed.gltf` in the `preload()` call instead of `model.gltf`.
### Description of the change This PR fixes a small type in the ArgoCD Helm chart. ### Benefits ### Possible drawbacks ### Applicable issues - fixes # ### Additional information...
This PR aims to mark the `ZodDate` type as `string` in the OpenAPI schema. ### Fixes - #125 - #99 ### What was done In the `zod-to-openapi.ts` I have adde...