AskAccordTeamRecommendationsPayload
AI-generated buying-team stakeholder recommendations for an accord.
type AskAccordTeamRecommendationsPayload {
response: JSON!
query: String!
}
Fields
AskAccordTeamRecommendationsPayload.response ● JSON! non-null scalar
The recommendations as a parsed JSON object.
AskAccordTeamRecommendationsPayload.query ● String! non-null scalar
Unusable: the resolver returns PostGraphile's root-query sentinel here,
which a String field cannot serialize, so selecting this field
nulls the payload and returns an error.