Skip to content

Commit 2039c06

Browse files
Alan-ChaErikWittern
authored andcommitted
Minimal anyOf and not support
Signed-off-by: Alan Cha <[email protected]>
1 parent 15e22f6 commit 2039c06

26 files changed

+1407
-521
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ export declare function instantiatePathAndGetQuery(path: string, parameters: Par
8484
};
8585
/**
8686
* Returns the GraphQL type that the provided schema should be made into
87+
*
88+
* Does not consider allOf, anyOf, oneOf, or not (handled separately)
8789
*/
8890
export declare function getSchemaTargetGraphQLType(schema: SchemaObject, data: PreprocessingData): string | null;
8991
/**

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

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

packages/openapi-to-graphql/lib/oas_3_tools.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/preprocessor.js

Lines changed: 400 additions & 126 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: 19 additions & 13 deletions
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/test.d.ts

Whitespace-only changes.

packages/openapi-to-graphql/lib/test.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/test.js.map

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

0 commit comments

Comments
 (0)