CreateAccordPayload
Result of creating an accord.
type CreateAccordPayload {
accord: Accord
query: Query
}
Fields
CreateAccordPayload.accord ● Accord object
The accord that was created.
CreateAccordPayload.query ● Query object
Re-exposes the root query so the client can refetch after the mutation.
Returned By
createAccord mutation