Magidoc

CommitAuthor
Input Object

Specifies an author for filtering Git commits.

Fields

#

emails

[ String !]

Email addresses to filter by. Commits authored by any of the specified email addresses will be returned.

id

ID of a User to filter by. If non-null, only commits authored by this user will be returned. This field takes precedence over emails.

Usages

#

References

#

  • Argument author of field history from type Commit