mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00

* Added privateAttributes globally and per model Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Added tests for sanitizeEntity Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Fixed broken test Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Added privateAttributes to GraphQL responses Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Added docs for privateAttributes Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Refactored and fixed PR comments Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Merged tests and fixed broken tests from merge Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Updated documentation for new option Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Refactored GraphQL implementation Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Fixed PR comments Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Fixed tests for sanitize-entity Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Removed code and tests for ignorePrivateFor Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Exported getPrivateAttributes for GraphQL plugin Signed-off-by: Diego Albitres <diego.albitres@gmail.com> * Removed ignorePrivateFor from docs Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
Strapi GraphQL
This plugin will add GraphQL functionality to your app. By default it will provide you with most of the CRUD methods exposed in the Strapi REST API.
To learn more about GraphQL in Strapi visit documentation