HasAuthor

No description

type HasAuthor {
collection: AuthorCollection!
position: Int!
author: Author!
}

Fields

collection (AuthorCollection!)

position (Int!)

author (Author!)