OBJECT
EfbMutation
link GraphQL Schema definition
- type EfbMutation {
- # Requires access to resource GRAPHQL_JOURNEY_LOG_EDIT
- : JourneyLogMutationNew
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # journeyLogReportingTime:
- # Possible violation list: IS_NOT_SOME_ERROR,NO_FLIGHT
- (
- : [JourneyLogReportingTimeType!]!
- ): Boolean!
- }