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

Struct viewerOwnerWithItemsNoQuery

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

1217
1218// viewerOwnerWithItemsNoQuery is used to query the project of the viewer with its items, without query support.
1219type viewerOwnerWithItemsNoQuery struct {
1220 Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"`
1221}
1222
1223// viewerOwnerWithFields is used to query the project of the viewer with its fields.
1224type viewerOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected