userOwnerWithFields is used to query the project of a user with its fields.
| 1135 | |
| 1136 | // userOwnerWithFields is used to query the project of a user with its fields. |
| 1137 | type userOwnerWithFields struct { |
| 1138 | Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"` |
| 1139 | } |
| 1140 | |
| 1141 | // orgOwner is used to query the project of an organization. |
| 1142 | type orgOwner struct { |
nothing calls this directly
no outgoing calls
no test coverage detected