Skip to content

Commit

Permalink
Update interfaces.md - Changed one of the examples to be self consist…
Browse files Browse the repository at this point in the history
…ent. It was contradicting itself. (#3384)

* Update interfaces.md

Edited the Interface documentation so the interface fields are correct.

* Update docs/types/interfaces.md

Co-authored-by: Patrick Arminio <patrick.arminio@gmail.com>

---------

Co-authored-by: Patrick Arminio <patrick.arminio@gmail.com>
  • Loading branch information
DamonGuzman and patrick91 committed Feb 28, 2024
1 parent f33e456 commit 364d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class FieldError(Error):
class PasswordTooShort(FieldError):
message: str
field: str
fix: str
min_length: int
---
interface Error {
message: String!
Expand Down

0 comments on commit 364d152

Please sign in to comment.