BrokerResearchEntitlementUpdateInput
input BrokerResearchEntitlementUpdateInput {
requestId: ID!
action: BrokerResearchEntitlementRequestAction!
entitlementGroups: [String!]
comment: String
}
Fields
BrokerResearchEntitlementUpdateInput.requestId
● ID!
non-null scalar
BrokerResearchEntitlementUpdateInput.action
● BrokerResearchEntitlementRequestAction!
non-null enum
BrokerResearchEntitlementUpdateInput.entitlementGroups
● [String!]
list scalar
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
The comment to be added to the request by the provider. The comment is optional.