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

Struct userOwnerWithItems

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

1172
1173// userOwnerWithItems is used to query the project of a user with its items.
1174type userOwnerWithItems struct {
1175 Owner ownerWithProjectWithItemQuery `graphql:"user(login: $login)"`
1176}
1177
1178// userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
1179type userOwnerWithItemsNoQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected