Skip to content

Commit

Permalink
Fixed typo in mutations documentation (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullableexception authored Jan 17, 2022
1 parent ef64576 commit d199ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ interface Error {

Often we also want to provide an error code so that the GUI components can more easily implement error handling logic. In such a case, we could provide our own error interface.

> Note: All you error types have to implement the contract that the interface declares! Your errors/exceptions do not have to implement the common interface, but they have to declare all the interface's members.
> Note: All your error types have to implement the contract that the interface declares! Your errors/exceptions do not have to implement the common interface, but they have to declare all the interface's members.
<ExampleTabs>
<Annotation>
Expand Down

0 comments on commit d199ca7

Please sign in to comment.