Skip to content

Instantly share code, notes, and snippets.

@jgilbertcastro
Created November 7, 2019 17:16
Show Gist options
  • Save jgilbertcastro/586c9ea02b8ee511f713e08d6ee0d0b8 to your computer and use it in GitHub Desktop.
Save jgilbertcastro/586c9ea02b8ee511f713e08d6ee0d0b8 to your computer and use it in GitHub Desktop.
update
mutation {
updatePost(
id:2,
title: "Mi segundo Post",
description: "en mi primer post tengo que la vida no es facil",
createDate:"26-09-2019",
author:"Jesus GIlbert"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment