Strise Connect API Docs
Mutations

privatePersonsAddToMonitoring

No description

mutation PrivatePersonsAddToMonitoring($where: PrivatePersonsWhereInput!) {
  privatePersonsAddToMonitoring(where: $where) {
    failed
    allSuccessful
  }
}
input PrivatePersonsWhereInput {
  ids: [PrivatePersonId!]!
}

Arguments

where PrivatePersonsWhereInput! non-null input

PrivatePersonsWhereInput!

Type

PersonBulkPayloadResource object

PersonBulkPayloadResource Response for bulk adding persons to monitoring.

Response Fields

failed [PrivatePersonId!]! non-null scalar

[PrivatePersonId!]!

allSuccessful Boolean! non-null scalar

Boolean!

On this page