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

Struct viewerOwnerWithFields

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

viewerOwnerWithFields is used to query the project of the viewer with its fields.

Source from the content-addressed store, hash-verified

1222
1223// viewerOwnerWithFields is used to query the project of the viewer with its fields.
1224type viewerOwnerWithFields struct {
1225 Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"`
1226}
1227
1228// OwnerType is the type of the owner of a project, which can be either a user or an organization. Viewer is the current user.
1229type OwnerType string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected