GraphQL is useful when the service exposes a schema that lets you request exactly the fields and objects you need.
Typical use
- targeted data extraction
- schema-driven queries
- building agent workflows that need explicit field selection
What you get
A structured response based on the query you send.
Official documentation
- Datafordeleren GraphQL documentation: https://confluence.sdfi.dk/pages/viewpage.action?pageId=187105434
Machine-readable companion
- Lightweight service record: datafordeler.graphql.service.v1.json
- Canonical source manifest: datafordeler.graphql.services.manifest.v1.json