@coopenomics/sdk
    Preparing search index...
    query: {
        capitalStories: [
            {
                filter: Variable<"CapitalStoryFilter", "filter">;
                options: Variable<"PaginationInput", "options">;
            },
            {
                currentPage: boolean;
                items: {
                    _created_at: boolean;
                    _id: boolean;
                    _updated_at: boolean;
                    block_num: boolean;
                    coopname: boolean;
                    created_by: boolean;
                    description: boolean;
                    issue_hash: boolean;
                    present: boolean;
                    project_hash: boolean;
                    sort_order: boolean;
                    status: boolean;
                    story_hash: boolean;
                    title: boolean;
                };
                totalCount: boolean;
                totalPages: boolean;
            },
        ];
    } = ...

    Получение всех историй с фильтрацией

    Type Declaration

    • capitalStories: [
          {
              filter: Variable<"CapitalStoryFilter", "filter">;
              options: Variable<"PaginationInput", "options">;
          },
          {
              currentPage: boolean;
              items: {
                  _created_at: boolean;
                  _id: boolean;
                  _updated_at: boolean;
                  block_num: boolean;
                  coopname: boolean;
                  created_by: boolean;
                  description: boolean;
                  issue_hash: boolean;
                  present: boolean;
                  project_hash: boolean;
                  sort_order: boolean;
                  status: boolean;
                  story_hash: boolean;
                  title: boolean;
              };
              totalCount: boolean;
              totalPages: boolean;
          },
      ]