UpdateGoalEventInput
No description
input UpdateGoalEventInput {
date: Date!
eventId: ID!
includeInBudget: Boolean
notes: String
}
Fields
UpdateGoalEventInput.date ● Date! non-null scalar
UpdateGoalEventInput.eventId ● ID! non-null scalar
UpdateGoalEventInput.includeInBudget ● Boolean scalar
UpdateGoalEventInput.notes ● String scalar
Member Of
updateGoalEvent mutation