We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d1d6d commit 5d4c5efCopy full SHA for 5d4c5ef
src/content/code/language-support/python/client/ariadne-codegen.md
@@ -49,7 +49,7 @@ with Client("http://example.com/graphql/") as client:
49
50
if result.errors:
51
error = result.errors[0]
52
- raise ValidationError({error.field: error.message })
+ raise ValidationError({error.field: error.message})
53
54
auth_token = result.token
55
```
0 commit comments