Query Editor

This screen is where you define queries and commands that your routes will connect to.

There are two types in our system. Queries and Commands. These are inspired from the CQRS architecture pattern. Generally your queries return data and your commands change data. We don’t force those constraints on you though.

On this screen you set the query/command name and if it’s a command.

Then you set the response. This can be a primitive or a model you have defined. We support returning collections.

Next define the properties that make up the properties on the query/command object.