ActiveDeveloperType
No description
type ActiveDeveloperType {
  assetsLastContribution: AssetLastContributionTypeCollection
  duplicated: String
  email: String
  lastContributionAt: ISO8601DateTime!
  name: String
}
Fields
ActiveDeveloperType.assetsLastContribution ● AssetLastContributionTypeCollection object
Assets where the developer had contributions
ActiveDeveloperType.duplicated ● String scalar
Indicates whether the Developer is duplicated
ActiveDeveloperType.email ● String scalar
The email of the active developer
ActiveDeveloperType.lastContributionAt ● ISO8601DateTime! non-null scalar
The date of the developer's last contribution
ActiveDeveloperType.name ● String scalar
The name of the active developer