BrokerResearchEntitlementRequest
type BrokerResearchEntitlementRequest {
requestId: ID!
requestedAt: TimeStamp!
status: BrokerResearchEntitlementRequestStatus!
salesContact: BrokerResearchEntitlementSalesContact!
entitlementGroups: [String!]!
user: BrokerResearchUser!
}
Fields
BrokerResearchEntitlementRequest.requestId ● ID! non-null scalar graph-ql-types
The requestId uniquely identify each request
BrokerResearchEntitlementRequest.requestedAt ● TimeStamp! non-null scalar graph-ql-types
The epoch timestamp on which the request was created
BrokerResearchEntitlementRequest.status ● BrokerResearchEntitlementRequestStatus! non-null enum graph-ql-types
BrokerResearchEntitlementRequest.salesContact ● BrokerResearchEntitlementSalesContact! non-null object graph-ql-types
A sales contact is the name and email of the person that is responsible for the client and provider communication. It helps the provider to take action on the request
BrokerResearchEntitlementRequest.entitlementGroups ● [String!]! non-null scalar graph-ql-types
The current set of entitlement groups associated with the request. The pending requests will have no entitlement groups.