MCPcopy Index your code
hub / github.com/cli/cli / viewerOwnerWithFields

Struct viewerOwnerWithFields

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

1175
1176// viewerOwnerWithFields is used to query the project of the viewer with its fields.
1177type viewerOwnerWithFields struct {
1178 Owner ownerWithProjectWithoutItemQuery `graphql:"viewer"`
1179}
1180
1181// OwnerType is the type of the owner of a project, which can be either a user or an organization. Viewer is the current user.
1182type OwnerType string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected