OBJECT

UserTwitterConnectionLink

The edge between a User and a Twitter connection.

link GraphQL Schema definition

1type UserTwitterConnectionLink {
2
3# A Twitter username, without the "@" (eg. "Twitch").
4username: String!
5
6}