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

Struct orgOwnerWithFields

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

1202
1203// orgOwnerWithFields is used to query the project of an organization with its fields.
1204type orgOwnerWithFields struct {
1205 Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"`
1206}
1207
1208// viewerOwner is used to query the project of the viewer.
1209type viewerOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected