Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bdunogier opened this issue Nov 6, 2018 · 1 comment
Open

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

bdunogier opened this issue Nov 6, 2018 · 1 comment
Milestone

Comments

@bdunogier
Copy link
Owner

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
Copy link
Owner Author

Prototyped in the content_mutations branch.

@bdunogier bdunogier changed the title Implement an upload mutation that acts like multi-upload Implement an upload mutation that acts like multi-upload Nov 7, 2018
@bdunogier bdunogier added this to the 0.5 milestone Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant