Validation

Here, we'll learn how to validate incoming data.

Before we focus on the business logic itself (creating an entity, finding entities, etc), let's make sure the incoming data for doing so is in the correct shape. The next sections will focus on validation.

Last updated