Open bdunogier opened 6 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) { } }
Prototyped in the content_mutations branch.
content_mutations
Upload a batch of files to a container, and create content items from it based on the multi-upload configuration: