ENUM

RelationStepAdverb

Represents the timing of a relation step.

link GraphQL Schema definition

1enum RelationStepAdverb {
2
3# Immediately after the step.
4RIGHT_AFTER
5
6# After the step.
7AFTER
8}