daniele
11/19/2017, 8:51 PMmutation {
createPost(
description: "Great sunset"
imageUrl: "<http://example.org/sunset.png>"
authorId: "cja78afsqjqd40156aeea8prj" # replace with the `id` of the `User` you created before
) {
id
}
}