Twilio GraphQL
Twilio exposes a GraphQL surface primarily through **Twilio Flex**, its programmable digital engagement center. The Flex UI ships a built-in Apollo-based GraphQL client that plugin developers can use to query Flex configuration and interaction data. Outside of Flex, Twilio's platform is REST-first; the types in `twilio-schema.graphql` model every major Twilio REST resource as a GraphQL SDL so that tooling, code generators, and federated graph stitching layers can treat the full Twilio surface uniformly.
Overview
Twilio GraphQL is a GraphQL API specification published by Twilio on the APIs.io network.
Twilio exposes a GraphQL surface primarily through Twilio Flex, its programmable digital engagement center. The Flex UI ships a built-in Apollo-based GraphQL client that plugin developers can use to query Flex configuration and interaction data. Outside of Flex, Twilio’s platform is REST-first; the types in twilio-schema.graphql model every major Twilio REST resource as a GraphQL SDL so that tooling, code generators, and federated graph stitching layers can treat the full Twilio surface uniformly.
Tagged areas include Authentication, Communications, Contact Center, Email, and IoT.