orgOwnerWithFields is used to query the project of an organization with its fields.
| 1155 | |
| 1156 | // orgOwnerWithFields is used to query the project of an organization with its fields. |
| 1157 | type orgOwnerWithFields struct { |
| 1158 | Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"` |
| 1159 | } |
| 1160 | |
| 1161 | // viewerOwner is used to query the project of the viewer. |
| 1162 | type viewerOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected