viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
| 1211 | |
| 1212 | // viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support. |
| 1213 | type viewerOwnerWithItemsNoQuery struct { |
| 1214 | Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"` |
| 1215 | } |
| 1216 | |
| 1217 | // viewerOwnerWithFields is used to query the project of the viewer with its fields. |
| 1218 | type viewerOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected