AppInstallationResponse
The response recieved when an app is installed or the permissions are updated
type AppInstallationResponse {
demandHqIdentities: [DemandHqIdentity]!
}
Fields
AppInstallationResponse.demandHqIdentities
● [DemandHqIdentity]!
non-null object
Returned by
installApp
mutation ● updateAppPermissions
mutation