Skip to content

Commit e321641

Browse files
committed
Fix reference to old package name
1 parent f709b35 commit e321641

File tree

1 file changed

+1
-1
lines changed
  • content/tools/schema-parser-options

1 file changed

+1
-1
lines changed

content/tools/schema-parser-options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Options:
4646
}
4747
}
4848
```
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```
5050
If this property is true it will ignore the legacy version.
5151
* `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 default for these libraries:
5252
* Javassist

0 commit comments

Comments
 (0)