1 repository
Implementation of edges and nodes to facilitate traversal of relationships between different entity types.
Distinct from Relational Graph Integration: Candidates focus on importers or visual routing, not the architectural implementation of the connection pattern.
Explore 1 awesome GitHub repository matching software engineering & architecture · Graph Connection Patterns. Refine with filters or upvote what's useful.
WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.
Implements a connection pattern allowing clients to traverse relationships between entity types via edges and nodes.