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

Struct viewerOwnerWithItemsNoQuery

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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected