# GraphQL

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.

The GraphQL plugin includes the **GraphQLQuery** function, which allows you to call a GraphQL service to execute a GraphQL query, and the **GraphQLServer** service on which you can host your GraphQL schema to expose your data to GraphQL queries.

***

### Links <a href="#links" id="links"></a>

[GraphQL.org](https://graphql.org/)

[GraphQL License](https://docs.linx.software/reference/plugins/graphql/license)
