When trying the sample GraphQL query "End of Day Pricing" (or any other sample query, I am always getting the same error message: User did not have entitlements to the field.
{
"data": {
"QuotePricing": []
},
"extensions": {
"warnings": [
{
"field": "QuotePricing",
"message": "User did not have entitlements to the field.",
"source_location": null,
"type": "NO_ENTITLEMENTS_FOR_FIELD",
"warningCode": "DW003"
}
]
}
}
How can I request the missing entitlements?