Queries

Thread

Thread query

Thread query

Thread(
  id: Int
  userId: Int
  replyUserId: Int
  subscribed: Boolean
  categoryId: Int
  mediaCategoryId: Int
  search: String
  id_in: [Int]
  sort: [ThreadSort]
): Thread

Arguments

Thread.id ● Int scalar

Filter by the thread id

Thread.userId ● Int scalar

Filter by the user id of the thread's creator

Thread.replyUserId ● Int scalar

Filter by the user id of the last user to comment on the thread

Thread.subscribed ● Boolean scalar

Filter by if the currently authenticated user's subscribed threads

Thread.categoryId ● Int scalar

Filter by thread category id

Thread.mediaCategoryId ● Int scalar

Filter by thread media id category

Thread.search ● String scalar

Filter by search query

Thread.id_in ● Int list scalar

Filter by the thread id (max 10,000 items)

Thread.sort ● ThreadSort list enum

The order the results will be returned in

Type

Thread object

Forum Thread

Copyright © 2026