On schema generation, the isMultiple field setting must be analyzed, and determine which type is returned: either String or [String]. The resolver uses the Field Definition to get the list of values, and matches them against the value(s) in the Field Value.
On schema generation, the
isMultiple
field setting must be analyzed, and determine which type is returned: eitherString
or[String]
. The resolver uses the Field Definition to get the list of values, and matches them against the value(s) in the Field Value.Example
Open questions
Should the selected value id be exposed as well ?