- Issue created by @cedricl
- @cedricl opened merge request.
Automatically closed - issue fixed for 2 weeks with no activity.
Now all behaviors are returned as a string, for each behavior there should be a separate type in the schema. This will make it so that number fields are returned as numbers, text fields as strings, etc.
Additionally having behaviors with multiple values breaks the graphql code, this should be caught when creating separate types for each behavior.
Also we only want to have the behaviors enabled by the entity to be able to get queried by the schema. Before it just return null for behaviors that where not enabled, but this isn't ideal for code completion since we only want the behaviors that really are enabled on an entity.
Active
2.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.