Not Interested
Mark publication as not interested, off-chain without needing to sign.
Mark publication as not interested
This Request is Protected by Authentication
Request
PublicationNotInterestedRequest
Invocation
await client.publication.notInterested.add({
on: '0x123-0x456',
});
mutation AddPublicationNotInterested($request: PublicationNotInterestedRequest!) {
addPublicationNotInterested(request: $request)
}
Response
Returns a Void
Undo marking publication as not interested
This Request is Protected by Authentication
Request
PublicationNotInterestedRequest
Invocation
await client.publication.notInterested.undo({
on: '0x123-0x456',
});
mutation UndoPublicationNotInterested($request: PublicationNotInterestedRequest!) {
undoPublicationNotInterested(request: $request)
}
Response
Returns a Void
Updated about 1 month ago