maintainer

Represents a maintainer of a software library.

Examples

type Maintainer {
  name: String
  email: String
}

Fields

Field
Description
Supported fields

name String

Name of the maintainer

email String

Email address of the maintainer

References

Fields with this object:

Last updated