viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
| 1170 | |
| 1171 | // viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support. |
| 1172 | type viewerOwnerWithItemsNoQuery struct { |
| 1173 | Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"` |
| 1174 | } |
| 1175 | |
| 1176 | // viewerOwnerWithFields is used to query the project of the viewer with its fields. |
| 1177 | type viewerOwnerWithFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected