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

Struct userOwnerWithItemsNoQuery

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

1177
1178// userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
1179type userOwnerWithItemsNoQuery struct {
1180 Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"`
1181}
1182
1183// userOwnerWithFields is used to query the project of a user with its fields.
1184type userOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected