viewerOwnerWithFields is used to query the project of the viewer with its fields.
| 1222 | |
| 1223 | // viewerOwnerWithFields is used to query the project of the viewer with its fields. |
| 1224 | type viewerOwnerWithFields struct { |
| 1225 | Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"` |
| 1226 | } |
| 1227 | |
| 1228 | // OwnerType is the type of the owner of a project, which can be either a user or an organization. Viewer is the current user. |
| 1229 | type OwnerType string |
nothing calls this directly
no outgoing calls
no test coverage detected