sendSignals
MUTATION

Submits a batch of signals representing the progression of candidates and positions through a recruitment process.Up to 100 signals can be sent in a single request.

Arguments

NameDescription
The batch of signals to be sent.Up to 100 signals can be sent in a single request.

Result

NameDescription
Boolean
The Boolean scalar type represents true or false.

Sample

GraphQL
mutation ($input: SendSignalsInput!) {
  sendSignals(input: $input)
}