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
Currently the codegenerator fails when an array-type attribute, i.e. a foreignKey array or a plain array is defined with whitespaces in the definition.
For example: "[String ]" or "[ String]". Only the definition "[String]" does not fail.
Align the behaviour of the spa-codegen to the graphql-server-model-codgen where whitespaces are allowed.