Meta Graph API — GraphQL Conceptual Schema
Meta's Graph API is a graph-traversal API modeled around nodes (objects), edges (connections between objects), and fields (properties of objects). While it does not expose a strict GraphQL SDL endpoint, its design maps closely to GraphQL concepts: every resource is a typed node with a globally unique ID, edges return paginated connection types, and the API supports field selection via the `fields` query parameter in the same spirit as GraphQL field selection sets.
Overview
Meta Graph API — GraphQL Conceptual Schema is a GraphQL API specification published by Meta on the APIs.io network.
Meta’s Graph API is a graph-traversal API modeled around nodes (objects), edges (connections between objects), and fields (properties of objects). While it does not expose a strict GraphQL SDL endpoint, its design maps closely to GraphQL concepts: every resource is a typed node with a globally unique ID, edges return paginated connection types, and the API supports field selection via the fields query parameter in the same spirit as GraphQL field selection sets.
Tagged areas include Advertising, Analytics, Artificial Intelligence, Messaging, and Social.