Background
I read Which relay objects must implement Node? page.
I could not understand about "diffing" process.
Questions
- Does Relay use
nodequery instead of a query designated by developers? In other words, Relay can automatically optimize or minimize queries by usingnode? - If any one of GraphQL Objects implements
Node, Is it required that schemaQueryshould havenodeand GraphQL Server should have node resolver? What is happen even if there are not implemented? - How to demonstrate these situations? Does anyone have examples?