OBJECT

DeleteProductionFilePayload

Autogenerated return type of DeleteProductionFile.

link GraphQL Schema definition

  • type DeleteProductionFilePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the production file
  • errors: [ValidationError!]!
  • # The production file object
  • productionFile: ProductionFile!
  • }

link Require by