_AuthorCollectionAuthors
No description
type _AuthorCollectionAuthors {
position: Int!
_id: String
author: Author
}
Fields
position
(Int!
)
_id
(String
)
Generated field for querying the Neo4j system id of this relationship.
author
(Author
)
Field for the Author node this AUTHORCOLLECTION_HAS_AUTHOR relationship is going to.