RepresentativeIncompleteRejection
Rejection returned if the mutation cannot be executed because the representative is incomplete
type RepresentativeIncompleteRejection implements Rejection {
fields: [ValidationFieldError!]!
message: String!
}
Rejection returned if the mutation cannot be executed because the representative is incomplete
type RepresentativeIncompleteRejection implements Rejection {
fields: [ValidationFieldError!]!
message: String!
}
RepresentativeIncompleteRejection.fields ● [ValidationFieldError!]! non-null objectRepresentativeIncompleteRejection.message ● String! non-null scalarRejection interface