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

Struct userOwnerWithFields

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

1182
1183// userOwnerWithFields is used to query the project of a user with its fields.
1184type userOwnerWithFields struct {
1185 Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"`
1186}
1187
1188// orgOwner is used to query the project of an organization.
1189type orgOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected