Mutations
reviewPrivatePersonCreate
No description
mutation ReviewPrivatePersonCreate($where: PrivatePersonWhereInput!) {
reviewPrivatePersonCreate(where: $where) {
success
risk
id
context {
triggerId
relation {
edges {
kind
explanation
custom
node {
... on BusinessPerson {
id
name
}
... on Company {
id
name
}
... on CustomBusinessPerson {
id
name
}
}
details {
... on OwnershipRelationDetails {
share
}
}
}
}
explanations
entity {
... on Company {
id
name
}
... on BusinessPerson {
id
name
}
... on CustomBusinessPerson {
id
name
}
... on PrivatePerson {
id
name
}
}
}
}
}input PrivatePersonWhereInput {
id: PrivatePersonId!
}Arguments
where PrivatePersonWhereInput! non-null input
Type
PrivatePersonReviewPayload object
Response Fields
success Boolean! non-null scalar
risk RiskClass! non-null enum
id ID scalar
ID
Has a value only when the review is automatically completed, which is dependent on configured risk class settings.