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

Struct orgOwnerWithItems

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

1192
1193// orgOwnerWithItems is used to query the project of an organization with its items.
1194type orgOwnerWithItems struct {
1195 Owner ownerWithProjectWithItemQuery `graphql:"organization(login: $login)"`
1196}
1197
1198// orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
1199type orgOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected