Alan Cha
Alan Cha
# Slack notify task and `launch` Here are 3 options of what the `launch` command could look like with the `notify` task for Slack: 1. We use a Slack hook...
See [here](https://iter8.tools/0.10/user-guide/commands/iter8_assert/). Options should be camelCase to match conventions.
Hello! My name is Alan Cha and I helped write OpenAPI-to-GraphQL with the help of @ErikWittern and @laredo. Currently, I am the primary maintainer of OtG. In an effort to...
Currently, the response body schema has a higher priority than if there are link objects. For example, if the response schema is: ``` "content": { "text/plain": { "schema": { "type":...
Perhaps this is a bit of an edge case but I don't see why we cannot handle it. Unfortunately, YAML does not have an official MIME type.
Rebased #397
# OpenAPI-to-GraphQL Roadmap To give more insight into the direction that we want to take OpenAPI-to-GraphQL and to encourage users to help contribute to our project and even become maintainers,...
Currently, the `allOf` and `oneOf` resolution logic is in [`createDataDef`](https://github.com/IBM/openapi-to-graphql/blob/8275405940a5b90ace29fe77f1c3bf25ad58d500/packages/openapi-to-graphql/src/preprocessor.ts#L809). However, it is better suited in [`getSchemaTargetGraphQLType`](https://github.com/IBM/openapi-to-graphql/blob/092b0d50be156f97b12e20e295b48aec5770c637/packages/openapi-to-graphql/src/oas_3_tools.ts#L376). There is a much more in-depth discussion in #330