OBJECT

Action

An action object representing an action that can be taken by a user.

link GraphQL Schema definition

  • 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!
  • }

link Require by