Skip to main content

Author

Representation of an author

type Author {
role: String!
name: String!
}

Fields

role ● String!

The author's role

name ● String!

The author's name

Example

{}