Hughie Devore
Hughie Devore
@jasonbahl, planning on adding this via sideloading next sprint. I may have time to do the multipart as well but I think we should make it a separate issue.
Agreed, I think that's a solid solution, keeping the mutations separate will help with maintenance in the long run. I'll work on a PR for adding this.
Hey y'all! Any idea when this will be fixed? I'm trying to connect to MemoryDB but only half the requests work, the other half error out with `MOVED`.
@kalebheitzman, You should be able to do soemthing like this with createMediaItem: ```graphql mutation { createMediaItem(input: { filePath: "https://media.giphy.com/media/Jk4Sucdz1oGd2/giphy.gif", title: "Awesome Image", clientMutationId: "CreateThatImage" }) { clientMutationId mediaItem { id...