Skip to main content

FollowableInstanceInput

Provides the fields and values to define the followable instance.

input FollowableInstanceInput {
id: ID!
type: FollowableInstanceType!
}

Fields

FollowableInstanceInput.id ● ID! non-null scalar

Specifies the instance unique identifier to follow.

FollowableInstanceInput.type ● FollowableInstanceType! non-null enum

The followable instance type.

Member Of

follow mutation ● FollowerInput input ● unfollow mutation