userOwnerWithItems is used to query the project of a user with its items.
| 1125 | |
| 1126 | // userOwnerWithItems is used to query the project of a user with its items. |
| 1127 | type userOwnerWithItems struct { |
| 1128 | Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"` |
| 1129 | } |
| 1130 | |
| 1131 | // userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support. |
| 1132 | type userOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected