orgOwnerWithFields is used to query the project of an organization with its fields.
| 1196 | |
| 1197 | // orgOwnerWithFields is used to query the project of an organization with its fields. |
| 1198 | type orgOwnerWithFields struct { |
| 1199 | Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"` |
| 1200 | } |
| 1201 | |
| 1202 | // viewerOwner is used to query the project of the viewer. |
| 1203 | type viewerOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected