Skip to main content
Version: Beta

BrokerResearchUserEntitlementUpdateInput

input BrokerResearchUserEntitlementUpdateInput {
userId: String!
action: BrokerResearchEntitlementRequestAction
entitlementGroups: [String!]
comment: String
}

Fields

BrokerResearchUserEntitlementUpdateInput.userId ● String! non-null scalar graph-ql-types

BrokerResearchUserEntitlementUpdateInput.action ● BrokerResearchEntitlementRequestAction enum graph-ql-types

BrokerResearchUserEntitlementUpdateInput.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.

BrokerResearchUserEntitlementUpdateInput.comment ● String scalar graph-ql-types

The comment added by the provider while updating the entitlement groups for the user. The comment is optional.

Member Of

updateBrokerResearchUserEntitlements mutation