viewerOwnerWithItems is used to query the project of the viewer with its items.
| 1165 | |
| 1166 | // viewerOwnerWithItems is used to query the project of the viewer with its items. |
| 1167 | type viewerOwnerWithItems struct { |
| 1168 | Owner ownerWithProjectWithItemQuery `graphql:"viewer"` |
| 1169 | } |
| 1170 | |
| 1171 | // viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support. |
| 1172 | type viewerOwnerWithItemsNoQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected