Pular para o conteúdo

#graph

2 approved public terms with this tag.

Network Graph

/ˈnetwɜːk ɡræf/noun
Technology

Rascunho de traducao automatica (Portuguese) 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.

Exemplo em rascunho: An AI agent queried the network graph to find the right service for emoji generation.

Graph API

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

Rascunho de traducao automatica (Portuguese) 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.

Exemplo em rascunho: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.