getTransaction
Returns the transaction matching the given id if it exists for the user, otherwise null.
getTransaction(
id: UUID!
redirectPosted: Boolean
): Transaction
Returns the transaction matching the given id if it exists for the user, otherwise null.
getTransaction(
id: UUID!
redirectPosted: Boolean
): Transaction
getTransaction.id ● UUID! non-null scalargetTransaction.redirectPosted ● Boolean scalarTransaction object