value
Read a single value by its ID. A value is a typed scalar (text, integer, boolean, etc.) attached to an entity through a property.
value(
id: String!
): Value
Arguments
value.id ● String! non-null scalar
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.