FollowerInput
Provides the fields and values to use when following or unfollowing an instance.
input FollowerInput {
id: ID!
instance: FollowableInstanceInput!
}
Fields
FollowerInput.id ● ID! non-null scalar
Specifies the instance unique identifier to follow.
FollowerInput.instance ● FollowableInstanceInput! non-null input
The followable instance.
Member Of
addFollower mutation ● removeFollower mutation