#query
1 approved public terms with this tag.
機械支援の翻訳下書き (Japanese) for "Graph API": An API that exposes data as a graph of interconnected nodes and edges, allowing clients to traverse relationships and fetch exactly the data they need in a single request. GraphQL is the most common implementation, replacing multiple REST endpoints with a flexible query language.
“例文の下書き: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.”