orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
| 1197 | |
| 1198 | // orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support. |
| 1199 | type orgOwnerWithItemsNoQuery struct { |
| 1200 | Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"` |
| 1201 | } |
| 1202 | |
| 1203 | // orgOwnerWithFields is used to query the project of an organization with its fields. |
| 1204 | type orgOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected