Commit 625dafa
fix: update TypeNotSupportedException message (#236)
Update the exception message to be clear about the situations in which the exception can be thrown. One of the most common questions we get is around trying to use ` Map<>` which is not a valid type for a GraphQL schema.1 parent 035f6b1 commit 625dafa
File tree
1 file changed
+1
-1
lines changed- src/main/kotlin/com/expedia/graphql/exceptions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments