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.
CreateContactSessionRoleAssignmentInput.eventId ● ID! non-null scalar
The identifier of the event the session role assignment is associated with.
CreateContactSessionRoleAssignmentInput.notes ● String scalar
A UTF-8 string representing the notes of the session role assignment. Optional.
CreateContactSessionRoleAssignmentInput.sessionId ● ID! non-null scalar
The identifier of the session for the session role assignment.
CreateContactSessionRoleAssignmentInput.sessionRoleId ● ID! non-null scalar
The identifier of the session role to be assigned.
Member Of
createSessionRoleAssignment mutation