userOwnerWithItems is used to query the project of a user with its items.
| 1172 | |
| 1173 | // userOwnerWithItems is used to query the project of a user with its items. |
| 1174 | type userOwnerWithItems struct { |
| 1175 | Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"` |
| 1176 | } |
| 1177 | |
| 1178 | // userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support. |
| 1179 | type userOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected