TypesObjects
SimpleUser
A representation of users, which are a collection of entities.
type SimpleUser {
id: ID!
name: String!
avatar: String
email: String
accountKind: UserAccountKind!
}Fields
id ID! non-null scalar
ID!
The ID of the user.
name String! non-null scalar
String!
The name of the user.
avatar String scalar
String
The avatar of the user.
email String scalar
String
The email of the user.
accountKind UserAccountKind! non-null enum
Member Of
Alert object AmsEvent object EditMetadata object