Skip to content

Commit 486bcbd

Browse files
authored
Fixed link to GraphQL documentation (#1900)
### 📝 Description Fixed broken link (404 Not Found) to GraphQL Java documentation ### 🔗 Related Issues No issue
1 parent 407e4b9 commit 486bcbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/schema-generator/execution/exceptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Exceptions and Partial Data
55
## Returning GraphQL Errors
66

77
Exceptions thrown during execution of an operation will result in an empty data response and a GraphQLError that is added to a list of errors of the result.
8-
See [graphql-java documentation](https://www.graphql-java.com/documentation/v14/execution/) for more details on how to customize your exception handling.
9-
8+
See [graphql-java documentation](https://www.graphql-java.com/documentation/execution#exceptions-while-fetching-data) for more details on how to customize your exception handling.
9+
1010
```kotlin
1111
fun getRandomNumberOrError(): Int {
1212
val num = Random().nextInt(100)

0 commit comments

Comments
 (0)