UpdateSmartLinkResponse: {
    __typename?: "UpdateSmartLinkResponse";
    smartLink: SmartLink;
    smartLinkConfig: Scalars["String"]["output"];
}

Response for updating a smart link

Type declaration

  • Optional__typename?: "UpdateSmartLinkResponse"
  • smartLink: SmartLink

    The smart link

  • smartLinkConfig: Scalars["String"]["output"]

    The smart link config in the form of a JSON string