Skip to content

Activity

Activity query

Activity(
id: Int
userId: Int
messengerId: Int
mediaId: Int
type: ActivityType
isFollowing: Boolean
hasReplies: Boolean
hasRepliesOrTypeText: Boolean
createdAt: Int
id_not: Int
id_in: [Int]
id_not_in: [Int]
userId_not: Int
userId_in: [Int]
userId_not_in: [Int]
messengerId_not: Int
messengerId_in: [Int]
messengerId_not_in: [Int]
mediaId_not: Int
mediaId_in: [Int]
mediaId_not_in: [Int]
type_not: ActivityType
type_in: [ActivityType]
type_not_in: [ActivityType]
createdAt_greater: Int
createdAt_lesser: Int
sort: [ActivitySort]
): ActivityUnion

Filter by the activity id

Filter by the owner user id

Filter by the id of the user who sent a message

Filter by the associated media id of the activity

Filter by the type of activity

Filter activity to users who are being followed by the authenticated user

Filter activity to only activity with replies

Filter activity to only activity with replies or is of type text

Filter by the time the activity was created

Filter by the activity id

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

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

Filter by the owner user id

Filter by the owner user id (max 10,000 items)

Filter by the owner user id (max 10,000 items)

Filter by the id of the user who sent a message

Filter by the id of the user who sent a message (max 10,000 items)

Filter by the id of the user who sent a message (max 10,000 items)

Filter by the associated media id of the activity

Filter by the associated media id of the activity (max 10,000 items)

Filter by the associated media id of the activity (max 10,000 items)

Filter by the type of activity

Filter by the type of activity (max 10,000 items)

Filter by the type of activity (max 10,000 items)

Filter by the time the activity was created

Filter by the time the activity was created

The order the results will be returned in

Activity union type