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

Struct orgOwnerWithItemsNoQuery

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

orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected