API Design

GraphQL Query

A read operation in GraphQL that allows clients to request exactly the data fields they need in a single request, avoiding over-fetching and under-fetching.

相关协议

另请参阅