Skip to main content

requestableGrants

The Grant target catalog offered to a requester by a Grant target-picker form element: kind is an offered GrantKind name, resolved to its target entity kinds in the graph scope of resource_id. Authorized for self-service when beneficiary_id is omitted or is the caller; looking up a catalog for another beneficiary requires request.modify. search narrows by display-name substring (typeahead); results are bounded. NOT the admin Grant target-management listing (see resourceGrantTargets, which carries governance fields and is gated on resource.read).

requestableGrants(
beneficiary_id: ID
kind: String!
resource_id: ID!
search: String
): [RequestableGrant!]!

Arguments

requestableGrants.beneficiary_id ● ID scalar

requestableGrants.kind ● String! non-null scalar

requestableGrants.resource_id ● ID! non-null scalar

Type

RequestableGrant object

One selectable Grant target offered by a Grant target-picker form element. Lean, requester-facing projection of a graph target node — value is the catalog external id (what rides the request and the PROVISION operation), label is its display name, kind is the offered GrantKind name and entity the target node's entity kind. Deliberately excludes admin-only governance fields (risk and review policy) exposed by the administrative target catalog.