DeveloperType
No description
type DeveloperType {
authorEmail: String
authorName: String
}
Fields
DeveloperType.authorEmail
● String
scalar
Email of the commit author
DeveloperType.authorName
● String
scalar
Name of the commit author
Member Of
Commit
object ● DeveloperTypeCollection
object