OBJECT

UserError

An attempt to resolve a user has failed due to an error.

link GraphQL Schema definition

1type UserError {
2
3# Key that was used to resolve the user, could be an ID or login.
4key: String!
5
6}