Commit 7f004b8
authored
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
#3891 parent ae7c285 commit 7f004b8
File tree
1 file changed
+8
-1
lines changed- graphql-java-support/src/main/java/com/apollographql/federation/graphqljava
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
0 commit comments