userOwnerWithItems is used to query the project of a user with its items.
| 1166 | |
| 1167 | // userOwnerWithItems is used to query the project of a user with its items. |
| 1168 | type userOwnerWithItems struct { |
| 1169 | Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"` |
| 1170 | } |
| 1171 | |
| 1172 | // userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support. |
| 1173 | type userOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected