AddSourceToSourceGroupInput: {
    fusionEventTypeId?: InputMaybe<Scalars["String"]["input"]>;
    sourceGroupId: Scalars["String"]["input"];
    sourceId?: InputMaybe<Scalars["String"]["input"]>;
    sourceType?: InputMaybe<SourceType>;
    walletAddress?: InputMaybe<Scalars["String"]["input"]>;
}

Add a Source to a SourceGroup. Id and AccountAddress/WalletBlockchain are mutually exclusive. If Id is set, other parameters will be ignored. Setting WalletAddress requires SourceType to be set

Type declaration

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

    Fusion event type Id for fusion sources

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

    Id of the SourceGroup object returned from CreateSourceGroup mutation or SourceGroup query

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

    Id of the Source object returned from CreateSource or Sources

  • OptionalsourceType?: InputMaybe<SourceType>

    SourceType associated to WalletAddress

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

    For chains where public keys are rotatable and not tied to the lifetime of the account, use the accountId. Use public key for all other chains