OnchainMirrorRequest: {
    metadataURI?: InputMaybe<Scalars["URI"]["input"]>;
    mirrorOn: Scalars["PublicationId"]["input"];
    mirrorReferenceModuleData?: InputMaybe<Scalars["BlockchainData"]["input"]>;
    referrers?: InputMaybe<OnchainReferrer[]>;
}

Type declaration

  • Optional metadataURI?: InputMaybe<Scalars["URI"]["input"]>

    You can add information like app on a mirror or tracking stuff

  • mirrorOn: Scalars["PublicationId"]["input"]
  • Optional mirrorReferenceModuleData?: InputMaybe<Scalars["BlockchainData"]["input"]>

    If your using an unknown reference modules you need to pass this in. followerOnlyReferenceModule and degreesOfSeparationReferenceModule is handled automatically for you and if you supply this on publications with those settings it will be ignored

  • Optional referrers?: InputMaybe<OnchainReferrer[]>