values
Reads a set of Value.
values(
first: Int
offset: Int
orderBy: [ValuesOrderBy!]
condition: ValueCondition
filter: ValueFilter
): [Value!]
Arguments
values.first ● Int scalar
Only read the first n values of the set.
values.offset ● Int scalar
Skip the first n values.
values.orderBy ● [ValuesOrderBy!] list enum
The method to use when ordering Value.
values.condition ● ValueCondition input
A condition to be used in determining which values should be returned by the collection.
values.filter ● ValueFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Value object
A typed scalar attached to an entity via a property. Each Value carries data in exactly one of the typed scalar fields (text, integer, float, boolean, date, datetime, etc.) — which one depends on the property's declared dataType.