directRequestableEntitlements
Entitlements offered by the New Request flow's direct-entitlement picker. It has the same resource/kind scope and beneficiary authorization as requestableEntitlements, but excludes graph nodes not explicitly marked requestable.
directRequestableEntitlements(
beneficiary_id: ID
kind: String!
resource_id: ID!
search: String
): [RequestableEntitlement!]!
Arguments
directRequestableEntitlements.beneficiary_id ● ID scalar
directRequestableEntitlements.kind ● String! non-null scalar
directRequestableEntitlements.resource_id ● ID! non-null scalar
directRequestableEntitlements.search ● String scalar
Type
RequestableEntitlement object
One selectable entitlement offered by an entitlement-picker form element. Lean,
requester-facing projection of a graph entitlement node — value is the catalog
external id (what rides the request and the PROVISION operation), label is its
display name, kind is the catalog kind. Deliberately excludes admin-only
governance fields (risk, review policy) that the richer Entitlement type carries.