mutation: {
    generateDocument: [{
        input: Variable<"GenerateAnyDocumentInput!", "input">;
    }, {
        binary: boolean;
        full_title: boolean;
        hash: boolean;
        html: boolean;
        meta: boolean;
    }];
} = ...

Type declaration

  • generateDocument: [{
        input: Variable<"GenerateAnyDocumentInput!", "input">;
    }, {
        binary: boolean;
        full_title: boolean;
        hash: boolean;
        html: boolean;
        meta: boolean;
    }]