Shared
Resources that are shared across the API.
Shared
#Resources that are shared across the API.
Condition
#A condition to be evaluated.
Attributes
argument
string
The argument value to compare against in the condition.
operator
enum(string)
The operator to use in the condition evaluation.
equal_tonot_equal_togreater_thanless_thangreater_than_or_equal_toless_than_or_equal_tocontainsnot_containsemptynot_emptycontains_allis_timestampis_not_timestampis_timestamp_on_or_afteris_timestamp_beforeis_timestamp_on_or_after_dateis_timestamp_before_dateis_timestamp_betweenis_audience_memberis_not_audience_member
variable
string
The variable to be evaluated in the condition.
PageInfo
#Pagination information for a list of resources.
Attributes
__typename
string
The typename of the schema.
after
string
The cursor to fetch entries after.
before
string
The cursor to fetch entries before.
page_size
integer
The number of items per page (defaults to 50).