EnableOrDisableMobileFcmTargetsInput: {
    deviceId: Scalars["String"]["input"];
    inboxEnabled?: InputMaybe<Scalars["Boolean"]["input"]>;
    xmsEnabled?: InputMaybe<Scalars["Boolean"]["input"]>;
}

Object used to enable or disable FCM targets for a specific device

Type declaration

  • deviceId: Scalars["String"]["input"]

    An identifier unique to this device.

  • OptionalinboxEnabled?: InputMaybe<Scalars["Boolean"]["input"]>

    Enable or disable Inbox mobile FCM targets for this device

  • OptionalxmsEnabled?: InputMaybe<Scalars["Boolean"]["input"]>

    Enable or disable xMS mobile FCM targets for this device