Skip to content

Instantly share code, notes, and snippets.

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