(self, info: GraphQLResolveInfo)
| 286 | _repository: GraphQLId |
| 287 | |
| 288 | def repository(self, info: GraphQLResolveInfo) -> Repository: |
| 289 | return github_state(info).repositories[self._repository] |
| 290 | |
| 291 | |
| 292 | @dataclass |
nothing calls this directly
no test coverage detected