TypesObjects
PersonBulkPayloadResource
Response for bulk adding persons to monitoring.
type PersonBulkPayloadResource {
failed: [PrivatePersonId!]!
allSuccessful: Boolean!
}Fields
failed [PrivatePersonId!]! non-null scalar
allSuccessful Boolean! non-null scalar
Returned By
privatePersonsAddToMonitoring mutation