viewerOwnerWithFields is used to query the project of the viewer with its fields.
| 1175 | |
| 1176 | // viewerOwnerWithFields is used to query the project of the viewer with its fields. |
| 1177 | type viewerOwnerWithFields struct { |
| 1178 | Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"` |
| 1179 | } |
| 1180 | |
| 1181 | // OwnerType is the type of the owner of a project, which can be either a user or an organization. Viewer is the current user. |
| 1182 | type OwnerType string |
nothing calls this directly
no outgoing calls
no test coverage detected