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]): ActivityUnionArguments
Section titled “Arguments”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
Activity.hasRepliesOrTypeText ● Boolean scalar
Section titled “Activity.hasRepliesOrTypeText ● Boolean ”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
Activity.id_in ● [Int] list scalar
Section titled “Activity.id_in ● [Int] ”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)
Activity.messengerId_not_in ● [Int] list scalar
Section titled “Activity.messengerId_not_in ● [Int] ”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)
Activity.type_not_in ● [ActivityType] list enum
Section titled “Activity.type_not_in ● [ActivityType] ”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