userOwnerWithFields is used to query the project of a user with its fields.
| 1182 | |
| 1183 | // userOwnerWithFields is used to query the project of a user with its fields. |
| 1184 | type userOwnerWithFields struct { |
| 1185 | Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"` |
| 1186 | } |
| 1187 | |
| 1188 | // orgOwner is used to query the project of an organization. |
| 1189 | type orgOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected