For example doSomething() and doSomethingElse() could be a funcs that handles relationships between your schema's entities for you.
The schema is defined by configuration and then changes from one implementation to another. So this hooks or listeners have to be defined in the server implementation.
@leogr, @leodido what do you think about that? That's the way?
Something like this:
For example doSomething() and doSomethingElse() could be a funcs that handles relationships between your schema's entities for you. The schema is defined by configuration and then changes from one implementation to another. So this hooks or listeners have to be defined in the server implementation.
@leogr, @leodido what do you think about that? That's the way?