-
-
As we already implemented findAll method to retrieve all products we also need to add other methods which allows us to manipuate on product objects.
1. Move Product related classes to separate packag…
-
First off, great tutorial and very helpful. Somewhere near the end of chapter 3 or 4 you pose a challenge the write the rest of the CRUD operations for the Link type:
```
type Query {
# Fetch a…
-
It would be great if the API supported CRUD operations on devices.
- Create a device
- Read a device (and show which IPs belong to a device)
- Update a device
- Delete a device
If this is a feature o…
-
You can ask a subscription what topic it listens to but there is no way to do the inverse. That seems like a small oversight.
-
### If the feature solves a problem you have, specify it here.
In order to perform any call to the Creation endpoints for CRUD operations it is mandatory to login with a valid and active user. Howeve…
-
A note on the validation during upload, think there might still be a slight bug (I updated to 1.6.4) as I have a rule that my redirect.source should be unique (this validation works as it should with …
-
Hi there,
I'm working with an Oracle 21 XE database and aiming to utilize Elixir/Phoenix/Ecto in this project. I'm attempting to implement this driver to connect to the Oracle database, but I'm enc…
-
-
Create main CRUD operations for users. Files:
user_controller.py
users_bp.py