orgOwnerWithItems is used to query the project of an organization with its items.
| 1145 | |
| 1146 | // orgOwnerWithItems is used to query the project of an organization with its items. |
| 1147 | type orgOwnerWithItems struct { |
| 1148 | Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"` |
| 1149 | } |
| 1150 | |
| 1151 | // orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support. |
| 1152 | type orgOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected