Open cpartica opened 3 years ago
There's no way to grab an object by ID. We need a global way to do this and graphql spec is the answer.
Add a node and NodeInterface to solve consistent object access enables simple caching and object lookups See Global Object Identification
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