Open
Description
- Move everyone to the new OpenAPI Handler and fix all related known issues
- Move all the tests from the old one to make sure the new one covers the old one’s all use cases - openAPI handler tests migration #4235
- generates incorrect schema from SDL when using
fieldNames: camelCase
withnewOpenapi
#4329 - JSON Schema handler doesn't respect the request shape if one of the fields is escaped #4203 - Delete the escaped field name in favor of unescaped/original field name to keep the expected structure #4220
- feat(json-schema): configuration for query stringify #4194
- New OAS handler fails generating schema w/
TypeError: Cannot read properties of undefined (reading 'getTypeName')
#4150 - JSON Schema recursion on array of object generate a JSON type #4211 - Rewrite JSON Schema Visitor #4216
- Allow swagger docs that dont have defined schema refs. Right now whole app crashes if a schema is missing a $ref #3550 - Allow swagger docs that don't have defined schema refs. Right now whol… #3551
- JSON.stringify causing Maximum call stack size exceeded #4152 - fix json stringify Maximum-call-stack-size-exceeded #4151
- [OpenApi] Infinite recursion #1751
- trying to parse kubernetes swagger endpoint #955
- unable to verify the first certificate #1060
- enhance(json-schema): return types should be nonnullable for root fields #3682
- Error: OpenAPI - Swagger - Cannot use 'in' operator to search for '$ref' in undefined #1555
- Fixes #2911: Nested query parameters shouldn't cause errors. #3635
- Cannot convert object to primitive value #2911
- OpenAPi handler creates types with the same properties as separate types #1414
- Attach Response Headers from OpenAPI request to context in resolver #1996
- Schema Validation tuning and circular $ref pointers #2606
- Correctly resolve nullability from openapi #2627
- Type declaration file doesn't get emitted to .mesh when there is no get in yaml file #2637
- graphql-mesh is unable to properly generate types from openapi yaml file, generates JSON types instead. #3942 - Fixes on JSON Machete and OpenAPI handler #4221
- Wrong parameter type in schema #4224
- Fixes on dereferencing circular deps #4237
- Cannot transform Response Objects for OpenAPIToGraphQL (Content-Type: application/vnd.kafka.v2+json) #3044 - Feat/openapi expanded contenttype #4228
- OpenAPI handler doesn't preserve enum case #3194
- JavaScript heap out of memory while trying to start json-schema-fhir #3865
- Respect Parameter Serialization of OpenAPI #4240
- Parameters with
explode: true
are not passed correctly #1255 - OpenAPI handler: Passing API Key via query parameters + generate sdk issues #1325
- feat(json-schema/openapi): Programmatic Operation Headers #4247
- fix(omnigraph/openapi): Respect 'noDeduplication' flag in 'createBundle' #4246
- Add more verbose logging for healJSONSchema and better debug details view in field descriptions #4241
- Handle callbacks in the new OpenAPI handler #4258 - enhance(openapi/json-schema): callbacks & refactor runtime expression processing #4262
- New OpenAPI handler fails to consume valid OAS (DeepL) #4041 - Fix #4041 #4239
- Tests on JSON Schema Handler for Bundle configuration (operationHeaders etc) #4335
- Deduplicate HTTP requests by the context and expose context as a parameter of
fetch
- Deduplication rest call to downstream services like Apollo RESTDataSource does #4315
- Pass context to fetch in json-schema loader #4294 - File Uploads Support feat(json-schema/openapi): support
multipart/form-data
andformat: binary
for File Uploads #4375 - feat(openapi): support links on non-object fields #4376
- feat(openapi): an object type with discriminator reflected as an interface #4378
- Add idFormats option to new openAPI handler #4301
- JSON Schema Handler - Add tests for handling paths on Windows #4345
- OpenAPI Handler - Add tests for callback support #4367
- JSON Schema and OpenAPI - Support file uploads #4366
- Enhancement: healJSONSchema better handle hard-coded values #4374
- [v1] Undesired output from PR #4419 #4460
- [json-schema] Incorrect schema generated with
responseSchema
andoneOf
#4880
- generates incorrect schema from SDL when using
- Update all docs, packages, examples to use the new handler
- Remove all references to the old one+
- Create a PR to migrate IBM’s openapi-to-graphql to use Mesh’s json-schema implementation and for Mesh to use their implementation for openapi
- Go through commit history
- Cleanup and reference all openapi-to-graphql issues and PRs after the PR is ready
- Publish the json-schema specific library on a separate repo
- Move back to the old openapi npm package name
- Document everything!
Metadata
Metadata
Assignees
Labels
No labels