orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
| 1150 | |
| 1151 | // orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support. |
| 1152 | type orgOwnerWithItemsNoQuery struct { |
| 1153 | Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"` |
| 1154 | } |
| 1155 | |
| 1156 | // orgOwnerWithFields is used to query the project of an organization with its fields. |
| 1157 | type orgOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected