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

Struct orgOwnerWithItemsNoQuery

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

1197
1198// orgOwnerWithItemsNoQuery is used to query the project of an organization with its items, without query support.
1199type orgOwnerWithItemsNoQuery struct {
1200 Owner ownerWithProjectWithoutItemQuery `graphql:"organization(login: $login)"`
1201}
1202
1203// orgOwnerWithFields is used to query the project of an organization with its fields.
1204type orgOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected