Skip to main content

CheckOutOfFunctionInput

Defines the input for checking contacts out of a function.

input CheckOutOfFunctionInput {
contactIds: [ID!]!
dateTime: DateTime
eventId: ID!
functionId: ID!
}

Fields

CheckOutOfFunctionInput.contactIds ● [ID!]! non-null scalar

The ID of the contacts to check out of the function.

The list must contain at least one element.

CheckOutOfFunctionInput.dateTime ● DateTime scalar

The date and time at which to record the check-out. Optional.

When not specified, the current date and time will be used.

CheckOutOfFunctionInput.eventId ● ID! non-null scalar

The ID of the event that is associated with the function to check contacts out of.

CheckOutOfFunctionInput.functionId ● ID! non-null scalar

The ID of the function to check contacts out of.

Member Of

checkOutOfFunction mutation