Skip to main content

RepresentativeIncompleteRejection

Rejection returned if the mutation cannot be executed because the representative is incomplete

type RepresentativeIncompleteRejection implements Rejection {
fields: [ValidationFieldError!]!
message: String!
}

Fields

RepresentativeIncompleteRejection.fields ● [ValidationFieldError!]! non-null object

RepresentativeIncompleteRejection.message ● String! non-null scalar

Interfaces

Rejection interface