PresentAccordPayload
Result of starting a presentation session for an accord.
type PresentAccordPayload {
token: String
query: Query
}
Fields
PresentAccordPayload.token ● String scalar
Customer-role JWT that lets the presenter view the accord exactly as the customer sees it, bypassing accord-membership checks. It expires when the presenter's own session token does.
PresentAccordPayload.query ● Query object
Always null; the resolver does not currently populate this field.
Returned By
presentAccord mutation