ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ основному содСрТимому

PersonCommentCreateError

Ошибка создания коммСнтария ΠΏΠΎ ΠΊΠ°Π½Π΄ΠΈΠ΄Π°Ρ‚Ρƒ

type PersonCommentCreateError {
errorType: PersonCommentCreateErrorType!
errors: [FieldErrors!]
message: String
}

Fields​

PersonCommentCreateError.errorType ● PersonCommentCreateErrorType! non-null enum​

Вип ошибки

PersonCommentCreateError.errors ● [FieldErrors!] list object​

Ошибки Π²Π°Π»ΠΈΠ΄Π°Ρ†ΠΈΠΈ

PersonCommentCreateError.message ● String scalar​

Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ ΠΎΠ± ошибкС

Implemented By​

PersonCommentCreated union