INPUT_OBJECT
TransitionTypeOverride
Override the default transition type for a tour.
@internal
link GraphQL Schema definition
- input TransitionTypeOverride {
- # Set the transition type to a specific value.
- TransitionType :
- # Reset the transition type to it's default.
- Boolean :
- }