Concept Flow - Relay specification compliance
Client sends Relay-compliant query
Server parses query
Server resolves nodes with global IDs
Server applies pagination and connections
Server returns data with edges and pageInfo
Client receives Relay-compliant response
This flow shows how a Relay-compliant GraphQL query is processed from client request to server response following Relay specs.