viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
| 1217 | |
| 1218 | // viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support. |
| 1219 | type viewerOwnerWithItemsNoQuery struct { |
| 1220 | Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"` |
| 1221 | } |
| 1222 | |
| 1223 | // viewerOwnerWithFields is used to query the project of the viewer with its fields. |
| 1224 | type viewerOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected