Skip to content

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…

Notifications You must be signed in to change notification settings

Joel-hanson/advanced-serializer-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages