Skip to content

Atnic/strapi-plugin-populate-deep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi plugin populate-deep

This plugin allows for easier population of deep content structures using the rest API.

Usages

Examples

Populate a request with the default max depth.

/api/articles?populate=deep

Populate a request with the a custom depth

/api/articles?populate=deep,10

Populate a request with the a custom depth

/api/articles/1?populate=deep,10

Good to know

The default max depth is 5 levels deep.

The populate deep option is available for all collections and single types using the findOne and findMany methods.

Installation

npm install strapi-plugin-populate-deep

yarn add strapi-plugin-populate-deep

Contributions

The original idea for getting the populate structure was created by tomnovotny7 and can be found in this github thread

About

A Strapi plugin that makes it easier to populate deep content structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%