Relay Runtime

The Relay Runtime provides the client-side execution environment for Relay applications. It includes the normalized in-memory store, network layer, and React hooks including usePreloadedQuery, useFragment, usePaginationFragment, useRefetchableFragment, useMutation, and useSubscription for declarative data-fetching in React components.

API entry from apis.yml

apis.yml Raw ↑
aid: relay-compiler:relay-runtime
name: Relay Runtime
description: The Relay Runtime provides the client-side execution environment for Relay applications.
  It includes the normalized in-memory store, network layer, and React hooks including usePreloadedQuery,
  useFragment, usePaginationFragment, useRefetchableFragment, useMutation, and useSubscription for declarative
  data-fetching in React components.
humanURL: https://relay.dev/docs/api-reference/
tags:
- Runtime
- React Hooks
- State Management
- GraphQL Client
- Data Fetching
properties:
- type: Documentation
  url: https://relay.dev/docs/api-reference/
- type: GitHub Repository
  url: https://github.com/facebook/relay