Skip to main content

CheckIntoFunctionInput

Defines the input for checking contacts into a function.

If a contact is already checked in, only earlier date-times will be taken into account.

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

Fields

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

The ID of the contacts to check into the function.

The list must contain at least one element.

CheckIntoFunctionInput.dateTime ● DateTime scalar

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

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

CheckIntoFunctionInput.eventId ● ID! non-null scalar

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

CheckIntoFunctionInput.functionId ● ID! non-null scalar

The ID of the function to check contacts into.

Member Of

checkIntoFunction mutation