API GraphQL

What is GraphQL

"GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools." (https://graphql.org/)

 

Testing and Developing

 

A great client for testing GraphQL is Insomnia. You can grab a copy of Insomnia here: https://insomnia.rest/

 

Alternatively you can also check and test graphQL from directly inside of your PBX using the GraphQL Explorer and GraphQL Documentation tabs

 

API GraphQL Documentation

API GraphQL Explorer

 

 

Return to Documentation Home I Return to Sangoma Support