(self, info: GraphQLResolveInfo)
| 244 | _repository: GraphQLId |
| 245 | |
| 246 | def repository(self, info: GraphQLResolveInfo) -> Repository: |
| 247 | return github_state(info).repositories[self._repository] |
| 248 | |
| 249 | |
| 250 | @dataclass |
nothing calls this directly
no test coverage detected