Schema Inaccuracy
The following components have an author_association property with a type of string:
issue-simple
issue-comment
gist-comment
issue
commit-comment
pull-request-simple
issue-event
issue-event-for-issue
pull-request
pull-request-review-comment
pull-request-review
review-comment
issue-search-result-item
Expected
The type of the author_association property should be an enum, similar to the CommentAuthorAssociation enum defined in the GraphQL API, with the following values:
COLLABORATOR
CONTRIBUTOR
FIRST_TIMER
FIRST_TIME_CONTRIBUTOR
MANNEQUIN
MEMBER
NONE
OWNER
Reproduction Steps
N/A
Schema Inaccuracy
The following components have an
author_associationproperty with a type ofstring:issue-simpleissue-commentgist-commentissuecommit-commentpull-request-simpleissue-eventissue-event-for-issuepull-requestpull-request-review-commentpull-request-reviewreview-commentissue-search-result-itemExpected
The type of the
author_associationproperty should be an enum, similar to theCommentAuthorAssociationenum defined in the GraphQL API, with the following values:COLLABORATORCONTRIBUTORFIRST_TIMERFIRST_TIME_CONTRIBUTORMANNEQUINMEMBERNONEOWNERReproduction Steps
N/A