BlogAuthor
Blog post author
type BlogAuthor {
avatar: Image
bio: String
id: ID!
name: String!
}
Fields
BlogAuthor.avatar ● Image object
Author avatar
BlogAuthor.bio ● String scalar
Author bio
BlogAuthor.id ● ID! non-null scalar
Author ID
BlogAuthor.name ● String! non-null scalar
Author name
Member Of
BlogPost object