query: {
    capitalCandidates: [{
        filter: Variable<"CandidateFilterInput", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            about: boolean;
            braname: boolean;
            capital_status: 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;
            hours_per_day: boolean;
            level: boolean;
            memo: boolean;
            program_key: boolean;
            public_key: boolean;
            rate_per_hour: boolean;
            referer: boolean;
            referer_display_name: boolean;
            registered_at: boolean;
            status: boolean;
            type: boolean;
            username: boolean;
            username_display_name: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Type declaration

  • capitalCandidates: [{
        filter: Variable<"CandidateFilterInput", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            about: boolean;
            braname: boolean;
            capital_status: 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;
            hours_per_day: boolean;
            level: boolean;
            memo: boolean;
            program_key: boolean;
            public_key: boolean;
            rate_per_hour: boolean;
            referer: boolean;
            referer_display_name: boolean;
            registered_at: boolean;
            status: boolean;
            type: boolean;
            username: boolean;
            username_display_name: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]