Created
January 2, 2019 17:40
-
-
Save monorkin/58459d0747f0f5abc91fe5e46633e30a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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