📄️ GraphQL API Overview
Fire Arrow Server exposes a read-only GraphQL API that lets clients fetch exactly the FHIR data they need in a single request. The GraphQL API is ideal for mobile and web applications where minimizing payload size and round trips is important.
📄️ Queries and Patterns
Fire Arrow Server's GraphQL schema is automatically generated from the FHIR resource definitions. Every FHIR resource type gets three query entry points, each suited to different use cases.