INPUT_OBJECT

FollowUserInput

link GraphQL Schema definition

1input FollowUserInput {
6
2# disableNotifications, when true, prevents the followed user's stream from
3# sending email and push notifications to
4# the authenticated user when it goes live.
5disableNotifications: Boolean!
8
7targetID: ID!
9}