1. Subscription: Get Events
subscription FollowPlatformEvent {
followPlatformEvent(userUuid: "<placeholder_of_user_uuid>") {
uuid
userUuid
action
nodePath {
entity
uuid
}
}
}Last updated
Was this helpful?
subscription FollowPlatformEvent {
followPlatformEvent(userUuid: "<placeholder_of_user_uuid>") {
uuid
userUuid
action
nodePath {
entity
uuid
}
}
}Last updated
Was this helpful?
Was this helpful?