MCPcopy
hub / github.com/cli/cli / orgOwnerWithItemsNoQuery

Struct orgOwnerWithItemsNoQuery

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

1150
1151// orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
1152type orgOwnerWithItemsNoQuery struct {
1153 Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"`
1154}
1155
1156// orgOwnerWithFields is used to query the project of an organization with its fields.
1157type orgOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected