MCPcopy
hub / github.com/cli/cli / orgOwnerWithFields

Struct orgOwnerWithFields

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

orgOwnerWithFields is used to query the project of an organization with its fields.

Source from the content-addressed store, hash-verified

1155
1156// orgOwnerWithFields is used to query the project of an organization with its fields.
1157type orgOwnerWithFields struct {
1158 Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"`
1159}
1160
1161// viewerOwner is used to query the project of the viewer.
1162type viewerOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected