Skip to main content

ContactSessionRoleAssignment

The session role assignment.

type ContactSessionRoleAssignment {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
session: Session!
sessionRole: SessionRole!
}

Fields

ContactSessionRoleAssignment.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ContactSessionRoleAssignment.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

ContactSessionRoleAssignment.id ● ID! non-null scalar

The identifier of the session role assignment.

ContactSessionRoleAssignment.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ContactSessionRoleAssignment.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

ContactSessionRoleAssignment.notes ● String scalar

A UTF-8 string containing any notes for the session role in the session. Optional.

ContactSessionRoleAssignment.session ● Session! non-null object

The session that the contact is assigned the session role for.

ContactSessionRoleAssignment.sessionRole ● SessionRole! non-null object

The session role that the contact is assigned for the session.

Member Of

Contact object