CrewPanelSubscriptionSection (Object)
Subscriptions related to Crew Panel module.
type CrewPanelSubscriptionSection {
publishProgress(
operatorId: OperatorId!
): CrewPanelPublishProgress!
safteFastCalculationResult(
operatorId: OperatorId!
calculationId: String!
timezoneToggle: TimeZoneToggle!
): NonNullListOfNonNullCrewPanelSafteFastCalculationResultValueOrErrorList!
safteFastPublishProgress(
operatorId: OperatorId!
): SafteFastProgress!
planner: CrewPanelPlannerSubscription!
}
Fields
CrewPanelSubscriptionSection.publishProgress ● CrewPanelPublishProgress! non-null object
CrewPanelSubscriptionSection.publishProgress.operatorId ● OperatorId! non-null scalar
CrewPanelSubscriptionSection.safteFastCalculationResult ● NonNullListOfNonNullCrewPanelSafteFastCalculationResultValueOrErrorList! non-null union
CrewPanelSubscriptionSection.safteFastCalculationResult.operatorId ● OperatorId! non-null scalar
CrewPanelSubscriptionSection.safteFastCalculationResult.calculationId ● String! non-null scalar
CrewPanelSubscriptionSection.safteFastCalculationResult.timezoneToggle ● TimeZoneToggle! non-null input
CrewPanelSubscriptionSection.safteFastPublishProgress ● SafteFastProgress! non-null object
CrewPanelSubscriptionSection.safteFastPublishProgress.operatorId ● OperatorId! non-null scalar
CrewPanelSubscriptionSection.planner ● CrewPanelPlannerSubscription! non-null object
Returned By
crewPanel subscription