A Relay Network Layer that merges multiple GraphQL schemas and splits queries across them, enabling hybrid local/server data.
RelayCompositeNetworkLayer is a Relay Network Layer that composes multiple GraphQL schemas into a single unified schema. It allows Relay to generate queries against the merged schema while automatically splitting and routing sub-queries to their respective network layers, such as local and remote schemas. This enables seamless integration of client-side and server-side data within a single Relay application.
node interface.It embraces a modular approach to data fetching, allowing developers to cleanly separate concerns between local and remote data while presenting a unified GraphQL interface to Relay.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.