Skip to content

Instantly share code, notes, and snippets.

@monorkin
Created January 2, 2019 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monorkin/58459d0747f0f5abc91fe5e46633e30a to your computer and use it in GitHub Desktop.
Save monorkin/58459d0747f0f5abc91fe5e46633e30a to your computer and use it in GitHub Desktop.
mutation UploadGalleryImages {
uploadGalleryImages(
galleryID: "some_gallery_id"
images: [null, null]
) {
id
filename
url
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment