createExpense
Create a new expense.
createExpense(
input: CreateExpenseInput!
): Expense!
Arguments
createExpense.input ● CreateExpenseInput! non-null input
Type
Expense object
Represents information about an expense.