INPUT_OBJECT
input ExpenseItemInput {# ID of the itemid: String# Amount in centsamount: Int# What is this item about?description: String# URL of the file linked to this item. Must be provided if the expense type is # RECEIPT.url: URL# When was the money spent?incurredAt: DateString}