Skip to content

Commit aa3e0ea

Browse files
Alan-ChaErikWittern
authored andcommitted
Improvements
Signed-off-by: Alan Cha <[email protected]>
1 parent 79399ac commit aa3e0ea

File tree

11 files changed

+774
-690
lines changed

11 files changed

+774
-690
lines changed

packages/openapi-to-graphql/lib/preprocessor.js

Lines changed: 326 additions & 295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/preprocessor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/schema_builder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/schema_builder.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/utils.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export declare const mitigations: {
1919
CANNOT_GET_FIELD_TYPE: string;
2020
COMBINE_SCHEMAS: string;
2121
UNKNOWN_TARGET_TYPE: string;
22+
MISSING_SCHEMA: string;
2223
UNRESOLVABLE_LINK: string;
2324
AMBIGUOUS_LINK: string;
2425
LINK_NAME_COLLISION: string;

packages/openapi-to-graphql/lib/utils.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)