Optional
asasHtml
is a boolean representing whether to return the result as HTML.
Optional
createdcreatedAt
is a number representing the creation time of the activity.
Optional
createdcreatedAt_greater
is a number representing the minimum creation time of the activities.
Optional
hashasReplies
is a boolean representing whether the activity has replies.
Optional
hashasRepliesOrTypeText
is a boolean representing whether the activity has replies or type text.
id
is a number representing the id of the activity.
Optional
id_id_in
is an array of numbers representing the ids of the activities that should be included.
Optional
id_id_not
is a number representing the id of the activity that should not be included.
Optional
id_id_not_in
is an array of numbers representing the ids of the activities that should not be included.
Optional
isisFollowing
is a boolean representing whether the user is following.
Optional
mediamediaId
is a number representing the id of the media.
Optional
mediamediaId_in
is an array of numbers representing the ids of the media that should be included.
Optional
mediamediaId_not
is a number representing the id of the media that should not be included.
Optional
mediamediaId_not_in
is an array of numbers representing the ids of the media that should not be included.
Optional
messengermessengerId
is a number representing the id of the messenger.
Optional
messengermessengerId_in
is an array of numbers representing the ids of the messengers that should be included.
Optional
messengermessengerId_not
is a number representing the id of the messenger that should not be included.
Optional
messengermessengerId_not_in
is an array of numbers representing the ids of the messengers that should not be included.
Optional
sortsort
is an array of strings representing the sort order.
Optional
typetype
is a string representing the type of the activity.
Optional
type_type_in
is an array of strings representing the types of the activities that should be included.
Optional
type_type_not
is a string representing the type of the activity that should not be included.
Optional
type_type_not_in
is an array of strings representing the types of the activities that should not be included.
Optional
useruserId
is a number representing the id of the user.
Optional
useruserId_in
is an array of numbers representing the ids of the users that should be included.
Optional
useruserId_not
is a number representing the id of the user that should not be included.
Optional
useruserId_not_in
is an array of numbers representing the ids of the users that should not be included.
ActivityVariables
is an interface representing the variables for theActivityQuery
. It includes optional id, userId, messengerId, mediaId, type, isFollowing, hasReplies, hasRepliesOrTypeText, createdAt, id_not, id_in, id_not_in, userId_not, userId_in, userId_not_in, messengerId_not, messengerId_in, messengerId_not_in, mediaId_not, mediaId_in, mediaId_not_in, type_not, type_in, type_not_in, createdAt_greater, sort, and asHtml.