Mutations

SaveActivityReply

Create or update an activity reply

Create or update an activity reply

SaveActivityReply(
  id: Int
  activityId: Int
  text: String
  asMod: Boolean
): ActivityReply

Arguments

SaveActivityReply.id ● Int scalar

The activity reply id, required for updating

SaveActivityReply.activityId ● Int scalar

The id of the parent activity being replied to

SaveActivityReply.text ● String scalar

The reply text (Min: 2, Max: 8000)

SaveActivityReply.asMod ● Boolean scalar

If the reply should be sent from the Moderator account (Mod Only)

Type

ActivityReply object

Replay to an activity item

Copyright © 2026