Smartmate GraphQL APIΒΆ
The following objects are available through the Smartmate GraphQL API:
actions: An object for external systems to interact with Smartmate.
The following objects are currently designed for internal usage, but they will eventually become public.
appRoles: App roles defined in your smartmate apps.
apps: Smartmate Apps defined in your workspace.
cases: History of all Cases.
fieldGroups: Field Groups used by your process forms.
forms: Forms defined in your tables and processes.
groupRoles: Groups assigned to your app roles.
processPermissions: Process permissions defined in your processes.
processes: Processes defined in your apps.
tablePermissions: Table permissions defined in your tables.
tables: Tables defined in your apps.
taskDefinitions: User tasks metadata.
tasks: User Task instances data.
userPermissions: Table permissions by user. Automatically generated.
userRoles: Users assigned to your app roles.
Warning
GraphQL Objects that are designed for internal use can change without prior notification.
The data on most of these objects is read only, since this data is managed by Smartmate. If you want to change it, you should do it by publishing new versions of your apps.
See: