JupiterOne-Archives / integrations-2021-07-16

JupiterOne integration development documentation and issue tracking
0 stars 2 forks source link

Use `name` || `login` for organization and user entity `displayName` #5

Closed aiwilliams closed 3 years ago

aiwilliams commented 3 years ago

GitHub organizations and users have a name property that may be null in the GraphQL response, and a login that is non-nullable. The name should be used as the displayName property when it is available, or else the login should be used.