Documentation Index
Fetch the complete documentation index at: https://hub-docs.wundergraph.com/llms.txt
Use this file to discover all available pages before exploring further.
Graphs
Graphs organize your API architecture. Your supergraph serves as the federated interface that combines all subgraphs, while individual subgraphs handle specific business domains. The canvas shows your supergraph at the center with subgraphs positioned to the right. Create new subgraphs to organize by business domain or team ownership. Configure subgraph metadata and manage dependencies between subgraphs.Types
Types define your data structure. They include:- Data models for core business entities like User or Product
- Input structures for creating or updating data
- Enum values for predefined options
Fields
Fields are the information and operations in your API. This includes:- Data properties like “name” or “email”
- Operations like “createUser” or “searchProducts”
- Computed values calculated from other data
- Relationships connecting different data types