OnchainCommentRequest: {
    commentOn: Scalars["PublicationId"]["input"];
    commentOnReferenceModuleData?: InputMaybe<Scalars["BlockchainData"]["input"]>;
    contentURI: Scalars["URI"]["input"];
    openActionModules?: InputMaybe<OpenActionModuleInput[]>;
    referenceModule?: InputMaybe<ReferenceModuleInput>;
    referrers?: InputMaybe<OnchainReferrer[]>;
}

Type declaration

  • commentOn: Scalars["PublicationId"]["input"]
  • Optional commentOnReferenceModuleData?: 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

  • contentURI: Scalars["URI"]["input"]
  • Optional openActionModules?: InputMaybe<OpenActionModuleInput[]>
  • Optional referenceModule?: InputMaybe<ReferenceModuleInput>
  • Optional referrers?: InputMaybe<OnchainReferrer[]>