ImportEventPlanningInput
No description
input ImportEventPlanningInput {
inputId: String
clientId: String
id: ID
create: CreateEventPlanningInput
update: UpdateEventPlanningInput
}
Fields
ImportEventPlanningInput.inputId ● String scalar
ID used to match an input with an error
ImportEventPlanningInput.clientId ● String scalar
ID used to match planning entity on integrations
ImportEventPlanningInput.id ● ID scalar
ID of the planning that will be updated if provided
ImportEventPlanningInput.create ● CreateEventPlanningInput input
ImportEventPlanningInput.update ● UpdateEventPlanningInput input
Member Of
importEventPlannings mutation