anvilco/spectaql

directive-related SDL in examples array got only first value

Menogus opened this issue · 0 comments

if i use

myFieldOtherOtherField: String @spectaql(options: [{ key: "examples", value: "[\"Example 1 from the Directive\", \"Example 2 from the Directive\"]" }])

in result show only ["Example 1 from the Directive"]