magento / architecture

A place where Magento architectural discussions happen
275 stars 154 forks source link

Adding nodes to Magento schema #477

Open cpartica opened 3 years ago

cpartica commented 3 years ago

Problem

There's no way to grab an object by ID. We need a global way to do this and graphql spec is the answer.

Solution

Add a node and NodeInterface to solve consistent object access enables simple caching and object lookups See Global Object Identification

Requested Reviewers