OBJECT

EntityActions

link GraphQL Schema definition

  • type EntityActions {
  • # Action defintions for this entity
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • actionDefinitionsConnection(after: String, first: Int): ActionDefinitionsConnection
  • # Action requests for this entity
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • actionRequestsConnection(after: String, first: Int): ActionRequestConnection
  • }