Skip to main content

SetPlanningStreamInput

No description

input SetPlanningStreamInput {
planningId: ID!
planningStreamId: ID
data: PlanningStreamDataInput!
}

Fields

SetPlanningStreamInput.planningId ● ID! non-null scalar

SetPlanningStreamInput.planningStreamId ● ID scalar

if planningStreamId is provided, an existing stream will be updated. Otherwise new stream will be created

SetPlanningStreamInput.data ● PlanningStreamDataInput! non-null input

Member Of

setPlanningStream mutation