AboutSupportDeveloper GuideVersion 2.0.0

Result type used for a number of different mutations.

interface OperationResult {
    details?: string;
    succeeded?: boolean;
}

Properties

Properties

details?: string
succeeded?: boolean

Generated using TypeDoc