bdunogier / ezplatform-graphql-bundle

GraphQL server for eZ Platform, the open source Symfony CMS.
13 stars 6 forks source link

Implement an upload mutation that acts like multi-upload #58

Open bdunogier opened 5 years ago

bdunogier commented 5 years ago

Upload a batch of files to a container, and create content items from it based on the multi-upload configuration:

mutation Images {
  upload(files: $files, locationId: $locationId) {

  }
}
bdunogier commented 5 years ago

Prototyped in the content_mutations branch.