ENUM

RelationEventAdverb

Represents the timing of a relation event.

link GraphQL Schema definition

1enum RelationEventAdverb {
2
3# Before the event.
4BEFORE
5
6# After the event.
7AFTER
8
9# Exactly at the event.
10EXACT
11}