CreateContactSessionRoleAssignmentInput
Defines the input for creating a session role assignment.
input CreateContactSessionRoleAssignmentInput {
contactId: ID!
eventId: ID!
notes: String
sessionId: ID!
sessionRoleId: ID!
}
Fields
CreateContactSessionRoleAssignmentInput.contactId ● ID! non-null scalar
The identifier for the contact to be assigned to the session role in the session.