Definition
GraphQL
A query language where the caller states the shape of the data it wants and gets back that shape. It matters here because OCAP uses it to make chain data askable in one interface instead of one client per chain.
Industry term
- See also
- gRPC