MCPcopy Create free account
hub / github.com/cli/cli / viewerOwnerWithItems

Struct viewerOwnerWithItems

pkg/cmd/project/shared/queries/queries.go:1214–1216  ·  view source on GitHub ↗

viewerOwnerWithItems is used to query the project of the viewer with its items.

Source from the content-addressed store, hash-verified

1212
1213// viewerOwnerWithItems is used to query the project of the viewer with its items.
1214type viewerOwnerWithItems struct {
1215 Owner ownerWithProjectWithItemQuery `graphql:"viewer"`
1216}
1217
1218// viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
1219type viewerOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected