@coopenomics/sdk
    Preparing search index...
    query: {
        capitalTimeEntries: [
            {
                filter: Variable<"CapitalTimeEntriesFilter", "filter">;
                options: Variable<"PaginationInput", "options">;
            },
            {
                currentPage: boolean;
                items: {
                    _created_at: boolean;
                    _id: boolean;
                    _updated_at: boolean;
                    commit_hash: boolean;
                    contributor_hash: boolean;
                    coopname: boolean;
                    date: boolean;
                    entry_type: boolean;
                    estimate_snapshot: boolean;
                    hours: boolean;
                    is_committed: boolean;
                    issue_hash: boolean;
                    project_hash: boolean;
                };
                totalCount: boolean;
                totalPages: boolean;
            },
        ];
    } = ...

    Получение пагинированного списка записей времени

    Type Declaration

    • capitalTimeEntries: [
          {
              filter: Variable<"CapitalTimeEntriesFilter", "filter">;
              options: Variable<"PaginationInput", "options">;
          },
          {
              currentPage: boolean;
              items: {
                  _created_at: boolean;
                  _id: boolean;
                  _updated_at: boolean;
                  commit_hash: boolean;
                  contributor_hash: boolean;
                  coopname: boolean;
                  date: boolean;
                  entry_type: boolean;
                  estimate_snapshot: boolean;
                  hours: boolean;
                  is_committed: boolean;
                  issue_hash: boolean;
                  project_hash: boolean;
              };
              totalCount: boolean;
              totalPages: boolean;
          },
      ]