Avatar
User avatar image
type Avatar {
id: ID!
fileName: String!
contentType: String!
fileSize: Int!
width: Int
height: Int
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
Avatar.id ● ID! non-null scalar
Avatar.fileName ● String! non-null scalar
Avatar.contentType ● String! non-null scalar
Avatar.fileSize ● Int! non-null scalar
Avatar.width ● Int scalar
Avatar.height ● Int scalar
Avatar.createdAt ● DateTime! non-null scalar
Avatar.updatedAt ● DateTime! non-null scalar
Member Of
Account object ● AvatarPayload object