INPUT_OBJECT

ActionRequestInput

link GraphQL Schema definition

  • input ActionRequestInput {
  • # action definition id to perform the action
  • actionDefinitionId: String!
  • # entityId on which to peform the action
  • entityId: EntityId!
  • # input form to perform the action
  • inputSchema: JSON
  • }