Skip to content

Commit

Permalink
docs: Fix example in errors.md (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricker authored Nov 12, 2024
1 parent cadded9 commit 37eb716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guides/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,10 @@ mutation RegisterUser($username: String!, $password: String!) {
alternativeUsername
}
... on RegisterUserSuccess {
id
username
user {
id
username
}
}
}
}
Expand Down

0 comments on commit 37eb716

Please sign in to comment.