AskAccordPayload
Result of an AI question asked against an accord's context.
type AskAccordPayload {
response: String!
query: String!
}
Fields
AskAccordPayload.response ● String! non-null scalar
The AI-generated answer text.
AskAccordPayload.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.
Returned By
askAccord query