Skip to content

Instantly share code, notes, and snippets.

@maticzav
Created February 22, 2018 10:51
Show Gist options
  • Save maticzav/2391181a0640ee520f74a384801d05a7 to your computer and use it in GitHub Desktop.
Save maticzav/2391181a0640ee520f74a384801d05a7 to your computer and use it in GitHub Desktop.
mutation {
first: createBook(data: {
title: "First book",
page: {
set: [1,2,3,4]
}
}) {
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment