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

Struct orgOwnerWithItems

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

orgOwnerWithItems is used to query the project of an organization with its items.

Source from the content-addressed store, hash-verified

1186
1187// orgOwnerWithItems is used to query the project of an organization with its items.
1188type orgOwnerWithItems struct {
1189 Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"`
1190}
1191
1192// orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
1193type orgOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected