CheckOutOfSessionInput
Defines the input for checking contacts out of a session.
input CheckOutOfSessionInput {
contactIds: [ID!]!
dateTime: DateTime
eventId: ID!
sessionId: ID!
}
Fields
CheckOutOfSessionInput.contactIds ● [ID!]! non-null scalar
The ID of the contacts to check out of the session.
The list must contain at least one element.
CheckOutOfSessionInput.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.
CheckOutOfSessionInput.eventId ● ID! non-null scalar
The ID of the event that is associated with the session to check contacts out of.
CheckOutOfSessionInput.sessionId ● ID! non-null scalar
The ID of the session to check contacts out of.
Member Of
checkOutOfSession mutation