CreateFcmTargetInput: {
    appId: Scalars["String"]["input"];
    deviceId: Scalars["String"]["input"];
    name?: InputMaybe<Scalars["String"]["input"]>;
    targetGroupIds?: InputMaybe<Scalars["String"]["input"][]>;
    targetPlatform: FcmTargetPlatformType;
    token: Scalars["String"]["input"];
}

Object used to create an FCM target.

Type declaration

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

    The Project number of the corresponding Firebase project.

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

    An identifier unique to this device.

  • Optionalname?: InputMaybe<Scalars["String"]["input"]>

    Optional friendly name to identity the device.

  • OptionaltargetGroupIds?: InputMaybe<Scalars["String"]["input"][]>

    Optional array of TargetGroups to add this FcmTarget to

  • targetPlatform: FcmTargetPlatformType

    The client platform.

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

    The actual token from Firebase.