Skip to main content
Version: Beta

BrokerResearchEntitlementUpdateInput

input BrokerResearchEntitlementUpdateInput {
requestId: ID!
action: BrokerResearchEntitlementRequestAction!
entitlementGroups: [String!]
comment: String
}

Fields

BrokerResearchEntitlementUpdateInput.requestId ● ID! non-null scalar graph-ql-types

BrokerResearchEntitlementUpdateInput.action ● BrokerResearchEntitlementRequestAction! non-null enum graph-ql-types

BrokerResearchEntitlementUpdateInput.entitlementGroups ● [String!] list scalar graph-ql-types

The resultant entitlement group list for the request/user. Whatever groups are provided in the list will replace the existing entitlement groups for the request/user.

BrokerResearchEntitlementUpdateInput.comment ● String scalar graph-ql-types

The comment to be added to the request by the provider. The comment is optional.

Member Of

updateBrokerResearchEntitlementRequests mutation