userOwnerWithFields is used to query the project of a user with its fields.
| 1176 | |
| 1177 | // userOwnerWithFields is used to query the project of a user with its fields. |
| 1178 | type userOwnerWithFields struct { |
| 1179 | Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"` |
| 1180 | } |
| 1181 | |
| 1182 | // orgOwner is used to query the project of an organization. |
| 1183 | type orgOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected