...

/

πŸ€ Challenge: Implement Custom Query with Repository

πŸ€ Challenge: Implement Custom Query with Repository

Use your existing knowledge to write repository methods that take the name of "type string" as an input parameter and return a list of objects that consist of that name.

We'll cover the following...

Requirements

Your application right now only returns users with respect to their IDs. ...