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

Struct orgOwnerWithItems

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

1145
1146// orgOwnerWithItems is used to query the project of an organization with its items.
1147type orgOwnerWithItems struct {
1148 Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"`
1149}
1150
1151// orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
1152type orgOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected