You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments