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