Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow users to pass schema generator options for fed transforms (…
…#399) Adds following new `transform` method ```java public static SchemaTransformer transform( final TypeDefinitionRegistry typeRegistry, final RuntimeWiring runtimeWiring, final SchemaGenerator.Options generatorOptions) ``` Resolves: #163 and #389
- Loading branch information