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

Struct orgOwnerWithFields

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

1196
1197// orgOwnerWithFields is used to query the project of an organization with its fields.
1198type orgOwnerWithFields struct {
1199 Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"`
1200}
1201
1202// viewerOwner is used to query the project of the viewer.
1203type viewerOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected