OBJECT

UserFacebookConnectionLink

The edge between a User and a Facebook connection.

link GraphQL Schema definition

1type UserFacebookConnectionLink {
2
3# The user's full name on Facebook. eg. "John Doe".
4fullName: String!
5
6}