Minghe
Minghe
### Issue Description I trying to move one of my entities from a subgraph to another subgraph, I tried to leverage this progressive overriding to shift the traffic gradually, but...
This PR is trying to validate if the `@override` behaves correctly when the progressive label applied, because when I trying to move one of my entities from a subgraph to...
## What This MR is to resolve the issue https://github.com/MacPaw/OpenAI/issues/68#issuecomment-1548221958 ## Why When we set up a proxy for OpenAI API, sometimes we enable a custom endpoint for it, so...
**Is your feature request related to a problem? Please describe.** Right, it's pretty nice we can init a OpenAI with custom host, like ``` let openAI = OpenAI(configuration: OpenAI.Configuration( token:...
This PR is adding utility of merge AST by simply migrating it from [graphiql](https://github.com/graphql/graphiql/blob/8fbac78ae43a2b245aad0203cb8269f38e0c105f/packages/graphiql-toolkit/src/graphql-helpers/merge-ast.ts#L109) As first step to resolve this issue https://github.com/graphql/graphql-js/issues/1428#issuecomment-2676341366