userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
| 1130 | |
| 1131 | // userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support. |
| 1132 | type userOwnerWithItemsNoQuery struct { |
| 1133 | Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"` |
| 1134 | } |
| 1135 | |
| 1136 | // userOwnerWithFields is used to query the project of a user with its fields. |
| 1137 | type userOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected