rick
type User { id: ID! @unique following: [User!]! }
Error: GraphQL error: Cannot query field 'following' on type 'User'.