-
Notifications
You must be signed in to change notification settings - Fork 2
This code is to show how we can do one of the advanced serializer usages called Dynamically modification fields. Dynamic modifying fields can make a Django rest framework API act like graphQL endpoint by retrieving only the required fields from the model, which is our primary goal for this article. Once a serializer has been initialized, the di…
Joel-hanson/advanced-serializer-usage
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
This code is to show how we can do one of the advanced serializer usages called Dynamically modification fields. Dynamic modifying fields can make a Django rest framework API act like graphQL endpoint by retrieving only the required fields from the model, which is our primary goal for this article. Once a serializer has been initialized, the di…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published