ActivateFusionSourceInput: {
    cursorValue?: InputMaybe<Scalars["String"]["input"]>;
    filter?: InputMaybe<Scalars["String"]["input"]>;
    fusionSourceId: Scalars["String"]["input"];
    isActivatingForTest?: InputMaybe<Scalars["Boolean"]["input"]>;
}

Type declaration

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

    The blockchain cursor value for the fusion source id. This is usually the starting block that the parser will run on. If none is provided, the latest block/sequence will be used. If IsActivatingForTest is true, then any block height can be provided, no matter how far back.

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

    Filter in JSON

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

    Activate the fusion source with this id.

  • OptionalisActivatingForTest?: InputMaybe<Scalars["Boolean"]["input"]>

    Activate this for testing a specific block/sequence. Source will be deactivated after a successful execution of the value.