OBJECT
UpdateImporterPayload
Represents the fields associated with an importer's update
link GraphQL Schema definition
- type UpdateImporterPayload {
- # An importer record
- : Importer!
- # Actions performed on the importer
- : [PostUpdateAction!]
- }
OBJECT
Represents the fields associated with an importer's update
- type UpdateImporterPayload {
- # An importer record
- : Importer!
- # Actions performed on the importer
- : [PostUpdateAction!]
- }