add createStakeRemoveMutation

This commit is contained in:
João Geonizeli
2021-08-27 10:39:39 -03:00
parent e4bf220185
commit 3967e182cf
4 changed files with 183 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
module Types
class MutationType < Types::BaseObject
field :create_stake_remove_order, mutation: Mutations::CreateStakeRemoveOrder
field :create_stake_order, mutation: Mutations::CreateStakeOrder
field :create_sell_crypto_order, mutation: Mutations::CreateSellCryptoOrder
field :create_buy_crypto_order, mutation: Mutations::CreateBuyCryptoOrder