@coopenomics/sdk
    Preparing search index...
    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;
          },
      ]