Skip to main content

RequestableGrant

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.

type RequestableGrant {
entity: String!
kind: String!
label: String!
not_requestable_reason: String
requestable: Boolean!
value: String!
}

Fields

RequestableGrant.entity ● String! non-null scalar

RequestableGrant.kind ● String! non-null scalar

RequestableGrant.label ● String! non-null scalar

RequestableGrant.not_requestable_reason ● String scalar

Computed target reason: admin_hidden takes precedence over the kind reason.

RequestableGrant.requestable ● Boolean! non-null scalar

Whether this target can be requested through its GrantKind.

RequestableGrant.value ● String! non-null scalar

Returned By

companionGrantOffers query ● directRequestableGrants query ● requestableGrants query

Member Of

RequestableGrantConnection object