UpdateFusionSourceResponse: {
    __typename?: "UpdateFusionSourceResponse";
    asyncOperationId?: Maybe<Scalars["String"]["output"]>;
    fusionSource: FusionSourceWithCursor;
}

Type declaration

  • Optional__typename?: "UpdateFusionSourceResponse"
  • OptionalasyncOperationId?: Maybe<Scalars["String"]["output"]>

    Operation ID that will be set on success of queuing the operation. You can use this ID in the future to either poll for status or listen to updates from subscriptions

  • fusionSource: FusionSourceWithCursor

    The updated fusion source

    Do not use this anymore, as the operation is async and eventually consistent. Check for queued success by looking at AsyncOperationId, and then periodically poll or listen for async updates via subscriptions