Skip to main content

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

The notes for the session role. 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