userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
| 1177 | |
| 1178 | // userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support. |
| 1179 | type userOwnerWithItemsNoQuery struct { |
| 1180 | Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"` |
| 1181 | } |
| 1182 | |
| 1183 | // userOwnerWithFields is used to query the project of a user with its fields. |
| 1184 | type userOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected