GraphQL Portal

The GraphQL Portal is responsible for mediating requests between integrations and the Portal application. Its main objective is to ensure efficient and robust communication, mitigating problems such as concurrency and timeout.

The portal allows the execution of queries and mutations for interaction with different entities, in addition to providing workers for background task processing.

With its proper configuration, the GraphQL Portal ensures data integrity and integration performance, facilitating access and manipulation of essential information.

Objective

The GraphQL Portal aims to provide an intermediation between Integrations and the Portal, so that we don't have concurrency or timeout problems.