PersonCommentUpdateError
ΠΡΠΈΠ±ΠΊΠ° ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΡ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΡ ΠΏΠΎ ΠΊΠ°Π½Π΄ΠΈΠ΄Π°ΡΡ
type PersonCommentUpdateError {
errorType: PersonCommentUpdateErrorType!
errors: [FieldErrors!]
message: String
}
Fieldsβ
PersonCommentUpdateError.errorType
Β βΒ PersonCommentUpdateErrorType!
non-null enumβ
Π’ΠΈΠΏ ΠΎΡΠΈΠ±ΠΊΠΈ
PersonCommentUpdateError.errors
Β βΒ [FieldErrors!]
list objectβ
ΠΡΠΈΠ±ΠΊΠΈ Π²Π°Π»ΠΈΠ΄Π°ΡΠΈΠΈ
PersonCommentUpdateError.message
Β βΒ String
scalarβ
Π‘ΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΎΠ± ΠΎΡΠΈΠ±ΠΊΠ΅
Implemented Byβ
PersonCommentUpdated
union