orgOwnerWithFields is used to query the project of an organization with its fields.
| 1202 | |
| 1203 | // orgOwnerWithFields is used to query the project of an organization with its fields. |
| 1204 | type orgOwnerWithFields struct { |
| 1205 | Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"` |
| 1206 | } |
| 1207 | |
| 1208 | // viewerOwner is used to query the project of the viewer. |
| 1209 | type viewerOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected