PersonError
No description
type PersonError {
errorType: PersonErrorType!
message: String
}
Fieldsβ
PersonError.errorType
Β βΒ PersonErrorType!
non-null enumβ
Π’ΠΈΠΏ ΠΎΡΠΈΠ±ΠΊΠΈ
PersonError.message
Β βΒ String
scalarβ
Π‘ΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΎΠ± ΠΎΡΠΈΠ±ΠΊΠ΅
Implemented Byβ
Person
union