orgOwnerWithItems is used to query the project of an organization with its items.
| 1192 | |
| 1193 | // orgOwnerWithItems is used to query the project of an organization with its items. |
| 1194 | type orgOwnerWithItems struct { |
| 1195 | Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"` |
| 1196 | } |
| 1197 | |
| 1198 | // orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support. |
| 1199 | type orgOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected