ENUM

FriendSort

Decides how to sort Friendship-related responses.

link GraphQL Schema definition

1enum FriendSort {
2
3# Sort from oldest to newest.
4ASC
5
6# Sort from newest to oldest.
7DESC
8}