GraphQL Operations in Browser App Records
The Browser App provides built-in GraphQL support for interacting with object records within an Application Group. This feature enables users to dynamically query and manage object data through GraphQL APIs.
When an object is created, an API name is defined, which is used to generate a dedicated GraphQL endpoint. In addition to this endpoint, the system creates the required supporting APIs to ensure efficient and structured GraphQL operations.
Using these APIs, users can:
Query the objects on the requirement.
Mutation operations to create, update and delete records in an object.
User cannot perform mutation operations on Complete Snapshot and Incremental Snapshot object types
This built-in GraphQL capability ensures flexible, scalable, and efficient access to object data in the Application Group.
Last updated