콘텐츠로 건너뛰기

#query

1 approved public terms with this tag.

Graph API

/ɡræf eɪ piː aɪ/noun
Technology

기계 지원 번역 초안 (Korean) 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.