query: {
    capitalContributors: [{
        filter: Variable<"CapitalContributorFilter", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            _created_at: boolean;
            _id: boolean;
            _updated_at: boolean;
            about: boolean;
            appendixes: boolean;
            block_num: boolean;
            blockchain_status: boolean;
            contract: {
                document: {
                    doc_hash: boolean;
                    hash: boolean;
                    meta: boolean;
                    meta_hash: boolean;
                    signatures: {
                        id: boolean;
                        is_valid: boolean;
                        meta: boolean;
                        public_key: boolean;
                        signature: boolean;
                        signed_at: boolean;
                        signed_hash: boolean;
                        signer: boolean;
                        signer_certificate: {
                            ...on EntrepreneurCertificate: {
                                first_name: boolean;
                                inn: boolean;
                                last_name: boolean;
                                middle_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                            ...on IndividualCertificate: {
                                first_name: boolean;
                                last_name: boolean;
                                middle_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                            ...on OrganizationCertificate: {
                                inn: boolean;
                                ogrn: boolean;
                                represented_by: {
                                    first_name: boolean;
                                    last_name: boolean;
                                    middle_name: boolean;
                                    position: boolean;
                                };
                                short_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                        };
                    };
                    version: boolean;
                };
                hash: boolean;
                rawDocument: {
                    binary: boolean;
                    full_title: boolean;
                    hash: boolean;
                    html: boolean;
                    meta: boolean;
                };
            };
            contributed_as_author: boolean;
            contributed_as_contributor: boolean;
            contributed_as_coordinator: boolean;
            contributed_as_creator: boolean;
            contributed_as_investor: boolean;
            contributed_as_propertor: boolean;
            contributor_hash: boolean;
            coopname: boolean;
            created_at: boolean;
            debt_amount: boolean;
            display_name: boolean;
            energy: boolean;
            hours_per_day: boolean;
            id: boolean;
            is_external_contract: boolean;
            last_energy_update: boolean;
            level: boolean;
            memo: boolean;
            present: boolean;
            rate_per_hour: boolean;
            status: boolean;
            username: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

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

Type declaration

  • capitalContributors: [{
        filter: Variable<"CapitalContributorFilter", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            _created_at: boolean;
            _id: boolean;
            _updated_at: boolean;
            about: boolean;
            appendixes: boolean;
            block_num: boolean;
            blockchain_status: boolean;
            contract: {
                document: {
                    doc_hash: boolean;
                    hash: boolean;
                    meta: boolean;
                    meta_hash: boolean;
                    signatures: {
                        id: boolean;
                        is_valid: boolean;
                        meta: boolean;
                        public_key: boolean;
                        signature: boolean;
                        signed_at: boolean;
                        signed_hash: boolean;
                        signer: boolean;
                        signer_certificate: {
                            ...on EntrepreneurCertificate: {
                                first_name: boolean;
                                inn: boolean;
                                last_name: boolean;
                                middle_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                            ...on IndividualCertificate: {
                                first_name: boolean;
                                last_name: boolean;
                                middle_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                            ...on OrganizationCertificate: {
                                inn: boolean;
                                ogrn: boolean;
                                represented_by: {
                                    first_name: boolean;
                                    last_name: boolean;
                                    middle_name: boolean;
                                    position: boolean;
                                };
                                short_name: boolean;
                                type: boolean;
                                username: boolean;
                            };
                        };
                    };
                    version: boolean;
                };
                hash: boolean;
                rawDocument: {
                    binary: boolean;
                    full_title: boolean;
                    hash: boolean;
                    html: boolean;
                    meta: boolean;
                };
            };
            contributed_as_author: boolean;
            contributed_as_contributor: boolean;
            contributed_as_coordinator: boolean;
            contributed_as_creator: boolean;
            contributed_as_investor: boolean;
            contributed_as_propertor: boolean;
            contributor_hash: boolean;
            coopname: boolean;
            created_at: boolean;
            debt_amount: boolean;
            display_name: boolean;
            energy: boolean;
            hours_per_day: boolean;
            id: boolean;
            is_external_contract: boolean;
            last_energy_update: boolean;
            level: boolean;
            memo: boolean;
            present: boolean;
            rate_per_hour: boolean;
            status: boolean;
            username: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]