# Author

Author

Represent the author of a post or note.

**Fields:**
- `id`: `AccountId!` - The unique identifier of the author.
- `avatar`: `String!` - The avatar URL of the author.
- `email`: `String!` - The email address of the author.
- `isDeleted`: `Boolean!` - Indicates whether the author is a deleted.
- `name`: `String` - The name of the author. Null if the user has not yet set a name.
- `urn`: `String` - The Buffer account URN for this author, in the form
`urn:buffer:account:<account-id>`. Null when the author is deleted or the
account ID is missing or invalid. A URN identifies an account. It does not
prove that the account exists, that the caller has access, or that the
account can be mentioned.