GraphQL
GraphQL is a query language for APIs, developed by Facebook. The client queries exactly the fields it needs — no over- or under-fetching as with REST. A schema defines types and operations. Alternatives: REST, gRPC.
GraphQL is a query language for APIs, developed by Facebook. The client queries exactly the fields it needs — no over- or under-fetching as with REST. A schema defines types and operations. Alternatives: REST, gRPC.