Skip to content

notificationForGetLicense

Send notification when the user clicks on the Get License button.

Arguments

Argument Type Description
input NotificationForGetLicenseInput Request type for receiving license notifications.

Returns

NotificationForGetLicenseReply!

Sample

mutation {
  notificationForGetLicense {
    isSuccessful
  }
}
{}
{
  "data": {
    "notificationForGetLicense": {
      "isSuccessful": true
    }
  }
}