Mutations

SaveTextActivity

Create or update text activity for the currently authenticated user

Create or update text activity for the currently authenticated user

SaveTextActivity(
  id: Int
  text: String
  locked: Boolean
): TextActivity

Arguments

SaveTextActivity.id ● Int scalar

The activity's id, required for updating

SaveTextActivity.text ● String scalar

The activity text (Min: 5, Max: 10000)

SaveTextActivity.locked ● Boolean scalar

If the activity should be locked. (Mod Only)

Type

TextActivity object

User text activity

Copyright © 2026