Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Created February 18, 2022 10:40
Show Gist options
  • Save yvesbou/fc0dfabcda0563664b594a3776e8f46e to your computer and use it in GitHub Desktop.
Save yvesbou/fc0dfabcda0563664b594a3776e8f46e to your computer and use it in GitHub Desktop.
mutation createCoin{
createCoin(input: {
name: "Ethereum"
}){
id
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment