OBJECT

CrewPanelCrewMutationSection

link GraphQL Schema definition

  • type CrewPanelCrewMutationSection {
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # crewRecordList: [Not documented]
  • # isInDraftsMode: [Not documented]
  • assign(
  • crewRecordList: [CrewPanelAssignCrewRecord!]!,
  • isInDraftsMode: Boolean!
  • ): NonNullBooleanValueOrErrorList!
  • # List cannot be empty.
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # trNidList: [Not documented]
  • # crewSwapRecordList: [Not documented]
  • # draftToggle: [Not documented]
  • swap(
  • trNidList: [TrNid!]!,
  • crewSwapRecordList: [CrewSwapRecordInput!]!,
  • draftToggle: Boolean!
  • ): NonNullBooleanValueOrErrorList!
  • # Requires access to resource GRAPHQL_FLIGHT_EDIT.
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # crewRecordList:
  • # isInDraftsMode:
  • deleteFromFlight(
  • crewRecordList: [CrewPanelRemoveCrewRecord!],
  • isInDraftsMode: Boolean!
  • ): Boolean!
  • }