Strise Connect API Docs
TypesObjects

PersonBulkPayloadResource

Response for bulk adding persons to monitoring.

type PersonBulkPayloadResource {
  failed: [PrivatePersonId!]!
  allSuccessful: Boolean!
}

Fields

failed [PrivatePersonId!]! non-null scalar

[PrivatePersonId!]!

allSuccessful Boolean! non-null scalar

Boolean!

Returned By

privatePersonsAddToMonitoring mutation

On this page