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

Struct userOwnerWithItemsNoQuery

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

userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected