Filter Query All Records with an Enum value

Options
brian
brian Administrator

ADMIN

Filter a Query All Records function using an Enum value.

It features:

  • TABLE sandwich: a table of sandwiches with the bread used and a list of ingredients.
  • GET /by_ingredients: an API that accepts ingredient (a text value) and returns the sandwiches that use it.
  • GET /by_bread: an API that accepts bread (a text value) and returns the sandwiches that use it.

You can use this snippet to learn how to:

Feel free to add suggestions, requests, or questions in the comments!

Tagged: