valueByNodeId
Reads a single Value using its globally unique ID.
valueByNodeId(
nodeId: ID!
): Value
Arguments
valueByNodeId.nodeId ● ID! non-null scalar
The globally unique ID to be used in selecting a single Value.
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.