OBJECT
ApiPositioningSection
link GraphQL Schema definition
- type ApiPositioningSection {
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- #
- # Arguments
- # positioningNid:
- (: PositioningNid!): Positioning!
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning.
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: Maximum possible interval period is 90 days
- (: TimeIntervalInput!): [Positioning!]!
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- #
- # Arguments
- # pnr:
- (: PnrScalar!): [Positioning!]!
- # Arguments
- # dateTime:
- (: DateTimePast!): PositioningsChanges!
- # Requires access to resource GRAPHQL_POSITIONING_SEE
- : [ChecklistDefType!]!
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- #
- # Arguments
- # filter:
- # offset:
- # length:
- (
- : ApiPositioningSectionListFilterInputType!,
- : Int,
- : Int
- ): [Positioning!]!
- }