Input Object GitHub::CommitAuthor

Specifies an author for filtering Git commits.

Input Fields

id: 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.

emails: [String!]

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

Uses

Commit.history