OBJECT

CdaActivityEvent

Information on an event surrounding CDA activity

link GraphQL Schema definition

  • type CdaActivityEvent {
  • # The activity that occured
  • activity_type: String
  • # The type of CDA
  • cda_type: String
  • # The time of the event
  • created_at: String
  • # The ID of the document
  • document_id: String
  • # Self descriptive
  • id: ID!
  • # The outbound recipient
  • outbound_recipient: String
  • # The user who opened the document
  • user: User
  • # The email of the user who took the action.
  • user_email: String
  • }