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