MCPcopy
hub / github.com/cli/cli / viewerOwnerWithItemsNoQuery

Struct viewerOwnerWithItemsNoQuery

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

viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.

Source from the content-addressed store, hash-verified

1170
1171// viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
1172type viewerOwnerWithItemsNoQuery struct {
1173 Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"`
1174}
1175
1176// viewerOwnerWithFields is used to query the project of the viewer with its fields.
1177type viewerOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected