ENUM
RelationEventAdverb
Represents the timing of a relation event.
link GraphQL Schema definition
1 enum RelationEventAdverb { 2 3 # Before the event. 4 5 6 # After the event. 7 8 9 # Exactly at the event. 10 11 }
ENUM
Represents the timing of a relation event.
1 enum RelationEventAdverb { 2 3 # Before the event. 4 5 6 # After the event. 7 8 9 # Exactly at the event. 10 11 }