#graph
2 approved public terms with this tag.
Network Graph
Brouillon de traduction automatique (French) for "Network Graph": A machine-readable representation of all nodes, sites, and connections in the PlatPhorm News Network, available at platphormnews.com/api/network/graph. Each node describes a service, its capabilities, and its relationships to other nodes — enabling agents to discover and traverse the network programmatically.
“Exemple en brouillon: An AI agent queried the network graph to find the right service for emoji generation.”
Brouillon de traduction automatique (French) 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.
“Exemple en brouillon: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.”