ENUM
RelationStepAdverb
Represents the timing of a relation step.
link GraphQL Schema definition
1 enum RelationStepAdverb { 2 3 # Immediately after the step. 4 5 6 # After the step. 7 8 }
ENUM
Represents the timing of a relation step.
1 enum RelationStepAdverb { 2 3 # Immediately after the step. 4 5 6 # After the step. 7 8 }