Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Last active February 18, 2022 09:55
Show Gist options
  • Save yvesbou/c93d54aef0763de91f3c1de9c5584a8c to your computer and use it in GitHub Desktop.
Save yvesbou/c93d54aef0763de91f3c1de9c5584a8c to your computer and use it in GitHub Desktop.
type Query{
coins: [ERC20Coin]
}
...
type Mutation{
createCoin(input: CreateERC20CoinInput!): ERC20Coin!
updateCoin(id: ID, input: UpdateERC20CoinInput!): ERC20Coin!
deleteCoin(id: ID): DeletePayload!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment