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
Copy file name to clipboardExpand all lines: content/tools/schema-parser-options/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Options:
46
46
}
47
47
}
48
48
```
49
-
You will now have the code find two different return types for getBars() and application will not start with the error ```Caused by:com.coxautodev.graphql.tools.SchemaClassScannerError:Two different classes used for type```
49
+
You will now have the code find two different return types for getBars() and application will not start with the error ```Caused by:graphql.kickstart.tools.SchemaClassScannerError:Two different classes used for type```
50
50
Ifthis property is true it will ignore the legacy version.
51
51
* `addProxyHandler`:If your runtime resolver classes are auto-generated proxies of some kind you can provide a handler to help the parser find the real resolvers behind them. Four proxy handlers are provided by defaultfor these libraries:
0 commit comments