CheckInCheckOutInput
Input for check-in and check-out operations.
input CheckInCheckOutInput {
eventId: ID
recurringEventInstanceId: ID
userId: ID!
}
Fields
CheckInCheckOutInput.eventId ● ID scalar
The ID of the standalone event (for standalone events).
CheckInCheckOutInput.recurringEventInstanceId ● ID scalar
The ID of the recurring event instance (for recurring events).
CheckInCheckOutInput.userId ● ID! non-null scalar
The ID of the user to check in/out.