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

Struct userOwnerWithItems

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

1166
1167// userOwnerWithItems is used to query the project of a user with its items.
1168type userOwnerWithItems struct {
1169 Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"`
1170}
1171
1172// userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
1173type userOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected