OBJECT

SolutionNodeStats

Activity counters of one canvas node for the selected period (0 when the counter does not apply to the node's type).

link GraphQL Schema definition

  • type SolutionNodeStats {
  • # Canvas node id the counters belong to.
  • id: ID!
  • createRecordCount: Int!
  • updateRecordCount: Int!
  • linkRecordCount: Int!
  • archiveRecordCount: Int!
  • sendEmailCount: Int!
  • enrollCount: Int!
  • unenrollCount: Int!
  • createResponseCount: Int!
  • }