You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
The text was updated successfully, but these errors were encountered:
Menogus
changed the title
directive-related SDL witch examples array got only first value
directive-related SDL in examples array got only first value
Apr 27, 2024
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"]
The text was updated successfully, but these errors were encountered: