Skip to main content

ValidationError

No description

type ValidationError implements ErrorInterface {
message: String!
validationErrors: [ValidationMessage]!
}

Fields

message (String!)

validationErrors ([ValidationMessage]!)

Interfaces

ErrorInterface