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