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

Struct userOwnerWithFields

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

1176
1177// userOwnerWithFields is used to query the project of a user with its fields.
1178type userOwnerWithFields struct {
1179 Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"`
1180}
1181
1182// orgOwner is used to query the project of an organization.
1183type orgOwner struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected