query: { getCurrentTableStates: [{ filters: Variable<"CurrentTableStatesFiltersInput", "filters">; pagination: Variable<"PaginationInput", "pagination">; }, { currentPage: boolean; items: { block_num: boolean; code: boolean; created_at: boolean; primary_key: boolean; scope: boolean; table: boolean; value: boolean; }; totalCount: boolean; totalPages: boolean; }]; } = ... Type declaration
getCurrentTableStates: [{
filters: Variable<"CurrentTableStatesFiltersInput", "filters">;
pagination: Variable<"PaginationInput", "pagination">;
}, {
currentPage: boolean;
items: {
block_num: boolean;
code: boolean;
created_at: boolean;
primary_key: boolean;
scope: boolean;
table: boolean;
value: boolean;
};
totalCount: boolean;
totalPages: boolean;
}]