MCPcopy
hub / github.com/cli/cli / userOwnerWithItems

Struct userOwnerWithItems

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

userOwnerWithItems is used to query the project of a user with its items.

Source from the content-addressed store, hash-verified

1125
1126// userOwnerWithItems is used to query the project of a user with its items.
1127type userOwnerWithItems struct {
1128 Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"`
1129}
1130
1131// userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
1132type userOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected