Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
622 stars 85 forks source link

Mutation operations #122

Open kshinn opened 5 years ago

kshinn commented 5 years ago

Motivation

The current functionality in EthQL is read-only and provides extra functionality in entity decoding. This is limits the use of dApps building on Ethql as it doesn't cover the write operations (call and sendTransaction

Description

Create a Mutation interface that covers the missing write method sendRawTransaction.

Definition of Done

Add a new plugin for the system that covers the missing Mutation operations.