OBJECT
An action object representing an action that can be taken by a user.
type Action {# The name of the action.actionName: String! # A description of the action.description: String! # The name of the service associated with the action.serviceName: String! }