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
We should be able to represent decorators in schema. A decorator is a function that wraps a service. If the first argument is a function it returns the high level function, otherwise if returns the binded decorators.
We could automatically generate a console from a service + schema file to test the service. We could get documentation as well.
The text was updated successfully, but these errors were encountered: