GetSmartLinkConfigResponse: {
    __typename?: "GetSmartLinkConfigResponse";
    isActive: Scalars["Boolean"]["output"];
    smartLinkConfig: Scalars["String"]["output"];
}

Object used to get a smart link config

Type declaration

  • Optional__typename?: "GetSmartLinkConfigResponse"
  • isActive: Scalars["Boolean"]["output"]

    Whether the smart link config is active

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

    The smart link config in the form of a JSON string