Summary
In this chapter, you learned the concept of Master Data Management and how to expose Pimcore objects to third-party applications using the Datahub Pimcore bundle.
After having defined that concept, you have seen an example of how to implement the concept of data quality, which is a key feature of MDM systems.
Later in the chapter, you learned how to activate a Datahub Pimcore Bundle and how to create a configuration for that bundle, and how to set up the configuration to expose objects and other entities with external applications.
After having introduced the GraphQL query language, you learned how to perform queries to retrieve object data through some query examples, as well as how to create, update, and delete objects through mutation queries. Then, you learned how to implement a custom mutation query function, which is useful for defining complex scenarios.
In the last section, you learned how to configure and render custom reports, which let you present and...