انتقل إلى المحتوى

#query

1 approved public terms with this tag.

Graph API

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

مسودة ترجمة بمساعدة آلية (Arabic) 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.