Class: Ecoportal::API::GraphQL::Query::ActivityLogs

Inherits:
Logic::QueryConnection show all
Defined in:
lib/ecoportal/api/graphql/query/activity_logs.rb

Overview

System Access Logs on currentOrganization.activityLogs, returning an ActivityLogUnionConnection. Exposes the full server filter set.

Enum args are passed as GraphQL enum type names:

  • resourceType: ActivityLogTypesEnum (view_page|download_file|access_denied|view_dashboard| create_dashboard|update_dashboard|delete_dashboard)
  • source: SourceEnum (web|mobile|public|api|auto_page_creation|public_template|script)
  • dateFilter: DateRange ({ from:, to: })

Method Summary

Methods inherited from Logic::QueryConnection

#each, #response_class