TypesInputs
PrivatePersonsAssignmentInput
Input for adding private persons to monitoring in bulk and assigning them to a team member.
input PrivatePersonsAssignmentInput {
ids: [PrivatePersonId!]!
assignee: ID!
}Input for adding private persons to monitoring in bulk and assigning them to a team member.
input PrivatePersonsAssignmentInput {
ids: [PrivatePersonId!]!
assignee: ID!
}ids [PrivatePersonId!]! non-null scalarassignee ID! non-null scalar