MCPcopy
hub / github.com/cli/cli / userOwnerWithFields

Struct userOwnerWithFields

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

userOwnerWithFields is used to query the project of a user with its fields.

Source from the content-addressed store, hash-verified

1135
1136// userOwnerWithFields is used to query the project of a user with its fields.
1137type userOwnerWithFields struct {
1138 Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"`
1139}
1140
1141// orgOwner is used to query the project of an organization.
1142type orgOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected