Skip to content

[Schema Inaccuracy] Type of author_association is not an enum #74

Closed
@soroushj

Description

@soroushj

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions