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
I just updated to last version (1.0.5), and now I'm facing issues with scalar examples.
Examples are shown as Array, meaning with a String scalar it shows: ["abc123", "xyz789"].
I expected it to work just as examples in the metadata files : one random value being used during generation.
NB: this doesn't occur when graphqlScalarExamples: false.
The text was updated successfully, but these errors were encountered:
KeGaWeb
changed the title
Examples from graphql-scalar
Examples from graphql-scalar have wrong behaviour
Apr 4, 2022
Hi there !
I just updated to last version (1.0.5), and now I'm facing issues with scalar examples.
Examples are shown as Array, meaning with a String scalar it shows:
["abc123", "xyz789"]
.I expected it to work just as
examples
in the metadata files : one random value being used during generation.NB: this doesn't occur when
graphqlScalarExamples: false
.The text was updated successfully, but these errors were encountered: