Skip to main content

RequestedGrantInput

One Grant target selected on a requested resource. kind is the GrantKind name and value the catalog external id, exactly as requestableGrants / requestableCatalog report them. No label is accepted: the server re-resolves the display name from the live catalog, and rejects any target that is not a requestable Grant target of the resource. entity disambiguates targets sharing an external id across entity kinds. qualifiers supplies values from the kind's definitions; entity_ref values are the referenced node's external id. Defaults are filled before validation.

input RequestedGrantInput {
entity: String
kind: String!
qualifiers: JSON
value: String!
}

Fields

RequestedGrantInput.entity ● String scalar

RequestedGrantInput.kind ● String! non-null scalar

RequestedGrantInput.qualifiers ● JSON scalar

RequestedGrantInput.value ● String! non-null scalar

Member Of

RequestResourceData input