export const DEPOSIT = gql` mutation deposit( $amount: Float! ) { deposit( amount: $amount, ) { transaction { process } } } `