Protected Readonly behavioursCalls hookIntoSchema() method for all available Behaviours. Some behaviours may be NOT enabled for specific schema items, yet we still call them, so they could register their stuff in GraphQL schema.
The schema item object.
The GraphQL -> Behaviour resolver wrapper callback. Due to the nature of Behaviours, GraphQL schema changes and resolvers are registered early at initialization stage while the real behaviour callback could not even be called at runtime; thus the wrapper is used to check if Behaviour is enabled before executing the real callback.
Generated using TypeDoc
Behaviours Schema Manager is responsible for attaching Behaviours to schema items.