OBJECT

UpdateImporterPayload

Represents the fields associated with an importer's update

link GraphQL Schema definition

  • type UpdateImporterPayload {
  • # An importer record
  • importer: Importer!
  • # Actions performed on the importer
  • actions: [PostUpdateAction!]
  • }

link Require by