conditionTypes
Reads a set of ConditionType.
conditionTypes(
first: Int
offset: Int
orderBy: [ConditionTypesOrderBy!]
condition: ConditionTypeCondition
filter: ConditionTypeFilter
): [ConditionType!]
Arguments
conditionTypes.first ● Int scalar
Only read the first n values of the set.
conditionTypes.offset ● Int scalar
Skip the first n values.
conditionTypes.orderBy ● [ConditionTypesOrderBy!] list enum
The method to use when ordering ConditionType.
conditionTypes.condition ● ConditionTypeCondition input
A condition to be used in determining which values should be returned by the collection.
conditionTypes.filter ● ConditionTypeFilter input
A filter to be used in determining which values should be returned by the collection.