orgOwnerWithItems is used to query the project of an organization with its items.
| 1186 | |
| 1187 | // orgOwnerWithItems is used to query the project of an organization with its items. |
| 1188 | type orgOwnerWithItems struct { |
| 1189 | Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"` |
| 1190 | } |
| 1191 | |
| 1192 | // orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support. |
| 1193 | type orgOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected