MCPcopy
hub / github.com/cli/cli / viewerOwnerWithItems

Struct viewerOwnerWithItems

pkg/cmd/project/shared/queries/queries.go:1167–1169  ·  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

1165
1166// viewerOwnerWithItems is used to query the project of the viewer with its items.
1167type 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.
1172type viewerOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected